@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box; }
.modal { z-index:10011; }
.mb-30 {margin-bottom: 30px !important;}
html.with-fancybox body.hide-scrollbar {
  width: 100%; }

.template-new-1-outer-div {
  --body-div-bg: #fff;
  --body-bg-text-color: #000;
  --light-card-bg-color: #C32817;
  --light-card-text-color: #ffffff;
  --dark-card-bg-color: #000000;
  --dark-card-text-color: #C32817; }

.template-new-1-outer-div {
  font-family: "Inter", sans-serif;
  width: 100%;
  background: var(--body-div-bg);
  overflow: auto;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
  height: 100%;
  /* -------- TOP HEADER -------- */ }
  .template-new-1-outer-div .products-section .carousel-indicators,
  .template-new-1-outer-div .services-section .carousel-indicators {
    bottom: 0 !important; }
    .template-new-1-outer-div .products-section .carousel-indicators button,
    .template-new-1-outer-div .services-section .carousel-indicators button {
      background-color: #d6d6d6 !important;
      width: 12px !important;
      height: 12px !important; }
      .template-new-1-outer-div .products-section .carousel-indicators button.active,
      .template-new-1-outer-div .services-section .carousel-indicators button.active {
        background-color: #d6e1dd !important; }
  .template-new-1-outer-div button:focus {
    outline: none; }
  .template-new-1-outer-div a {
    text-decoration: none; }
  .template-new-1-outer-div.menu-open {
    overflow: hidden !important;
    height: 100vh; }
  .template-new-1-outer-div .section-headings {
    display: flex;
    gap: 7px;
    flex-direction: column;
    justify-content: center; }
    .template-new-1-outer-div .section-headings h2 {
      font-size: 24px;
      font-weight: bold;
      color: var(--body-bg-text-color);
      margin-bottom: 0;
      text-transform: capitalize;
      line-height: normal;
      width: 100%;
      word-break: break-word; }
    .template-new-1-outer-div .section-headings span {
      width: 102px;
      height: 4px;
      background: var(--light-card-bg-color); }
  .template-new-1-outer-div .profile-section .top-header {
    background: var(--body-div-bg);
    padding: 0px;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 124px;
    /* -------- RED NAV MENU -------- */ }
    .template-new-1-outer-div .profile-section .top-header .top-nav {
      padding: 18px 30px;
      gap: 20px;
      height: 78px; }
    .template-new-1-outer-div .profile-section .top-header .collapse.navbar-collapse {
      height: 50px; }
    .template-new-1-outer-div .profile-section .top-header .mobile-only {
      display: none; }
    .template-new-1-outer-div .profile-section .top-header .business-logo {
      width: max-content;
      height: 45px;
      border-radius: 2px; }
      .template-new-1-outer-div .profile-section .top-header .business-logo img {
        width: 100%;
        height: 100%;
        object-fit: fill;
        border-radius: 2px; }
    .template-new-1-outer-div .profile-section .top-header .business-name {
      font-size: 25px;
      font-weight: bold;
      color: var(--body-bg-text-color);
      word-break: break-word; }
    .template-new-1-outer-div .profile-section .top-header .header-right {
      display: flex;
      align-items: center;
      gap: 20px; }
      .template-new-1-outer-div .profile-section .top-header .header-right .con-mail-div {
        display: flex;
        gap: 20px; }
        .template-new-1-outer-div .profile-section .top-header .header-right .con-mail-div .contact-mail-span {
          font-size: 14px;
          color: var(--body-bg-text-color);
          display: flex;
          align-items: center;
          gap: 5px;
          text-decoration: none; }
          .template-new-1-outer-div .profile-section .top-header .header-right .con-mail-div .contact-mail-span .email {
            word-break: break-word;
            text-align: justify; }
          .template-new-1-outer-div .profile-section .top-header .header-right .con-mail-div .contact-mail-span ion-icon {
            font-size: 15px; }
      .template-new-1-outer-div .profile-section .top-header .header-right .google-btn {
        background: var(--light-card-bg-color);
        color: var(--light-card-text-color);
        padding: 9px;
        border: none;
        border-radius: 5px;
        display: flex;
        gap: 10px;
        align-items: center;
        justify-content: center;
        font-weight: 500;
        font-size: 14px;
        text-decoration: none !important;
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
        cursor: POINTER; }
        .template-new-1-outer-div .profile-section .top-header .header-right .google-btn img {
          width: 24px;
          height: 24px; }
      .template-new-1-outer-div .profile-section .top-header .header-right .social-links-div.mobile-social-links {
        display: none; }
      .template-new-1-outer-div .profile-section .top-header .header-right .social-links-div {
        height: 36px;
        display: flex;
        align-items: center; }
        .template-new-1-outer-div .profile-section .top-header .header-right .social-links-div a {
          text-decoration: none;
          cursor: pointer;
          height: 100%;
          width: 48px;
          border-left: 1px solid var(--body-bg-text-color);
          justify-content: center;
          display: flex;
          align-items: center; }
    .template-new-1-outer-div .profile-section .top-header .nav-menu {
      background: var(--light-card-bg-color);
      gap: 10px;
      height: 50px;
      align-items: center;
      padding: 18px 30px; }
      .template-new-1-outer-div .profile-section .top-header .nav-menu li {
        padding: 0;
        height: fit-content;
        width: fit-content; }
      .template-new-1-outer-div .profile-section .top-header .nav-menu .nav-link {
        color: var(--light-card-text-color);
        padding: 10px;
        display: block;
        font-weight: 400;
        font-size: 16px;
        border-bottom: 2px solid transparent;
        line-height: normal;
        text-transform: capitalize;
        word-break: break-word;
        text-align: justify;
        cursor: pointer;
        outline: none;
        box-shadow: none; }
  .template-new-1-outer-div .profile-section .banner-div {
    position: relative;
    height: calc(100% - 124px);
    margin-top: 124px; }
    .template-new-1-outer-div .profile-section .banner-div .single-profile-bg-image {
      max-width: 100%;
      height: 100%;
      max-height: 875px !important;
      width: 100%; }
    .template-new-1-outer-div .profile-section .banner-div .carousel .carousel-item img {
      height: 100%;
      max-height: 875px !important; }
    .template-new-1-outer-div .profile-section .banner-div .carousel .carousel-control-next,
    .template-new-1-outer-div .profile-section .banner-div .carousel .carousel-control-prev {
      text-decoration: none;
      opacity: 0.9 !important;
      width: 4.5% !important; }
      .template-new-1-outer-div .profile-section .banner-div .carousel .carousel-control-next .carousel-control-prev-icon,
      .template-new-1-outer-div .profile-section .banner-div .carousel .carousel-control-next .carousel-control-next-icon,
      .template-new-1-outer-div .profile-section .banner-div .carousel .carousel-control-prev .carousel-control-prev-icon,
      .template-new-1-outer-div .profile-section .banner-div .carousel .carousel-control-prev .carousel-control-next-icon {
        background-image: none !important;
        background-color: color-mix(in srgb, var(--body-bg-text-color) 67%, transparent);
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 44px;
        height: 44px; }
        .template-new-1-outer-div .profile-section .banner-div .carousel .carousel-control-next .carousel-control-prev-icon i,
        .template-new-1-outer-div .profile-section .banner-div .carousel .carousel-control-next .carousel-control-next-icon i,
        .template-new-1-outer-div .profile-section .banner-div .carousel .carousel-control-prev .carousel-control-prev-icon i,
        .template-new-1-outer-div .profile-section .banner-div .carousel .carousel-control-prev .carousel-control-next-icon i {
          color: var(--body-div-bg) !important;
          font-size: 22px; }
    .template-new-1-outer-div .profile-section .banner-div .carousel .carousel-indicators {
      bottom: 10% !important;
      list-style-type: none;
      gap: 0px; }
      .template-new-1-outer-div .profile-section .banner-div .carousel .carousel-indicators button {
        width: 16px !important;
        border-radius: 50% !important;
        height: 16px !important;
        background: color-mix(in srgb, var(--body-bg-text-color) 67%, transparent); }
        .template-new-1-outer-div .profile-section .banner-div .carousel .carousel-indicators button.active {
          background: var(--body-div-bg); }
    .template-new-1-outer-div .profile-section .banner-div .profile-data-div {
      position: absolute;
      top: 8%;
      right: 150px;
      background: color-mix(in srgb, var(--dark-card-bg-color) 81%, transparent);
      width: 30%;
      min-height: fit-content;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 99;
      padding: 20px 0; }
      .template-new-1-outer-div .profile-section .banner-div .profile-data-div .inner-profile-div {
        width: fit-content;
        height: fit-content;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px; }
        .template-new-1-outer-div .profile-section .banner-div .profile-data-div .inner-profile-div .profile-img {
          width: 204px;
          height: 204px;
          border-radius: 10px;
          background: var(--light-card-text-color);
          padding: 10px;
          margin-bottom: 17px; }
          .template-new-1-outer-div .profile-section .banner-div .profile-data-div .inner-profile-div .profile-img img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            border-radius: 10px; }
        .template-new-1-outer-div .profile-section .banner-div .profile-data-div .inner-profile-div h2 {
          color: var(--dark-card-text-color);
          font-size: 22px;
          font-weight: 700;
          margin-bottom: 8px;
          width: 100%;
          word-break: break-word;
          text-wrap-mode: wrap; }
        .template-new-1-outer-div .profile-section .banner-div .profile-data-div .inner-profile-div .designation {
          color: var(--light-card-text-color);
          font-size: 18px;
          font-weight: 700;
          margin-bottom: 2px; }
        .template-new-1-outer-div .profile-section .banner-div .profile-data-div .inner-profile-div p {
          font-size: 16px;
          font-weight: 400;
          color: color-mix(in srgb, var(--body-div-bg) 65%, var(--body-bg-text-color));
          margin-bottom: 24px;
          width: 100%;
          word-break: break-word;
          text-wrap-mode: wrap; }
        .template-new-1-outer-div .profile-section .banner-div .profile-data-div .inner-profile-div .profile-btns-div {
          display: none; }
        .template-new-1-outer-div .profile-section .banner-div .profile-data-div .inner-profile-div .social-contact-div {
          display: flex;
          gap: 15px;
          width: 100%;
          justify-content: center; }
          .template-new-1-outer-div .profile-section .banner-div .profile-data-div .inner-profile-div .social-contact-div a {
            text-decoration: none;
            color: var(--light-card-bg-color);
            background: var(--light-card-text-color);
            border: 1px solid var(--light-card-bg-color);
            border-radius: 50%;
            width: 60px;
            height: 60px;
            display: flex;
            justify-content: center;
            align-items: center; }
            .template-new-1-outer-div .profile-section .banner-div .profile-data-div .inner-profile-div .social-contact-div a ion-icon, .template-new-1-outer-div .profile-section .banner-div .profile-data-div .inner-profile-div .social-contact-div a i {
              font-size: 26px; }
            .template-new-1-outer-div .profile-section .banner-div .profile-data-div .inner-profile-div .social-contact-div a:hover {
              color: var(--light-card-text-color);
              background: var(--light-card-bg-color); }
        .template-new-1-outer-div .profile-section .banner-div .profile-data-div .inner-profile-div .location-address {
          margin-top: 20px; }
  .template-new-1-outer-div .company-info-section {
    background-image: url(../assets/templates_pcard/template_seven/company-div-bg.png);
    background-repeat: no-repeat;
    background-position: left bottom; }
    .template-new-1-outer-div .company-info-section .about-company {
      margin: 0 150px 10px;
      position: relative; }
      .template-new-1-outer-div .company-info-section .about-company .whatsapp-qr-div {
        min-height: 239px;
        background-color: var(--light-card-bg-color);
        background-image: url(../assets/templates_pcard/template_seven/whatsapp-qr-bg.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        border-radius: 22px;
        margin: -70px 0 0;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center; }
        .template-new-1-outer-div .company-info-section .about-company .whatsapp-qr-div .center-div {
          width: calc(100% - 475px); }
          .template-new-1-outer-div .company-info-section .about-company .whatsapp-qr-div .center-div .whatsapp-div {
            display: flex;
            flex-direction: column;
            gap: 5px; }
            .template-new-1-outer-div .company-info-section .about-company .whatsapp-qr-div .center-div .whatsapp-div h4 {
              font-size: 20px;
              font-weight: 700;
              color: var(--light-card-text-color); }
            .template-new-1-outer-div .company-info-section .about-company .whatsapp-qr-div .center-div .whatsapp-div form {
              display: flex;
              gap: 20px; }
              .template-new-1-outer-div .company-info-section .about-company .whatsapp-qr-div .center-div .whatsapp-div form .main-error-input-div {
                position: relative;
                height: 49px; }
                .template-new-1-outer-div .company-info-section .about-company .whatsapp-qr-div .center-div .whatsapp-div form .main-error-input-div .error-border {
                  border: 1px solid red; }
                .template-new-1-outer-div .company-info-section .about-company .whatsapp-qr-div .center-div .whatsapp-div form .main-error-input-div .error-text {
                  color: #bc0202;
                  font-size: 14px;
                  position: absolute;
                  bottom: -23px;
                  left: 3px; }
              .template-new-1-outer-div .company-info-section .about-company .whatsapp-qr-div .center-div .whatsapp-div form input {
                font-size: 16px;
                color: black;
                background: white;
                padding: 15px 20px;
                border-radius: 10px;
                height: 49px;
                width: 100%;
                border: none;
                box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25); }
                .template-new-1-outer-div .company-info-section .about-company .whatsapp-qr-div .center-div .whatsapp-div form input:focus {
                  outline: none;
                  border: none; }
                .template-new-1-outer-div .company-info-section .about-company .whatsapp-qr-div .center-div .whatsapp-div form input::placeholder {
                  color: #000; }
              .template-new-1-outer-div .company-info-section .about-company .whatsapp-qr-div .center-div .whatsapp-div form .number-input-div {
                color: black;
                background: white;
                padding: 15px 20px;
                border-radius: 10px;
                height: 49px;
                width: 100%;
                box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25); }
                .template-new-1-outer-div .company-info-section .about-company .whatsapp-qr-div .center-div .whatsapp-div form .number-input-div label {
                  display: flex;
                  justify-content: center;
                  align-items: center;
                  height: 100%;
                  margin: 0 !important; }
                .template-new-1-outer-div .company-info-section .about-company .whatsapp-qr-div .center-div .whatsapp-div form .number-input-div .code-input {
                  width: 25px;
                  height: 100%;
                  background: transparent;
                  color: black;
                  border-radius: 0;
                  width: 25px;
                  padding: 0;
                  box-shadow: none; }
                .template-new-1-outer-div .company-info-section .about-company .whatsapp-qr-div .center-div .whatsapp-div form .number-input-div .mobile-input {
                  width: 100%;
                  height: 100%;
                  background: transparent;
                  color: black;
                  border-radius: 0;
                  padding: 0;
                  box-shadow: none; }
              .template-new-1-outer-div .company-info-section .about-company .whatsapp-qr-div .center-div .whatsapp-div form button {
                padding: 15px 10px;
                display: flex;
                gap: 10px;
                font-size: 16px;
                font-weight: 500;
                justify-content: center;
                align-items: center;
                border-radius: 10px;
                background: #1aab2c;
                color: white;
                height: 49px;
                min-width: 203px;
                box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25); }
                .template-new-1-outer-div .company-info-section .about-company .whatsapp-qr-div .center-div .whatsapp-div form button:hover {
                  background: #129122; }
          .template-new-1-outer-div .company-info-section .about-company .whatsapp-qr-div .center-div .scan-qr-div {
            display: flex;
            align-items: center;
            flex-direction: column;
            justify-content: center;
            gap: 5px; }
            .template-new-1-outer-div .company-info-section .about-company .whatsapp-qr-div .center-div .scan-qr-div h4 {
              font-size: 20px;
              font-weight: 700;
              color: var(--light-card-text-color); }
            .template-new-1-outer-div .company-info-section .about-company .whatsapp-qr-div .center-div .scan-qr-div .qr-image-div {
              width: 110px;
              height: 110px;
              box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25); }
              .template-new-1-outer-div .company-info-section .about-company .whatsapp-qr-div .center-div .scan-qr-div .qr-image-div img {
                width: 100%;
                height: 100%;
                object-fit: fill; }
      .template-new-1-outer-div .company-info-section .about-company .company-div {
        padding: 90px 0; }
        .template-new-1-outer-div .company-info-section .about-company .company-div .data-col-2 {
          display: flex;
          justify-content: center;
          align-items: center;
          overflow: hidden; }
          .template-new-1-outer-div .company-info-section .about-company .company-div .data-col-2 img {
            box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
            border-radius: 5px;
            width: auto;
            height: auto; }
        .template-new-1-outer-div .company-info-section .about-company .company-div .data-col {
          display: flex;
          gap: 33px;
          flex-direction: column; }
          .template-new-1-outer-div .company-info-section .about-company .company-div .data-col .section-headings {
            justify-content: unset; }
          .template-new-1-outer-div .company-info-section .about-company .company-div .data-col .main-div {
            display: flex;
            gap: 20px; }
            .template-new-1-outer-div .company-info-section .about-company .company-div .data-col .main-div .single-div {
              display: flex;
              gap: 7px;
              flex-direction: column;
              padding: 20px;
              border-radius: 10px;
              background: color-mix(in srgb, var(--body-div-bg) 95%, black);
              box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25); }
              .template-new-1-outer-div .company-info-section .about-company .company-div .data-col .main-div .single-div .sub-head {
                font-size: 16px;
                font-weight: 400;
                color: var(--body-bg-text-color);
                margin-bottom: 0;
                width: 100%;
                word-break: break-word; }
              .template-new-1-outer-div .company-info-section .about-company .company-div .data-col .main-div .single-div .data {
                font-size: 18px;
                font-weight: 600;
                color: var(--body-bg-text-color);
                margin-bottom: 0;
                line-height: normal;
                width: 100%;
                word-break: break-word; }
          .template-new-1-outer-div .company-info-section .about-company .company-div .data-col .info-para h4 {
            margin-bottom: 12px;
            font-size: 18px;
            font-weight: 600;
            color: var(--body-bg-text-color);
            width: 100%;
            word-break: break-word; }
          .template-new-1-outer-div .company-info-section .about-company .company-div .data-col .info-para p {
            font-size: 16px;
            font-weight: 400;
            margin-bottom: 0;
            text-align: justify;
            width: 100%;
            word-break: break-word; }
            .template-new-1-outer-div .company-info-section .about-company .company-div .data-col .info-para p figure {
              border: 1px solid color-mix(in srgb, white 88%, black);
              border-left: none;
              max-height: 300px;
              overflow: auto;
              width: 100%;
              /* Last row - remove bottom border */ }
              .template-new-1-outer-div .company-info-section .about-company .company-div .data-col .info-para p figure table tr:first-child td {
                border-top: none; }
              .template-new-1-outer-div .company-info-section .about-company .company-div .data-col .info-para p figure table tr:last-child td {
                border-bottom: none; }
              .template-new-1-outer-div .company-info-section .about-company .company-div .data-col .info-para p figure table {
                width: 100%;
                border: none;
                background: white; }
                .template-new-1-outer-div .company-info-section .about-company .company-div .data-col .info-para p figure table tbody,
                .template-new-1-outer-div .company-info-section .about-company .company-div .data-col .info-para p figure table tr {
                  border: none; }
                .template-new-1-outer-div .company-info-section .about-company .company-div .data-col .info-para p figure table th {
                  padding: 8px 15px;
                  font-size: 15px;
                  border: 1px solid color-mix(in srgb, white 88%, black);
                  position: sticky;
                  top: 0;
                  white-space: nowrap;
                  color: black;
                  background: #f3eeee; }
                .template-new-1-outer-div .company-info-section .about-company .company-div .data-col .info-para p figure table td {
                  padding: 8px 15px;
                  font-weight: 400;
                  font-size: 15px;
                  color: black;
                  border: 1px solid color-mix(in srgb, white 88%, black);
                  background: white; }
          .template-new-1-outer-div .company-info-section .about-company .company-div .data-col .list-para h4 {
            margin-bottom: 17px;
            font-size: 18px;
            font-weight: 600;
            color: var(--body-bg-text-color);
            text-transform: uppercase;
            width: 100%;
            word-break: break-word; }
          .template-new-1-outer-div .company-info-section .about-company .company-div .data-col .list-para ul {
            margin-bottom: 0; }
            .template-new-1-outer-div .company-info-section .about-company .company-div .data-col .list-para ul li {
              font-size: 16px;
              font-weight: 500;
              color: var(--body-bg-text-color);
              line-height: 34px;
              width: 100%;
              word-break: break-word; }
  .template-new-1-outer-div .other-links {
    padding: 57px 150px;
    background-image: url(../assets/templates_pcard/template_seven/other-links-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: color-mix(in srgb, var(--light-card-bg-color) 80%, transparent);
    background-blend-mode: overlay;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px; }
    .template-new-1-outer-div .other-links .section-headings {
      align-items: center; }
      .template-new-1-outer-div .other-links .section-headings h2 {
        color: var(--light-card-text-color);
        text-align: center; }
      .template-new-1-outer-div .other-links .section-headings span {
        background: var(--light-card-text-color); }
    .template-new-1-outer-div .other-links .links-div {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
      justify-content: center;
      width: 100%; }
      .template-new-1-outer-div .other-links .links-div .links {
        padding: 25px;
        display: flex;
        align-items: center;
        gap: 15px;
        background: var(--light-card-text-color);
        border-radius: 10px;
        border-left: 5px solid var(--light-card-bg-color);
        border-right: 5px solid var(--light-card-bg-color);
        text-decoration: none;
        width: 390px;
        cursor: pointer; }
        .template-new-1-outer-div .other-links .links-div .links .icon {
          padding: 10px;
          background: var(--light-card-bg-color);
          color: var(--light-card-text-color);
          font-size: 20px;
          display: flex;
          justify-content: center;
          align-items: center; }
        .template-new-1-outer-div .other-links .links-div .links .text {
          font-size: 20px;
          font-weight: 600;
          line-height: normal;
          color: var(--body-bg-text-color);
          width: 100%;
          word-break: break-word; }
  .template-new-1-outer-div .products-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 90px 140px;
    gap: 51px; }
    .template-new-1-outer-div .products-section .section-headings {
      align-items: center; }
      .template-new-1-outer-div .products-section .section-headings h2 {
        text-align: center; }
    .template-new-1-outer-div .products-section .outer-div .row {
      display: flex;
      justify-content: center;
      row-gap: 44px;
      margin: 0; }
      .template-new-1-outer-div .products-section .outer-div .row .card-col {
        padding-left: 10px !important;
        padding-right: 10px !important; }
        .template-new-1-outer-div .products-section .outer-div .row .card-col .product-card {
          border-radius: 5px;
          background: white;
          border: 1px solid #ebebeb;
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
          height: 100%;
          display: flex;
          flex-direction: column;
          /* MULTICOLOR BORDER (static by default) */
          /* START animation ONLY on hover */ }
          .template-new-1-outer-div .products-section .outer-div .row .card-col .product-card .product-img-div {
            height: 200px;
            width: 100%;
            border-radius: 5px;
            flex-shrink: 0;
            position: relative; }
            .template-new-1-outer-div .products-section .outer-div .row .card-col .product-card .product-img-div img {
              width: 100%;
              height: 100%;
              object-fit: fill;
              border-radius: 5px; }
          .template-new-1-outer-div .products-section .outer-div .row .card-col .product-card .product-data {
            padding: 20px 20px 10px;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 10px;
            flex: 1;
            cursor: pointer; }
            .template-new-1-outer-div .products-section .outer-div .row .card-col .product-card .product-data .p-des {
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 2;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              margin-bottom: 0;
              font-size: 15px;
              font-weight: 400;
              width: 100%;
              text-align: justify;
              word-break: break-word; }
            .template-new-1-outer-div .products-section .outer-div .row .card-col .product-card .product-data .price-div {
              display: flex;
              justify-content: center;
              align-items: center;
              column-gap: 8px;
              flex-wrap: wrap; }
            .template-new-1-outer-div .products-section .outer-div .row .card-col .product-card .product-data .p-price {
              color: #c32817;
              font-size: 16px;
              font-weight: 500;
              white-space: nowrap;
              line-height: normal;
              line-height: normal; }
            .template-new-1-outer-div .products-section .outer-div .row .card-col .product-card .product-data .cut-price {
              text-decoration: line-through;
              font-size: 14px;
              color: #c32817;
              font-weight: 500;
              white-space: nowrap;
              line-height: normal; }
            .template-new-1-outer-div .products-section .outer-div .row .card-col .product-card .product-data .p-name {
              font-size: 18px;
              font-weight: bold;
              margin-bottom: 0;
              text-align: center;
              width: 100%;
              word-break: break-word;
              line-height: normal; }
          .template-new-1-outer-div .products-section .outer-div .row .card-col .product-card .enquiry-btn {
            position: relative;
            text-decoration: none;
            padding: 10px 20px;
            font-size: 16px;
            font-weight: 500;
            background: #fff;
            border-radius: 20px;
            cursor: pointer;
            overflow: hidden;
            line-height: normal;
            border: 2px solid transparent !important;
            color: #000;
            word-break: break-word;
            align-self: center;
            margin: 0 20px 20px; }
          .template-new-1-outer-div .products-section .outer-div .row .card-col .product-card .enquiry-btn::after {
            content: "";
            position: absolute;
            inset: 0;
            border-radius: inherit;
            padding: 2px;
            background: linear-gradient(90deg, #399953, #d53e33, #fbb300, #377af5, #399953);
            background-size: 300% 100%;
            background-position: 0 0;
            /* STATIC initially */
            -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
            -webkit-mask-composite: xor;
            mask-composite: exclude;
            opacity: 1;
            pointer-events: none;
            /* animation is PAUSED initially */
            animation: slideBorder 2s linear infinite;
            animation-play-state: paused; }
          .template-new-1-outer-div .products-section .outer-div .row .card-col .product-card .enquiry-btn:hover::after {
            animation-play-state: running; }
@keyframes slideBorder {
  100% {
    background-position: -200% 0; } }
  .template-new-1-outer-div .services-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 96px 140px 117px;
    gap: 51px;
    background-image: url(../assets/templates_pcard/template_seven/service-section-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: color-mix(in srgb, var(--light-card-bg-color) 80%, transparent);
    background-blend-mode: overlay; }
    .template-new-1-outer-div .services-section .section-headings {
      align-items: center; }
      .template-new-1-outer-div .services-section .section-headings h2 {
        color: var(--light-card-text-color);
        text-align: center; }
      .template-new-1-outer-div .services-section .section-headings span {
        background: var(--light-card-text-color); }
    .template-new-1-outer-div .services-section .outer-div .row {
      display: flex;
      justify-content: center;
      row-gap: 44px;
      margin: 0; }
      .template-new-1-outer-div .services-section .outer-div .row .card-col {
        padding-left: 10px !important;
        padding-right: 10px !important; }
        .template-new-1-outer-div .services-section .outer-div .row .card-col .service-card {
          border-radius: 5px;
          background: white;
          border: 1px solid #ebebeb;
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
          display: flex;
          height: 100%;
          flex-direction: column;
          /* MULTICOLOR BORDER (static by default) */
          /* START animation ONLY on hover */ }
          .template-new-1-outer-div .services-section .outer-div .row .card-col .service-card .service-img-div {
            height: 200px;
            width: 100%;
            border-radius: 5px;
            flex-shrink: 0;
            position: relative; }
            .template-new-1-outer-div .services-section .outer-div .row .card-col .service-card .service-img-div img {
              width: 100%;
              height: 100%;
              object-fit: fill;
              border-radius: 5px; }
          .template-new-1-outer-div .services-section .outer-div .row .card-col .service-card .service-data {
            padding: 20px 20px 10px;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 10px;
            flex: 1;
            cursor: pointer; }
            .template-new-1-outer-div .services-section .outer-div .row .card-col .service-card .service-data .s-des {
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 2;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              margin-bottom: 0;
              font-size: 15px;
              font-weight: 400;
              width: 100%;
              text-align: justify;
              word-break: break-word; }
            .template-new-1-outer-div .services-section .outer-div .row .card-col .service-card .service-data .s-price {
              color: #c32817;
              font-size: 16px;
              font-weight: 500;
              width: 100%;
              text-align: center;
              line-height: normal; }
            .template-new-1-outer-div .services-section .outer-div .row .card-col .service-card .service-data .s-name {
              font-size: 18px;
              font-weight: bold;
              margin-bottom: 0;
              text-transform: uppercase;
              width: 100%;
              text-align: center;
              line-height: normal;
              word-break: break-word; }
          .template-new-1-outer-div .services-section .outer-div .row .card-col .service-card .enquiry-btn {
            position: relative;
            text-decoration: none;
            padding: 10px 20px;
            font-size: 16px;
            font-weight: 500;
            background: #fff;
            border-radius: 20px;
            cursor: pointer;
            overflow: hidden;
            line-height: normal;
            border: 2px solid transparent !important;
            color: #000;
            word-break: break-word;
            align-self: center;
            margin: 0 20px 20px; }
          .template-new-1-outer-div .services-section .outer-div .row .card-col .service-card .enquiry-btn::after {
            content: "";
            position: absolute;
            inset: 0;
            border-radius: inherit;
            padding: 2px;
            background: linear-gradient(90deg, #399953, #d53e33, #fbb300, #377af5, #399953);
            background-size: 300% 100%;
            background-position: 0 0;
            /* STATIC initially */
            -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
            -webkit-mask-composite: xor;
            mask-composite: exclude;
            opacity: 1;
            pointer-events: none;
            /* animation is PAUSED initially */
            animation: slideBorder 2s linear infinite;
            animation-play-state: paused; }
          .template-new-1-outer-div .services-section .outer-div .row .card-col .service-card .enquiry-btn:hover::after {
            animation-play-state: running; }
@keyframes slideBorder {
  100% {
    background-position: -200% 0; } }
  .template-new-1-outer-div .payment-div {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    justify-content: center;
    padding: 90px 50px 90px;
    background-image: url("../assets/templates_pcard/template_seven/payment-left-bottom-bg.png"), url("../assets/templates_pcard/template_seven/payment-top-right-bg.png");
    background-position: bottom left, top right;
    background-size: 40%, 40%;
    background-repeat: no-repeat, no-repeat; }
    .template-new-1-outer-div .payment-div .section-headings {
      align-items: center; }
      .template-new-1-outer-div .payment-div .section-headings h2 {
        text-align: center; }
    .template-new-1-outer-div .payment-div .inner-div {
      display: flex;
      flex-direction: column;
      gap: 15px;
      padding: 30px 20px;
      min-width: 800px;
      max-width: 992px;
      background-color: color-mix(in srgb, var(--body-div-bg) 95%, black);
      border-radius: 10px;
      box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25); }
      .template-new-1-outer-div .payment-div .inner-div .copied-payment-text {
        font-size: 12px !important;
        color: green !important;
        transition: opacity 0.3s ease !important;
        height: 100% !important;
        place-content: center;
        white-space: nowrap;
        position: absolute;
        bottom: -19px;
        right: 0;
        z-index: 1; }
      .template-new-1-outer-div .payment-div .inner-div .row .c1 span {
        width: 100%;
        font-size: 16px;
        font-weight: 500;
        color: var(--body-bg-text-color); }
      .template-new-1-outer-div .payment-div .inner-div .row .c2 {
        gap: 10px;
        display: flex;
        justify-content: flex-end;
        position: relative; }
        .template-new-1-outer-div .payment-div .inner-div .row .c2 span {
          font-size: 16px;
          font-weight: 500;
          color: var(--body-bg-text-color);
          word-break: break-word;
          text-align: end; }
        .template-new-1-outer-div .payment-div .inner-div .row .c2 button {
          color: var(--body-bg-text-color);
          border: none;
          background: transparent;
          font-size: 17px;
          padding: 0;
          display: flex; }
          .template-new-1-outer-div .payment-div .inner-div .row .c2 button i {
            line-height: normal;
            margin-top: 3px; }
      .template-new-1-outer-div .payment-div .inner-div .qr-div {
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 15px; }
        .template-new-1-outer-div .payment-div .inner-div .qr-div .qr-img {
          width: 110px;
          height: 110px;
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25); }
          .template-new-1-outer-div .payment-div .inner-div .qr-div .qr-img img {
            width: 100%;
            height: 100%;
            object-fit: fill; }
  .template-new-1-outer-div .about-us-div {
    padding: 79px 150px; }
    .template-new-1-outer-div .about-us-div .row {
      margin-left: 0;
      margin-right: 0; }
      .template-new-1-outer-div .about-us-div .row .about-us-img {
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; }
        .template-new-1-outer-div .about-us-div .row .about-us-img img {
          width: auto;
          height: auto;
          border-radius: 10px;
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25); }
      .template-new-1-outer-div .about-us-div .row .about-us-data {
        padding: 30px;
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 20px; }
        .template-new-1-outer-div .about-us-div .row .about-us-data p {
          text-align: justify;
          font-size: 16px;
          font-weight: 400;
          margin-bottom: 10px;
          word-break: break-word; }
          .template-new-1-outer-div .about-us-div .row .about-us-data p figure {
            border: 1px solid color-mix(in srgb, white 88%, black);
            border-left: none;
            max-height: 300px;
            overflow: auto;
            width: 100%;
            /* Last row - remove bottom border */ }
            .template-new-1-outer-div .about-us-div .row .about-us-data p figure table tr:first-child td {
              border-top: none; }
            .template-new-1-outer-div .about-us-div .row .about-us-data p figure table tr:last-child td {
              border-bottom: none; }
            .template-new-1-outer-div .about-us-div .row .about-us-data p figure table {
              width: 100%;
              border: none;
              background: white; }
              .template-new-1-outer-div .about-us-div .row .about-us-data p figure table tbody,
              .template-new-1-outer-div .about-us-div .row .about-us-data p figure table tr {
                border: none; }
              .template-new-1-outer-div .about-us-div .row .about-us-data p figure table th {
                padding: 8px 15px;
                font-size: 15px;
                border: 1px solid color-mix(in srgb, white 88%, black);
                position: sticky;
                top: 0;
                white-space: nowrap;
                color: black;
                background: #f3eeee; }
              .template-new-1-outer-div .about-us-div .row .about-us-data p figure table td {
                padding: 8px 15px;
                font-weight: 400;
                font-size: 15px;
                color: black;
                border: 1px solid color-mix(in srgb, white 88%, black);
                background: white; }
  .template-new-1-outer-div .edu-exp-skill-div {
    padding: 105px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../assets/templates_pcard/template_seven/service-section-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: color-mix(in srgb, var(--light-card-bg-color) 80%, transparent);
    background-blend-mode: overlay; }
    .template-new-1-outer-div .edu-exp-skill-div .inner-div {
      display: flex;
      align-items: center;
      flex-direction: column;
      gap: 49px;
      width: 733px; }
      .template-new-1-outer-div .edu-exp-skill-div .inner-div .tabs-div {
        gap: 24px;
        width: 100%;
        display: flex;
        justify-content: center; }
        .template-new-1-outer-div .edu-exp-skill-div .inner-div .tabs-div button {
          padding: 15px 20px;
          border-radius: 5px;
          font-size: 18px;
          font-weight: 600;
          background: transparent;
          color: var(--light-card-text-color);
          border: 1px solid var(--light-card-text-color);
          word-break: break-word; }
          .template-new-1-outer-div .edu-exp-skill-div .inner-div .tabs-div button.active {
            background: var(--light-card-text-color);
            color: var(--light-card-bg-color);
            box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25); }
      .template-new-1-outer-div .edu-exp-skill-div .inner-div .tab-data {
        display: none;
        gap: 15px;
        border-radius: 10px;
        padding: 30px;
        width: 100%;
        background: white; }
        .template-new-1-outer-div .edu-exp-skill-div .inner-div .tab-data.active {
          display: flex; }
        .template-new-1-outer-div .edu-exp-skill-div .inner-div .tab-data .section-headings {
          display: none; }
        .template-new-1-outer-div .edu-exp-skill-div .inner-div .tab-data.education, .template-new-1-outer-div .edu-exp-skill-div .inner-div .tab-data.experience {
          gap: 15px;
          flex-direction: column;
          width: 100%; }
          .template-new-1-outer-div .edu-exp-skill-div .inner-div .tab-data.education .single, .template-new-1-outer-div .edu-exp-skill-div .inner-div .tab-data.experience .single {
            padding: 13px 20px;
            border-radius: 5px;
            gap: 10px;
            display: flex;
            background: color-mix(in srgb, var(--body-div-bg) 96%, black);
            width: 100%;
            align-items: center;
            justify-content: space-between; }
            .template-new-1-outer-div .edu-exp-skill-div .inner-div .tab-data.education .single .s1, .template-new-1-outer-div .edu-exp-skill-div .inner-div .tab-data.experience .single .s1 {
              display: flex;
              flex-direction: column;
              gap: 8px; }
              .template-new-1-outer-div .edu-exp-skill-div .inner-div .tab-data.education .single .s1 .title, .template-new-1-outer-div .edu-exp-skill-div .inner-div .tab-data.experience .single .s1 .title {
                font-size: 16px;
                font-weight: 600;
                color: var(--body-bg-text-color);
                line-height: normal;
                word-break: break-word;
                text-align: justify; }
              .template-new-1-outer-div .edu-exp-skill-div .inner-div .tab-data.education .single .s1 .data, .template-new-1-outer-div .edu-exp-skill-div .inner-div .tab-data.experience .single .s1 .data {
                font-size: 14px;
                font-weight: 400;
                color: color-mix(in srgb, var(--body-bg-text-color) 60%, white);
                line-height: normal;
                word-break: break-word;
                text-align: justify; }
            .template-new-1-outer-div .edu-exp-skill-div .inner-div .tab-data.education .single .year, .template-new-1-outer-div .edu-exp-skill-div .inner-div .tab-data.experience .single .year {
              padding: 8px 19px;
              border-radius: 36px;
              font-size: 15px;
              font-weight: 500;
              color: var(--light-card-text-color);
              background: var(--light-card-bg-color);
              line-height: normal;
              height: fit-content;
              white-space: nowrap; }
        .template-new-1-outer-div .edu-exp-skill-div .inner-div .tab-data.skills {
          gap: 15px;
          flex-direction: column;
          width: 100%; }
          .template-new-1-outer-div .edu-exp-skill-div .inner-div .tab-data.skills .single {
            padding: 13px 20px;
            border-radius: 5px;
            gap: 10px;
            display: flex;
            background: color-mix(in srgb, var(--body-div-bg) 96%, black);
            width: 100%;
            align-items: center;
            word-break: break-word; }
            .template-new-1-outer-div .edu-exp-skill-div .inner-div .tab-data.skills .single span {
              font-size: 16px;
              font-weight: 600;
              color: var(--body-bg-text-color);
              line-height: normal;
              text-align: justify; }
  .template-new-1-outer-div .gallary {
    padding: 90px 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../assets/templates_pcard/template_seven/gallary-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100%; }
    .template-new-1-outer-div .gallary .col-div {
      display: flex;
      flex-direction: column;
      gap: 58px; }
    .template-new-1-outer-div .gallary .inner-div {
      width: 100%;
      margin-left: 0;
      margin-right: 0; }
      .template-new-1-outer-div .gallary .inner-div .photo-div {
        display: flex;
        flex-direction: column;
        gap: 58px;
        padding-left: 0;
        padding-right: 10px; }
        .template-new-1-outer-div .gallary .inner-div .photo-div .row > * {
          padding-left: 5px;
          padding-right: 5px; }
        .template-new-1-outer-div .gallary .inner-div .photo-div .main-photos-div {
          margin-left: 0;
          margin-right: 0;
          width: 100%;
          row-gap: 10px; }
          .template-new-1-outer-div .gallary .inner-div .photo-div .main-photos-div .img-div {
            width: 100%;
            height: 185px;
            max-height: 185px;
            border-radius: 10px;
            text-decoration: none;
            display: block;
            overflow: hidden; }
            .template-new-1-outer-div .gallary .inner-div .photo-div .main-photos-div .img-div img {
              width: 100%;
              height: 100%;
              border-radius: 10px;
              object-fit: fill; }
      .template-new-1-outer-div .gallary .inner-div .desktop-video-div .main-video {
        max-width: 750px;
        max-height: 340px;
        border-radius: 10px;
        width: 100%;
        height: 340px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; }
      .template-new-1-outer-div .gallary .inner-div .desktop-video-div .video-thumbnails {
        display: flex;
        gap: 10px;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 20px; }
        .template-new-1-outer-div .gallary .inner-div .desktop-video-div .video-thumbnails .thumb {
          width: 80px;
          height: 80px;
          object-fit: cover;
          border-radius: 10px;
          cursor: pointer;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          transition: 0.3s; }
          .template-new-1-outer-div .gallary .inner-div .desktop-video-div .video-thumbnails .thumb.active {
            border: 2px solid var(--light-card-bg-color);
            box-shadow: 0 0 0 2px var(--light-card-bg-color); }
      .template-new-1-outer-div .gallary .inner-div .mobile-videos {
        display: none; }
  .template-new-1-outer-div .other-business {
    padding: 105px 150px;
    background-image: url(../assets/templates_pcard/template_seven/service-section-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: color-mix(in srgb, var(--light-card-bg-color) 80%, transparent);
    background-blend-mode: overlay;
    width: 100%;
    display: flex;
    gap: 33px;
    flex-direction: column;
    align-items: center; }
    .template-new-1-outer-div .other-business .section-headings {
      align-items: center; }
      .template-new-1-outer-div .other-business .section-headings h2 {
        color: var(--light-card-text-color);
        text-align: center; }
      .template-new-1-outer-div .other-business .section-headings span {
        background: var(--light-card-text-color); }
    .template-new-1-outer-div .other-business .slide-container {
      width: 100%;
      overflow: hidden;
      padding: 0 0 50px; }
      .template-new-1-outer-div .other-business .slide-container .swiper-wrapper {
        width: 100%;
        padding: 0px;
        display: flex; }
      .template-new-1-outer-div .other-business .slide-container .swiper-slide {
        display: flex;
        justify-content: center;
        padding: 10px; }
      .template-new-1-outer-div .other-business .slide-container .card {
        background: #fff;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
        display: flex;
        gap: 15px;
        width: 100%;
        max-width: 100%;
        flex-direction: column; }
        .template-new-1-outer-div .other-business .slide-container .card .icon-div {
          width: 60px;
          height: 60px;
          background: var(--light-card-bg-color);
          color: var(--light-card-text-color);
          border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 24px; }
          .template-new-1-outer-div .other-business .slide-container .card .icon-div i {
            line-height: 0; }
        .template-new-1-outer-div .other-business .slide-container .card .title-text-div h4 {
          margin-bottom: 10px;
          font-size: 17px;
          font-weight: 700;
          color: black;
          text-align: justify;
          word-break: break-word; }
        .template-new-1-outer-div .other-business .slide-container .card .title-text-div p {
          font-size: 14px;
          font-weight: 400;
          color: black;
          text-align: justify;
          word-break: break-word; }
        .template-new-1-outer-div .other-business .slide-container .card .phone-div,
        .template-new-1-outer-div .other-business .slide-container .card .location-div {
          display: flex;
          gap: 10px; }
          .template-new-1-outer-div .other-business .slide-container .card .phone-div .icon-span,
          .template-new-1-outer-div .other-business .slide-container .card .location-div .icon-span {
            width: 30px;
            height: 30px;
            background: var(--light-card-bg-color);
            color: var(--light-card-text-color);
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 5px; }
            .template-new-1-outer-div .other-business .slide-container .card .phone-div .icon-span i,
            .template-new-1-outer-div .other-business .slide-container .card .location-div .icon-span i {
              font-size: 15px;
              line-height: 0; }
          .template-new-1-outer-div .other-business .slide-container .card .phone-div .data,
          .template-new-1-outer-div .other-business .slide-container .card .location-div .data {
            width: 100%;
            font-size: 14px;
            font-weight: 400;
            color: black;
            display: flex;
            align-items: center;
            text-align: justify;
            word-break: break-word; }
        .template-new-1-outer-div .other-business .slide-container .card .visit-btn {
          padding: 8px 15px;
          border-radius: 5px;
          border: 1px solid var(--light-card-bg-color);
          background: transparent;
          color: #000;
          font-size: 14px;
          font-weight: 500;
          width: fit-content;
          transition: letter-spacing 0.3s ease, background 0.3s ease, color 0.3s ease;
          line-height: normal;
          text-decoration: none;
          cursor: pointer;
          word-break: break-word; }
          .template-new-1-outer-div .other-business .slide-container .card .visit-btn:hover {
            background: var(--light-card-bg-color);
            color: var(--light-card-text-color);
            letter-spacing: 1px; }
      .template-new-1-outer-div .other-business .slide-container .swiper-navBtn {
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
        background-color: color-mix(in srgb, var(--body-bg-text-color) 37%, transparent);
        border-radius: 5px;
        display: flex !important;
        justify-content: center;
        align-items: center;
        width: 44px;
        height: 44px;
        font-size: 22px;
        color: var(--body-div-bg); }
        .template-new-1-outer-div .other-business .slide-container .swiper-navBtn::before, .template-new-1-outer-div .other-business .slide-container .swiper-navBtn::after {
          content: none; }
        .template-new-1-outer-div .other-business .slide-container .swiper-navBtn .swiper-navigation-icon {
          display: none; }
        .template-new-1-outer-div .other-business .slide-container .swiper-navBtn i {
          font-size: 32px;
          line-height: 0; }
      .template-new-1-outer-div .other-business .slide-container .swiper-button-next {
        right: 5px; }
      .template-new-1-outer-div .other-business .slide-container .swiper-button-prev {
        left: 5px; }
      .template-new-1-outer-div .other-business .slide-container .swiper-pagination-bullet {
        background-color: var(--body-bg-text-color);
        opacity: 1;
        width: 10px !important;
        height: 10px !important;
        margin: 0 3px !important; }
      .template-new-1-outer-div .other-business .slide-container .swiper-pagination-bullet-active {
        background-color: var(--body-div-bg);
        width: 12px !important;
        height: 12px !important; }
  .template-new-1-outer-div .latest-update {
    padding: 90px 150px;
    background: transparent;
    width: 100%;
    display: flex;
    gap: 33px;
    flex-direction: column;
    align-items: center;
    /* 🔥 Hide controls when swiper is locked */ }
    .template-new-1-outer-div .latest-update .section-headings {
      align-items: center; }
      .template-new-1-outer-div .latest-update .section-headings h2 {
        text-align: center; }
    .template-new-1-outer-div .latest-update .latest-update-swiper-new {
      width: 100%;
      overflow: hidden;
      padding: 0 0 60px; }
      .template-new-1-outer-div .latest-update .latest-update-swiper-new .swiper-wrapper {
        padding: 0px;
        display: flex; }
      .template-new-1-outer-div .latest-update .latest-update-swiper-new .swiper-slide {
        display: flex;
        justify-content: center;
        height: auto;
        flex-shrink: 0;
        padding: 10px; }
      .template-new-1-outer-div .latest-update .latest-update-swiper-new .card {
        background: #fff;
        padding: 20px;
        border-radius: 10px;
        box-shadow: none !important;
        display: flex;
        gap: 15px;
        width: 100%;
        cursor: pointer;
        flex-direction: column;
        border: 1px solid color-mix(in srgb, var(--body-div-bg) 88%, var(--body-bg-text-color)); }
        .template-new-1-outer-div .latest-update .latest-update-swiper-new .card .icon-div {
          width: 60px;
          height: 60px;
          background: var(--light-card-bg-color);
          color: var(--light-card-text-color);
          border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 24px; }
          .template-new-1-outer-div .latest-update .latest-update-swiper-new .card .icon-div i {
            line-height: 0; }
          .template-new-1-outer-div .latest-update .latest-update-swiper-new .card .icon-div img {
            width: 100%;
            height: 100%;
            object-fit: fill;
            border-radius: 50%; }
        .template-new-1-outer-div .latest-update .latest-update-swiper-new .card .title-text-div h4 {
          margin-bottom: 10px;
          font-size: 17px;
          font-weight: 700;
          color: black;
          text-align: justify;
          word-break: break-word;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }
        .template-new-1-outer-div .latest-update .latest-update-swiper-new .card .title-text-div .climp-text-div {
          display: flex;
          flex-direction: column;
          width: 100%; }
        .template-new-1-outer-div .latest-update .latest-update-swiper-new .card .title-text-div .read-more-div {
          height: 25px;
          text-align: start; }
        .template-new-1-outer-div .latest-update .latest-update-swiper-new .card .title-text-div p.clamped {
          display: -webkit-box;
          -webkit-line-clamp: 4;
          line-clamp: 4;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          padding: 0;
          font-size: 14px;
          font-weight: 400;
          color: black;
          text-align: justify;
          word-break: break-word;
          margin-bottom: 0px; }
        .template-new-1-outer-div .latest-update .latest-update-swiper-new .card .title-text-div button {
          background: transparent;
          color: #c32817;
          border: none;
          font-size: 14px;
          font-weight: 400; }
        .template-new-1-outer-div .latest-update .latest-update-swiper-new .card .keyword-div {
          display: flex;
          gap: 15px; }
          .template-new-1-outer-div .latest-update .latest-update-swiper-new .card .keyword-div span {
            padding: 6px 15px;
            font-size: 14px;
            font-weight: 400;
            background: #ededed;
            color: #000;
            border-radius: 50px;
            line-height: normal; }
        .template-new-1-outer-div .latest-update .latest-update-swiper-new .card .link-btn {
          padding: 8px 15px;
          border-radius: 5px;
          border: 1px solid var(--light-card-bg-color);
          background: transparent;
          color: #000;
          font-size: 14px;
          font-weight: 500;
          width: fit-content;
          transition: letter-spacing 0.3s ease, background 0.3s ease, color 0.3s ease;
          line-height: normal;
          text-decoration: none;
          cursor: pointer;
          word-break: break-word; }
          .template-new-1-outer-div .latest-update .latest-update-swiper-new .card .link-btn:hover {
            background: var(--light-card-bg-color);
            color: var(--light-card-text-color);
            letter-spacing: 1px; }
      .template-new-1-outer-div .latest-update .latest-update-swiper-new .swiper-navBtn {
        background-color: color-mix(in srgb, var(--body-bg-text-color) 37%, transparent);
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 44px;
        height: 44px;
        transition: color 0.3s ease;
        font-size: 22px;
        color: var(--body-div-bg); }
        .template-new-1-outer-div .latest-update .latest-update-swiper-new .swiper-navBtn::before, .template-new-1-outer-div .latest-update .latest-update-swiper-new .swiper-navBtn::after {
          content: none; }
        .template-new-1-outer-div .latest-update .latest-update-swiper-new .swiper-navBtn .swiper-navigation-icon {
          display: none; }
        .template-new-1-outer-div .latest-update .latest-update-swiper-new .swiper-navBtn i {
          font-size: 32px;
          line-height: 0; }
      .template-new-1-outer-div .latest-update .latest-update-swiper-new .swiper-button-next {
        right: 5px; }
      .template-new-1-outer-div .latest-update .latest-update-swiper-new .swiper-button-prev {
        left: 5px; }
      .template-new-1-outer-div .latest-update .latest-update-swiper-new .swiper-pagination {
        left: 50%;
        transform: translateX(-50%);
        width: fit-content;
        border-radius: 30px;
        background-color: color-mix(in srgb, var(--body-bg-text-color) 30%, transparent);
        padding: 4px 5px; }
      .template-new-1-outer-div .latest-update .latest-update-swiper-new .swiper-pagination-bullet {
        background-color: var(--light-card-text-color);
        opacity: 1;
        width: 10px !important;
        height: 10px !important;
        margin: 0 3px !important; }
      .template-new-1-outer-div .latest-update .latest-update-swiper-new .swiper-pagination-bullet-active {
        background-color: #3486ff;
        width: 12px !important;
        height: 12px !important; }
    .template-new-1-outer-div .latest-update .latest-update-swiper-new {
      /* 🔥 Center slides when no overflow */ }
      .template-new-1-outer-div .latest-update .latest-update-swiper-new .swiper-button-lock {
        display: none !important; }
      .template-new-1-outer-div .latest-update .latest-update-swiper-new .swiper-pagination-lock {
        display: none !important; }
      .template-new-1-outer-div .latest-update .latest-update-swiper-new.swiper-lock .swiper-wrapper {
        justify-content: center !important; }
  .template-new-1-outer-div .contact-us {
    padding: 105px 150px;
    background: var(--body-bg-text-color);
    width: 100%; }
    .template-new-1-outer-div .contact-us .section-headings h2 {
      color: var(--body-div-bg); }
    .template-new-1-outer-div .contact-us .section-headings span {
      background: var(--body-div-bg); }
    .template-new-1-outer-div .contact-us .row {
      margin-left: 0;
      margin-right: 0;
      width: 100%; }
      .template-new-1-outer-div .contact-us .row .c1 {
        padding-left: 0;
        display: flex;
        gap: 34px;
        flex-direction: column; }
        .template-new-1-outer-div .contact-us .row .c1 form {
          gap: 20px;
          display: flex;
          flex-direction: column;
          max-width: 660px; }
          .template-new-1-outer-div .contact-us .row .c1 form .input-div {
            display: flex;
            width: 100%;
            gap: 10px;
            align-items: center;
            height: 50px;
            padding: 15px 20px;
            border-radius: 10px;
            background: #ffffff;
            color: #000000; }
            .template-new-1-outer-div .contact-us .row .c1 form .input-div input {
              background: transparent;
              color: #000000;
              font-size: 16px;
              font-weight: 400;
              border: none;
              width: 100%; }
              .template-new-1-outer-div .contact-us .row .c1 form .input-div input:focus {
                outline: none; }
            .template-new-1-outer-div .contact-us .row .c1 form .input-div span ion-icon {
              font-size: 20px;
              color: #000000; }
          .template-new-1-outer-div .contact-us .row .c1 form .outer-input-div {
            display: flex;
            gap: 20px; }
            .template-new-1-outer-div .contact-us .row .c1 form .outer-input-div .form-group {
              width: 100%; }
          .template-new-1-outer-div .contact-us .row .c1 form textarea {
            height: 133px;
            max-height: 133px;
            padding: 15px 18px !important;
            border-radius: 10px;
            background: #ffffff;
            color: #000000;
            font-size: 16px;
            font-weight: 400;
            resize: none;
            overflow: auto;
            border: none;
            width: 100%; }
            .template-new-1-outer-div .contact-us .row .c1 form textarea:focus {
              outline: none; }
          .template-new-1-outer-div .contact-us .row .c1 form .form-group.extra-fields {
            width: 100%; }
            .template-new-1-outer-div .contact-us .row .c1 form .form-group.extra-fields input {
              width: 100%;
              font-size: 16px;
              font-weight: 400;
              height: 50px;
              padding: 15px 20px;
              border-radius: 10px;
              background: #ffffff;
              color: #000000;
              border: none; }
              .template-new-1-outer-div .contact-us .row .c1 form .form-group.extra-fields input:focus {
                outline: none !important; }
          .template-new-1-outer-div .contact-us .row .c1 form label {
            color: color-mix(in srgb, var(--body-div-bg) 65%, var(--body-bg-text-color));
            font-size: 16px;
            font-weight: 500;
            margin: 0 0 10px;
            word-break: break-word; }
          .template-new-1-outer-div .contact-us .row .c1 form .multi-select {
            position: relative;
            width: 100%; }
            .template-new-1-outer-div .contact-us .row .c1 form .multi-select .select-box {
              display: flex;
              justify-content: space-between;
              align-items: center;
              cursor: pointer;
              width: 100%;
              font-size: 16px;
              font-weight: 400;
              height: 50px;
              padding: 15px 20px;
              border-radius: 10px;
              background: #ffffff;
              color: #000000;
              border: none; }
              .template-new-1-outer-div .contact-us .row .c1 form .multi-select .select-box .value {
                color: #000000;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis; }
                .template-new-1-outer-div .contact-us .row .c1 form .multi-select .select-box .value.placeholder {
                  color: #595c5e !important;
                  background: transparent !important;
                  opacity: 1 !important; }
            .template-new-1-outer-div .contact-us .row .c1 form .multi-select .options {
              position: absolute;
              width: 100%;
              background: #fff;
              border: 1px solid #ccc;
              margin-top: 4px;
              border-radius: 4px;
              z-index: 20;
              padding: 5px 0;
              max-height: 140px;
              overflow: auto; }
              .template-new-1-outer-div .contact-us .row .c1 form .multi-select .options input {
                box-shadow: none;
                line-height: 0;
                height: fit-content;
                background: white;
                transform: scale(1.3);
                cursor: pointer;
                border: none;
                outline: none;
                width: fit-content; }
              .template-new-1-outer-div .contact-us .row .c1 form .multi-select .options label {
                display: flex;
                align-items: center;
                gap: 10px;
                padding: 6px 12px;
                cursor: pointer;
                margin: 0 !important;
                font-size: 15px;
                color: black;
                word-break: break-word; }
                .template-new-1-outer-div .contact-us .row .c1 form .multi-select .options label:hover {
                  background: #f5f5f5; }
          .template-new-1-outer-div .contact-us .row .c1 form .custom-select {
            position: relative;
            width: 100%; }
            .template-new-1-outer-div .contact-us .row .c1 form .custom-select .select-box {
              display: flex;
              justify-content: space-between;
              align-items: center;
              cursor: pointer;
              width: 100%;
              height: 50px;
              padding: 15px 20px;
              border-radius: 10px;
              background: #ffffff;
              color: #000000;
              border: none; }
              .template-new-1-outer-div .contact-us .row .c1 form .custom-select .select-box .value {
                color: #000000;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis; }
                .template-new-1-outer-div .contact-us .row .c1 form .custom-select .select-box .value.placeholder {
                  color: #595c5e !important;
                  background: transparent !important;
                  opacity: 1 !important; }
            .template-new-1-outer-div .contact-us .row .c1 form .custom-select .options {
              position: absolute;
              width: 100%;
              background: #fff;
              border: 1px solid #ccc;
              margin-top: 4px;
              border-radius: 4px;
              z-index: 20;
              max-height: 140px;
              overflow: auto; }
              .template-new-1-outer-div .contact-us .row .c1 form .custom-select .options .placeholder-option {
                color: #343434; }
              .template-new-1-outer-div .contact-us .row .c1 form .custom-select .options .option {
                display: flex;
                align-items: center;
                gap: 10px;
                padding: 6px 12px;
                cursor: pointer;
                margin-bottom: 0;
                font-size: 15px;
                color: black; }
                .template-new-1-outer-div .contact-us .row .c1 form .custom-select .options .option:hover {
                  background: #f3f4f6; }
          .template-new-1-outer-div .contact-us .row .c1 form .custom-date-wrapper {
            position: relative;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2117647059);
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
            width: 100%;
            height: 50px;
            padding: 15px 20px;
            border-radius: 10px;
            background: #ffffff;
            color: #000000;
            border: none; }
            .template-new-1-outer-div .contact-us .row .c1 form .custom-date-wrapper .custom-date-input {
              position: absolute;
              inset: 0;
              width: 100%;
              height: 100%;
              opacity: 0;
              z-index: 1;
              cursor: pointer;
              border: none;
              outline: none;
              background: transparent; }
              .template-new-1-outer-div .contact-us .row .c1 form .custom-date-wrapper .custom-date-input::-webkit-calendar-picker-indicator {
                opacity: 0;
                position: absolute;
                inset: 0;
                width: 100%;
                height: 100%;
                cursor: pointer; }
              .template-new-1-outer-div .contact-us .row .c1 form .custom-date-wrapper .custom-date-input::-webkit-inner-spin-button, .template-new-1-outer-div .contact-us .row .c1 form .custom-date-wrapper .custom-date-input::-webkit-clear-button {
                display: none; }
            .template-new-1-outer-div .contact-us .row .c1 form .custom-date-wrapper .placeholder {
              position: absolute;
              left: 20px;
              top: 50%;
              transform: translateY(-50%);
              color: #595c5e;
              pointer-events: none;
              z-index: 2;
              white-space: nowrap;
              background-color: transparent !important;
              font-size: 16px;
              font-weight: 400;
              opacity: 1 !important; }
            .template-new-1-outer-div .contact-us .row .c1 form .custom-date-wrapper .date-text {
              position: absolute;
              left: 20px;
              top: 50%;
              transform: translateY(-50%);
              color: #000000;
              z-index: 3;
              white-space: nowrap;
              font-size: 16px;
              font-weight: 400; }
            .template-new-1-outer-div .contact-us .row .c1 form .custom-date-wrapper .calendar-icon {
              position: absolute;
              right: 8px;
              top: 50%;
              transform: translateY(-50%);
              color: #4b4747;
              font-size: 15px;
              pointer-events: none;
              z-index: 4; }
          .template-new-1-outer-div .contact-us .row .c1 form button {
            background: var(--light-card-bg-color);
            color: var(--light-card-text-color);
            font-size: 16px;
            font-weight: 500;
            border-radius: 10px;
            width: 100px;
            height: 48px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: none;
            margin-top: 20px; }
            .template-new-1-outer-div .contact-us .row .c1 form button:hover {
              background: var(--light-card-text-color);
              color: var(--light-card-bg-color);
              border: 1px solid var(--light-card-bg-color); }
      .template-new-1-outer-div .contact-us .row .c2 {
        padding-right: 0;
        display: flex;
        justify-content: center;
        align-items: center; }
        .template-new-1-outer-div .contact-us .row .c2 .contact-profile-card {
          gap: 30px;
          display: flex;
          flex-direction: column;
          width: fit-content;
          align-items: center; }
          .template-new-1-outer-div .contact-us .row .c2 .contact-profile-card .p1 {
            gap: 7px;
            display: flex;
            flex-direction: column; }
            .template-new-1-outer-div .contact-us .row .c2 .contact-profile-card .p1 h2 {
              color: var(--light-card-bg-color);
              font-size: 22px;
              font-weight: bold;
              margin-bottom: 0;
              text-align: center;
              word-break: break-word; }
            .template-new-1-outer-div .contact-us .row .c2 .contact-profile-card .p1 .designation {
              color: var(--light-card-text-color);
              font-size: 18px;
              font-weight: 600;
              margin-bottom: 0;
              text-align: center; }
            .template-new-1-outer-div .contact-us .row .c2 .contact-profile-card .p1 p {
              color: color-mix(in srgb, var(--light-card-text-color) 65%, black);
              font-size: 16px;
              font-weight: 400;
              margin-bottom: 0;
              text-align: center;
              word-break: break-word; }
          .template-new-1-outer-div .contact-us .row .c2 .contact-profile-card .social-contact-div {
            display: flex;
            gap: 15px;
            width: 100%;
            justify-content: center; }
            .template-new-1-outer-div .contact-us .row .c2 .contact-profile-card .social-contact-div a {
              text-decoration: none;
              color: var(--light-card-bg-color);
              background: var(--light-card-text-color);
              border: 1px solid var(--light-card-bg-color);
              border-radius: 50%;
              width: 60px;
              height: 60px;
              display: flex;
              justify-content: center;
              align-items: center;
              font-size: 26px; }
              .template-new-1-outer-div .contact-us .row .c2 .contact-profile-card .social-contact-div a:hover {
                color: var(--light-card-text-color);
                background: var(--light-card-bg-color); }
          .template-new-1-outer-div .contact-us .row .c2 .contact-profile-card .location-address p {
            font-size: 16px;
            font-weight: 400;
            margin-bottom: 0;
            text-align: center;
            word-break: break-word; }

.template-new-1-outer-div #Home,
.template-new-1-outer-div #company-info,
.template-new-1-outer-div #other-link,
.template-new-1-outer-div #products,
.template-new-1-outer-div #services,
.template-new-1-outer-div #about-me,
.template-new-1-outer-div #Payment_Details,
.template-new-1-outer-div #education,
.template-new-1-outer-div #skills,
.template-new-1-outer-div #experience,
.template-new-1-outer-div #photo-gallery,
.template-new-1-outer-div #video-gallery,
.template-new-1-outer-div #other-business,
.template-new-1-outer-div #latest-update,
.template-new-1-outer-div #contact-us {
  scroll-margin-top: 128px; }

body.modal-open-custom .template-new-1-outer-div {
  padding-right: var(--scrollbar-width); }

@media screen and (max-width: 991px) {
  .template-new-1-outer-div #Home,
  .template-new-1-outer-div #company-info,
  .template-new-1-outer-div #other-link,
  .template-new-1-outer-div #products,
  .template-new-1-outer-div #services,
  .template-new-1-outer-div #about-me,
  .template-new-1-outer-div #Payment_Details,
  .template-new-1-outer-div #education,
  .template-new-1-outer-div #skills,
  .template-new-1-outer-div #experience,
  .template-new-1-outer-div #photo-gallery,
  .template-new-1-outer-div #video-gallery,
  .template-new-1-outer-div #other-business,
  .template-new-1-outer-div #latest-update,
  .template-new-1-outer-div #contact-us {
    scroll-margin-top: 85px; } }
/* -----------------------------------
    MOBILE FIX (max-width: 991px)
------------------------------------ */
/* Desktop-only: keep nav in one line and move overflowed items into "More" (new web templates) */
.nav-more-measure {
  position: absolute;
  visibility: hidden;
  pointer-events: none;
  white-space: nowrap;
  padding: 0; }

@media (min-width: 992px) {
  .nav-menu {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: visible;
    /* allow dropdown menu to render outside the bar */
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0; }

  .nav-menu .nav-item {
    flex: 0 0 auto;
    margin: 0; }

  .nav-menu .dropdown-menu {
    z-index: 9999;
    width: 300px;
    right: 0;
    left: unset;
    top: 111%;
    max-height: 400px;
    overflow: auto;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25); }
    .nav-menu .dropdown-menu li {
      width: 100% !important; }
      .nav-menu .dropdown-menu li .dropdown-item {
        white-space: pre-wrap !important;
        word-break: break-word; }
        .nav-menu .dropdown-menu li .dropdown-item:hover {
          color: var(--light-card-bg-color);
          background: var(--light-card-text-color); } }
@media screen and (max-width: 991px) {
  .template-new-1-outer-div {
    /* TOP HEADER SHOWS NAME + TOGGLER ONLY */ }
    .template-new-1-outer-div .profile-section .top-header {
      display: flex !important;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      height: 85px;
      /* SHOW TOGGLER IN TOP HEADER */
      /* HIDE CONTACT + BUTTON IN MOBILE */
      /* REMOVE TOGGLER FROM RED MENU BAR */
      /* COLLAPSE DROPDOWN MENU */
      /* MENU ITEMS STACK VERTICALLY */ }
      .template-new-1-outer-div .profile-section .top-header .top-nav {
        padding: 20px;
        height: unset; }
      .template-new-1-outer-div .profile-section .top-header .business-name {
        font-size: 18px; }
      .template-new-1-outer-div .profile-section .top-header .navbar-toggler {
        display: flex !important;
        border: none;
        padding: 0;
        background: var(--light-card-bg-color);
        border-radius: 50%;
        color: var(--light-card-text-color);
        width: 40px;
        min-width: 40px;
        height: 40px;
        font-size: 14px !important;
        align-items: center;
        justify-content: center; }
      .template-new-1-outer-div .profile-section .top-header .social-links-div {
        display: none !important; }
      .template-new-1-outer-div .profile-section .top-header .header-right {
        display: none !important; }
        .template-new-1-outer-div .profile-section .top-header .header-right .social-links-div {
          display: none !important; }
      .template-new-1-outer-div .profile-section .top-header .nav-menu .navbar-toggler {
        display: none !important; }
      .template-new-1-outer-div .profile-section .top-header .navbar-collapse {
        padding: 0px 0 40px;
        position: fixed;
        top: 85px;
        left: 0px;
        width: 100%;
        background: var(--light-card-bg-color);
        z-index: 9999;
        overflow-y: auto;
        scrollbar-width: none !important;
        height: calc(100% - 85px) !important; }
      .template-new-1-outer-div .profile-section .top-header .mobile-only {
        display: flex;
        flex-direction: column;
        gap: 25px; }
        .template-new-1-outer-div .profile-section .top-header .mobile-only .con-mail-div {
          display: flex;
          gap: 20px;
          flex-direction: column;
          width: 100%; }
          .template-new-1-outer-div .profile-section .top-header .mobile-only .con-mail-div hr {
            width: 100%;
            color: var(--light-card-text-color);
            margin: 10px 0 0; }
          .template-new-1-outer-div .profile-section .top-header .mobile-only .con-mail-div .contact-mail-span {
            font-size: 15px;
            color: var(--light-card-text-color);
            display: flex;
            gap: 15px;
            font-weight: 600;
            padding-left: 27px;
            line-height: normal;
            padding-right: 10px;
            text-decoration: none; }
            .template-new-1-outer-div .profile-section .top-header .mobile-only .con-mail-div .contact-mail-span .email {
              word-break: break-word;
              text-align: justify; }
            .template-new-1-outer-div .profile-section .top-header .mobile-only .con-mail-div .contact-mail-span i {
              margin-top: 3px; }
        .template-new-1-outer-div .profile-section .top-header .mobile-only .google-btn {
          background: transparent !important;
          color: var(--light-card-text-color);
          padding: 9px 15px;
          border: none;
          border-radius: 5px;
          display: flex;
          gap: 10px;
          align-items: center;
          justify-content: center;
          font-weight: 600;
          font-size: 14px;
          text-decoration: none !important;
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
          border: 1px solid var(--light-card-text-color);
          width: fit-content;
          margin-left: 25px;
          cursor: POINTER; }
          .template-new-1-outer-div .profile-section .top-header .mobile-only .google-btn img {
            width: 24px;
            height: 24px; }
        .template-new-1-outer-div .profile-section .top-header .mobile-only app-social-links {
          width: 100%; }
        .template-new-1-outer-div .profile-section .top-header .mobile-only .social-links-div.mobile-social-links {
          display: flex !important;
          align-items: center;
          flex-wrap: wrap;
          column-gap: 20px;
          padding-left: 25px;
          row-gap: 10px;
          padding-right: 20px; }
          .template-new-1-outer-div .profile-section .top-header .mobile-only .social-links-div.mobile-social-links a {
            text-decoration: none;
            cursor: pointer;
            height: 100%;
            justify-content: center;
            display: flex;
            align-items: center; }
      .template-new-1-outer-div .profile-section .top-header .nav-menu {
        height: auto;
        gap: 5px;
        padding-left: 20px;
        align-items: unset;
        /* CENTER MOBILE LINKS */ }
        .template-new-1-outer-div .profile-section .top-header .nav-menu.navbar-nav {
          flex-direction: column !important;
          width: 100%; }
        .template-new-1-outer-div .profile-section .top-header .nav-menu .nav-link {
          text-align: center;
          padding: 10px;
          width: 100%;
          font-size: 14px;
          font-weight: 700;
          word-break: break-word;
          text-align: justify; }
    .template-new-1-outer-div .profile-section .banner-div {
      padding: 10px 20px 10px;
      height: calc(100% - 85px);
      margin-top: 85px; }
      .template-new-1-outer-div .profile-section .banner-div .single-profile-bg-image {
        display: none; }
      .template-new-1-outer-div .profile-section .banner-div .carousel {
        display: none; }
      .template-new-1-outer-div .profile-section .banner-div .profile-data-div {
        position: unset;
        width: 100%;
        padding: 30px 15px; }
        .template-new-1-outer-div .profile-section .banner-div .profile-data-div .inner-profile-div {
          width: 100%;
          padding: 0; }
          .template-new-1-outer-div .profile-section .banner-div .profile-data-div .inner-profile-div .profile-img {
            width: 168px;
            height: 168px; }
          .template-new-1-outer-div .profile-section .banner-div .profile-data-div .inner-profile-div .profile-btns-div {
            display: flex;
            gap: 18px; }
            .template-new-1-outer-div .profile-section .banner-div .profile-data-div .inner-profile-div .profile-btns-div .profile-btn {
              font-size: 15px;
              font-weight: 500;
              display: flex;
              gap: 5px;
              align-items: center;
              justify-content: center;
              padding: 10px;
              border-radius: 5px;
              color: var(--body-bg-text-color);
              background: var(--body-div-bg);
              line-height: 100%;
              margin-bottom: 24px; }
              .template-new-1-outer-div .profile-section .banner-div .profile-data-div .inner-profile-div .profile-btns-div .profile-btn ion-button {
                font-size: 16px; }
    .template-new-1-outer-div .company-info-section .about-company#about-company-margin {
      margin: 0px !important;
      padding: 10px 20px 20px; }
      .template-new-1-outer-div .company-info-section .about-company#about-company-margin .whatsapp-qr-div {
        position: unset;
        width: 100%;
        margin: 0;
        background-image: url(../assets/templates_pcard/template_seven/whatsapp-bg-mobile.png);
        background-size: contain;
        padding: 50px 25px; }
        .template-new-1-outer-div .company-info-section .about-company#about-company-margin .whatsapp-qr-div .center-div {
          flex-direction: column;
          width: 100%;
          gap: 30px; }
          .template-new-1-outer-div .company-info-section .about-company#about-company-margin .whatsapp-qr-div .center-div .whatsapp-div {
            align-items: center;
            gap: 12px; }
            .template-new-1-outer-div .company-info-section .about-company#about-company-margin .whatsapp-qr-div .center-div .whatsapp-div h4 {
              margin-bottom: 0; }
            .template-new-1-outer-div .company-info-section .about-company#about-company-margin .whatsapp-qr-div .center-div .whatsapp-div form {
              flex-direction: column;
              align-items: center; }
              .template-new-1-outer-div .company-info-section .about-company#about-company-margin .whatsapp-qr-div .center-div .whatsapp-div form .main-error-input-div {
                height: 52px; }
                .template-new-1-outer-div .company-info-section .about-company#about-company-margin .whatsapp-qr-div .center-div .whatsapp-div form .main-error-input-div .error-text {
                  bottom: -18px; }
      .template-new-1-outer-div .company-info-section .about-company#about-company-margin .company-div {
        padding: 50px 0px 40px 0px; }
        .template-new-1-outer-div .company-info-section .about-company#about-company-margin .company-div .row {
          margin: 0;
          gap: 20px; }
        .template-new-1-outer-div .company-info-section .about-company#about-company-margin .company-div .data-col {
          padding: 0; }
          .template-new-1-outer-div .company-info-section .about-company#about-company-margin .company-div .data-col .main-div {
            flex-direction: column; }
            .template-new-1-outer-div .company-info-section .about-company#about-company-margin .company-div .data-col .main-div .single-div {
              flex-direction: unset;
              width: 100%;
              background: transparent !important;
              padding: 0;
              gap: 20px;
              box-shadow: none; }
              .template-new-1-outer-div .company-info-section .about-company#about-company-margin .company-div .data-col .main-div .single-div .sub-head {
                width: 100%;
                word-break: break-word; }
              .template-new-1-outer-div .company-info-section .about-company#about-company-margin .company-div .data-col .main-div .single-div .data {
                font-size: 16px;
                width: 100%;
                word-break: break-word;
                text-align: end; }
        .template-new-1-outer-div .company-info-section .about-company#about-company-margin .company-div .data-col-2 {
          width: 100%; }
    .template-new-1-outer-div .other-links {
      gap: 32px;
      padding: 57px 20px !important; }
      .template-new-1-outer-div .other-links .links-div {
        flex-direction: column;
        gap: 11px;
        width: 100%;
        align-items: center; }
        .template-new-1-outer-div .other-links .links-div .links {
          border-radius: 0;
          padding: 15px;
          width: 100%; }
          .template-new-1-outer-div .other-links .links-div .links .icon {
            font-size: 16px; }
          .template-new-1-outer-div .other-links .links-div .links .text {
            font-size: 14px; }
    .template-new-1-outer-div .products-section {
      padding: 68px 10px !important;
      gap: 40px; }
      .template-new-1-outer-div .products-section .section-headings {
        width: 100%; }
      .template-new-1-outer-div .products-section .outer-div {
        width: 100%; }
        .template-new-1-outer-div .products-section .outer-div .row {
          justify-content: flex-start;
          row-gap: 10px; }
          .template-new-1-outer-div .products-section .outer-div .row .card-col .product-card .product-img-div {
            height: 175px; }
          .template-new-1-outer-div .products-section .outer-div .row .card-col .product-card .product-data {
            padding: 15px 10px 5px;
            gap: 5px; }
            .template-new-1-outer-div .products-section .outer-div .row .card-col .product-card .product-data .p-des {
              display: none; }
            .template-new-1-outer-div .products-section .outer-div .row .card-col .product-card .product-data .p-name {
              font-size: 16px; }
            .template-new-1-outer-div .products-section .outer-div .row .card-col .product-card .product-data .p-price {
              font-size: 15px; }
            .template-new-1-outer-div .products-section .outer-div .row .card-col .product-card .product-data .cut-price {
              font-size: 13px; }
          .template-new-1-outer-div .products-section .outer-div .row .card-col .product-card .enquiry-btn {
            padding: 7px 15px;
            font-size: 15px;
            border-radius: 20px;
            margin-top: 5px;
            margin: 0 15px 15px; }
    .template-new-1-outer-div .services-section {
      padding: 68px 10px !important;
      gap: 40px; }
      .template-new-1-outer-div .services-section .section-headings {
        width: 100%; }
      .template-new-1-outer-div .services-section .outer-div {
        width: 100%; }
        .template-new-1-outer-div .services-section .outer-div .row {
          justify-content: flex-start;
          row-gap: 10px; }
          .template-new-1-outer-div .services-section .outer-div .row .card-col .service-card .service-img-div {
            height: 175px; }
          .template-new-1-outer-div .services-section .outer-div .row .card-col .service-card .service-data {
            padding: 15px 10px 5px;
            gap: 5px; }
            .template-new-1-outer-div .services-section .outer-div .row .card-col .service-card .service-data .s-des {
              display: none; }
            .template-new-1-outer-div .services-section .outer-div .row .card-col .service-card .service-data .s-name {
              font-size: 16px; }
            .template-new-1-outer-div .services-section .outer-div .row .card-col .service-card .service-data .s-price {
              font-size: 15px; }
          .template-new-1-outer-div .services-section .outer-div .row .card-col .service-card .enquiry-btn {
            padding: 7px 15px;
            font-size: 15px;
            border-radius: 20px;
            margin-top: 5px;
            margin: 0 15px 15px; }
    .template-new-1-outer-div .payment-div {
      background-image: url("../assets/templates_pcard/template_seven/payment-top-right-bg.png");
      background-position: top right;
      background-size: 40%;
      background-repeat: no-repeat;
      padding: 49px 20px 74px !important;
      align-items: flex-start; }
      .template-new-1-outer-div .payment-div .section-headings {
        align-items: flex-start; }
        .template-new-1-outer-div .payment-div .section-headings h2 {
          text-align: left; }
      .template-new-1-outer-div .payment-div .inner-div {
        min-width: 100%;
        gap: 30px;
        background-color: transparent !important;
        padding: 0;
        box-shadow: none; }
        .template-new-1-outer-div .payment-div .inner-div .row .c2 span {
          font-weight: 400;
          line-height: normal; }
    .template-new-1-outer-div .about-us-div {
      padding: 30px 20px 46px !important;
      background-image: url("../assets/templates_pcard/template_seven/payment-left-bottom-bg.png");
      background-position: bottom left;
      background-size: 60%;
      background-repeat: no-repeat; }
      .template-new-1-outer-div .about-us-div .row {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        gap: 20px; }
        .template-new-1-outer-div .about-us-div .row .about-us-img {
          width: 100%;
          order: 2; }
        .template-new-1-outer-div .about-us-div .row .second-col {
          width: 100%; }
        .template-new-1-outer-div .about-us-div .row .about-us-data {
          gap: 20px;
          padding: 0; }
    .template-new-1-outer-div .edu-exp-skill-div {
      width: 100%;
      padding: 30px 20px 50px !important;
      background-image: none;
      background-color: transparent !important; }
      .template-new-1-outer-div .edu-exp-skill-div .inner-div {
        flex-direction: column;
        width: 100%;
        padding: 0;
        gap: 63px; }
        .template-new-1-outer-div .edu-exp-skill-div .inner-div .tabs-div {
          display: none; }
        .template-new-1-outer-div .edu-exp-skill-div .inner-div .tab-data {
          flex-direction: column;
          padding: 0;
          width: 100%;
          background: transparent !important; }
          .template-new-1-outer-div .edu-exp-skill-div .inner-div .tab-data .section-headings {
            display: flex;
            margin-bottom: 15px; }
    .template-new-1-outer-div .gallary {
      padding: 0 20px 55px !important;
      background-image: none; }
      .template-new-1-outer-div .gallary .col-div {
        gap: 49px; }
      .template-new-1-outer-div .gallary .inner-div {
        flex-direction: column;
        display: flex;
        gap: 55px; }
        .template-new-1-outer-div .gallary .inner-div .photo-div {
          gap: 49px;
          width: 100%;
          padding-left: 0;
          padding-right: 0px; }
          .template-new-1-outer-div .gallary .inner-div .photo-div .row > * {
            padding-left: 5px;
            padding-right: 5px; }
        .template-new-1-outer-div .gallary .inner-div .desktop-video-div .main-video {
          max-width: 100%; }
    .template-new-1-outer-div .other-business {
      padding: 67px 20px !important; }
      .template-new-1-outer-div .other-business .other-business-swiper .swiper-wrapper {
        display: block; }
        .template-new-1-outer-div .other-business .other-business-swiper .swiper-wrapper .swiper-slide {
          width: 100% !important;
          margin-bottom: 15px;
          padding: 0; }
      .template-new-1-outer-div .other-business .other-business-swiper .swiper-navBtn {
        opacity: 0 !important;
        display: none !important; }
    .template-new-1-outer-div .latest-update {
      padding: 42px 20px !important; }
      .template-new-1-outer-div .latest-update .latest-update-swiper-new .swiper-slide {
        padding: 0px !important; }
      .template-new-1-outer-div .latest-update .latest-update-swiper-new .swiper-navBtn {
        display: none !important; }
      .template-new-1-outer-div .latest-update .latest-update-swiper-new .card {
        max-width: 100%; }
    .template-new-1-outer-div .contact-us {
      padding: 58px 20px !important;
      background-image: url(../assets/templates_pcard/template_seven/service-section-bg.png);
      background-size: cover;
      background-repeat: no-repeat;
      background-color: color-mix(in srgb, var(--body-bg-text-color) 80%, transparent);
      background-blend-mode: overlay; }
      .template-new-1-outer-div .contact-us .section-headings {
        align-items: center; }
        .template-new-1-outer-div .contact-us .section-headings h2 {
          color: var(--body-div-bg);
          text-align: center; }
        .template-new-1-outer-div .contact-us .section-headings span {
          background: var(--body-div-bg); }
      .template-new-1-outer-div .contact-us .row .c1 {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        display: flex;
        gap: 34px;
        flex-direction: column;
        align-items: center; }
        .template-new-1-outer-div .contact-us .row .c1 form {
          width: 100%;
          align-items: center; }
          .template-new-1-outer-div .contact-us .row .c1 form .form-group {
            width: 100%; }
          .template-new-1-outer-div .contact-us .row .c1 form .outer-input-div {
            flex-direction: column;
            width: 100%; }
          .template-new-1-outer-div .contact-us .row .c1 form button {
            width: 162px;
            height: 48px; }
      .template-new-1-outer-div .contact-us .row .c2 {
        display: none; } }
@media screen and (max-width: 567px) {
  .template-new-1-outer-div .edu-exp-skill-div .inner-div .tab-data.education .single, .template-new-1-outer-div .edu-exp-skill-div .inner-div .tab-data.experience .single {
    padding: 13px; }
    .template-new-1-outer-div .edu-exp-skill-div .inner-div .tab-data.education .single .s1 .title, .template-new-1-outer-div .edu-exp-skill-div .inner-div .tab-data.experience .single .s1 .title {
      font-size: 15px; }
    .template-new-1-outer-div .edu-exp-skill-div .inner-div .tab-data.education .single .s1 .data, .template-new-1-outer-div .edu-exp-skill-div .inner-div .tab-data.experience .single .s1 .data {
      font-size: 13px; }
    .template-new-1-outer-div .edu-exp-skill-div .inner-div .tab-data.education .single .year, .template-new-1-outer-div .edu-exp-skill-div .inner-div .tab-data.experience .single .year {
      font-size: 13px;
      padding: 8px 15px; }
  .template-new-1-outer-div .edu-exp-skill-div .inner-div .tab-data.skills .single {
    padding: 13px; }
    .template-new-1-outer-div .edu-exp-skill-div .inner-div .tab-data.skills .single span {
      font-size: 15px; }
  .template-new-1-outer-div .products-section .outer-div .row .card-col .product-card .product-img-div {
    height: 205px; }
  .template-new-1-outer-div .services-section .outer-div .row .card-col .service-card .service-img-div {
    height: 205px; } }
@media screen and (max-width: 415px) {
  .template-new-1-outer-div .company-info-section .about-company .whatsapp-qr-div .center-div .whatsapp-div {
    width: 100%; }
    .template-new-1-outer-div .company-info-section .about-company .whatsapp-qr-div .center-div .whatsapp-div form {
      width: 100%; }
      .template-new-1-outer-div .company-info-section .about-company .whatsapp-qr-div .center-div .whatsapp-div form input {
        width: 100%; }
      .template-new-1-outer-div .company-info-section .about-company .whatsapp-qr-div .center-div .whatsapp-div form .number-input-div {
        width: 100%; }
  .template-new-1-outer-div .gallary .inner-div .photo-div .main-photos-div .img-div {
    height: 185px;
    max-height: 185px; }
  .template-new-1-outer-div .gallary .inner-div .video-div .mobile-videos iframe {
    width: 100%;
    height: 160px; }
  .template-new-1-outer-div .other-business .slide-container .card .icon-div {
    width: 50px;
    height: 50px;
    font-size: 20px; } }
@media screen and (max-width: 360px) {
  .template-new-1-outer-div .profile-section .banner-div .profile-data-div .inner-profile-div .profile-btns-div {
    gap: 10px; }
    .template-new-1-outer-div .profile-section .banner-div .profile-data-div .inner-profile-div .profile-btns-div .profile-btn {
      font-size: 14px;
      padding: 9px; }
  .template-new-1-outer-div .profile-section .banner-div .profile-data-div .inner-profile-div .profile-img {
    width: 150px;
    height: 150px; }
  .template-new-1-outer-div .profile-section .banner-div .profile-data-div .inner-profile-div .social-contact-div {
    gap: 10px;
    flex-wrap: wrap; }
    .template-new-1-outer-div .profile-section .banner-div .profile-data-div .inner-profile-div .social-contact-div a {
      width: 55px;
      height: 55px; }
      .template-new-1-outer-div .profile-section .banner-div .profile-data-div .inner-profile-div .social-contact-div a i {
        font-size: 22px; } }
@media screen and (max-width: 1458px) and (min-width: 992px) {
  .template-new-1-outer-div .contact-us .row .c1 form .outer-input-div {
    flex-direction: column;
    width: 100%; }
  .template-new-1-outer-div .company-info-section .about-company .whatsapp-qr-div .center-div .whatsapp-div form {
    gap: 15px; }
    .template-new-1-outer-div .company-info-section .about-company .whatsapp-qr-div .center-div .whatsapp-div form input {
      font-size: 14px; }
    .template-new-1-outer-div .company-info-section .about-company .whatsapp-qr-div .center-div .whatsapp-div form button {
      font-size: 14px; }
  .template-new-1-outer-div .profile-section .banner-div .profile-data-div .inner-profile-div .profile-img {
    width: 150px !important;
    height: 150px !important; }
  .template-new-1-outer-div .profile-section .banner-div .profile-data-div .inner-profile-div .social-contact-div a {
    width: 55px !important;
    height: 55px !important; }
    .template-new-1-outer-div .profile-section .banner-div .profile-data-div .inner-profile-div .social-contact-div a i {
      font-size: 22px; } }
@media screen and (max-width: 1600px) and (min-width: 992px) {
  .template-new-1-outer-div {
    /* -------- TOP HEADER -------- */ }
    .template-new-1-outer-div .profile-section .top-header .top-nav,
    .template-new-1-outer-div .profile-section .top-header .nav-menu {
      padding: 18px; }
    .template-new-1-outer-div .profile-section .top-header .business-name {
      font-size: 21px;
      font-weight: bold; }
    .template-new-1-outer-div .profile-section .top-header .header-right {
      gap: 10px; }
      .template-new-1-outer-div .profile-section .top-header .header-right .con-mail-div .contact-mail-span {
        gap: 10px;
        margin-right: 10px; }
        .template-new-1-outer-div .profile-section .top-header .header-right .con-mail-div .contact-mail-span span.email {
          white-space: nowrap;
          line-height: normal;
          max-width: 250px; }
      .template-new-1-outer-div .profile-section .top-header .header-right .google-btn {
        padding: 10px;
        border-radius: 50%;
        width: 45px; }
        .template-new-1-outer-div .profile-section .top-header .header-right .google-btn span {
          display: none; }
      .template-new-1-outer-div .profile-section .top-header .header-right .social-links-div {
        height: 25px; }
        .template-new-1-outer-div .profile-section .top-header .header-right .social-links-div a {
          width: 36px; }
    .template-new-1-outer-div .profile-section .banner-div .carousel .carousel-control-next,
    .template-new-1-outer-div .profile-section .banner-div .carousel .carousel-control-prev {
      text-decoration: none;
      opacity: 0.9 !important;
      width: 4.5% !important; }
      .template-new-1-outer-div .profile-section .banner-div .carousel .carousel-control-next .carousel-control-prev-icon,
      .template-new-1-outer-div .profile-section .banner-div .carousel .carousel-control-next .carousel-control-next-icon,
      .template-new-1-outer-div .profile-section .banner-div .carousel .carousel-control-prev .carousel-control-prev-icon,
      .template-new-1-outer-div .profile-section .banner-div .carousel .carousel-control-prev .carousel-control-next-icon {
        background-image: none !important;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 44px;
        height: 44px; }
        .template-new-1-outer-div .profile-section .banner-div .carousel .carousel-control-next .carousel-control-prev-icon i,
        .template-new-1-outer-div .profile-section .banner-div .carousel .carousel-control-next .carousel-control-next-icon i,
        .template-new-1-outer-div .profile-section .banner-div .carousel .carousel-control-prev .carousel-control-prev-icon i,
        .template-new-1-outer-div .profile-section .banner-div .carousel .carousel-control-prev .carousel-control-next-icon i {
          color: var(--body-div-bg) !important;
          font-size: 22px; }
    .template-new-1-outer-div .profile-section .banner-div .carousel .carousel-indicators {
      bottom: 10% !important;
      list-style-type: none;
      gap: 0px; }
      .template-new-1-outer-div .profile-section .banner-div .carousel .carousel-indicators button {
        width: 16px !important;
        border-radius: 50% !important;
        height: 16px !important; }
        .template-new-1-outer-div .profile-section .banner-div .carousel .carousel-indicators button.active {
          background: var(--body-div-bg); }
    .template-new-1-outer-div .profile-section .banner-div .profile-data-div {
      position: absolute;
      right: 150px;
      background: color-mix(in srgb, var(--dark-card-bg-color) 81%, transparent);
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 99; }
      .template-new-1-outer-div .profile-section .banner-div .profile-data-div .inner-profile-div {
        width: fit-content;
        height: fit-content;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center; }
        .template-new-1-outer-div .profile-section .banner-div .profile-data-div .inner-profile-div .profile-img {
          width: 204px;
          height: 204px;
          border-radius: 10px;
          padding: 10px;
          margin-bottom: 17px; }
          .template-new-1-outer-div .profile-section .banner-div .profile-data-div .inner-profile-div .profile-img img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            border-radius: 10px; }
        .template-new-1-outer-div .profile-section .banner-div .profile-data-div .inner-profile-div h2 {
          color: var(--dark-card-text-color);
          font-size: 22px;
          font-weight: 700;
          margin-bottom: 8px; }
        .template-new-1-outer-div .profile-section .banner-div .profile-data-div .inner-profile-div .designation {
          font-size: 18px;
          font-weight: 700;
          margin-bottom: 2px; }
        .template-new-1-outer-div .profile-section .banner-div .profile-data-div .inner-profile-div p {
          font-size: 16px;
          font-weight: 400;
          margin-bottom: 24px; }
        .template-new-1-outer-div .profile-section .banner-div .profile-data-div .inner-profile-div .profile-btns-div {
          display: none; }
        .template-new-1-outer-div .profile-section .banner-div .profile-data-div .inner-profile-div .social-contact-div {
          display: flex;
          gap: 15px;
          width: 100%;
          justify-content: center; }
          .template-new-1-outer-div .profile-section .banner-div .profile-data-div .inner-profile-div .social-contact-div a {
            text-decoration: none;
            color: var(--light-card-bg-color);
            background: var(--light-card-text-color);
            border: 1px solid var(--light-card-bg-color);
            border-radius: 50%;
            width: 60px;
            height: 60px;
            display: flex;
            justify-content: center;
            align-items: center; }
            .template-new-1-outer-div .profile-section .banner-div .profile-data-div .inner-profile-div .social-contact-div a i {
              font-size: 24px;
              line-height: 100%; }
            .template-new-1-outer-div .profile-section .banner-div .profile-data-div .inner-profile-div .social-contact-div a:hover {
              color: var(--light-card-text-color);
              background: var(--light-card-bg-color); }
    .template-new-1-outer-div .gallary .inner-div .photo-div .main-photos-div .img-div {
      height: 185px;
      max-height: 185px; } }
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .template-new-1-outer-div .profile-section .banner-div .profile-data-div {
    right: 55px; }
  .template-new-1-outer-div .profile-section .top-header {
    /* -------- RED NAV MENU -------- */ }
    .template-new-1-outer-div .profile-section .top-header .header-right .con-mail-div {
      gap: 0;
      flex-direction: column; }
  .template-new-1-outer-div .company-info-section .about-company .whatsapp-qr-div {
    margin: 20px 0 0;
    padding: 25px; }
    .template-new-1-outer-div .company-info-section .about-company .whatsapp-qr-div .center-div {
      flex-direction: column;
      gap: 15px; }
      .template-new-1-outer-div .company-info-section .about-company .whatsapp-qr-div .center-div .whatsapp-div h4 {
        text-align: center; }
      .template-new-1-outer-div .company-info-section .about-company .whatsapp-qr-div .center-div .whatsapp-div form {
        align-items: center; }
        .template-new-1-outer-div .company-info-section .about-company .whatsapp-qr-div .center-div .whatsapp-div form button {
          width: 200px; }
  .template-new-1-outer-div .company-info-section .about-company .company-div .row {
    flex-direction: column;
    gap: 20px; }
    .template-new-1-outer-div .company-info-section .about-company .company-div .row .data-col {
      width: 100%; }
    .template-new-1-outer-div .company-info-section .about-company .company-div .row .data-col-2 {
      width: 100%;
      justify-content: center;
      display: flex;
      align-items: center; }
  .template-new-1-outer-div .about-us-div .row {
    flex-direction: column;
    gap: 20px; }
    .template-new-1-outer-div .about-us-div .row .about-us-img {
      width: 100%;
      order: 2; }
    .template-new-1-outer-div .about-us-div .row .second-col {
      width: 100%;
      order: 1; }
      .template-new-1-outer-div .about-us-div .row .second-col .about-us-data {
        padding: 30px 0; }
  .template-new-1-outer-div .contact-us .row {
    flex-direction: column;
    gap: 70px; }
    .template-new-1-outer-div .contact-us .row .c1 {
      width: 100%;
      display: flex;
      align-items: center; }
      .template-new-1-outer-div .contact-us .row .c1 form {
        width: 100%; }
    .template-new-1-outer-div .contact-us .row .c2 {
      width: 100%; } }
@media screen and (max-width: 1730px) and (min-width: 992px) {
  .template-new-1-outer-div .company-info-section .about-company .whatsapp-qr-div .center-div {
    width: calc(100% - 150px); } }
@media screen and (max-width: 1440px) {
  .template-new-1-outer-div .company-info-section .about-company {
    margin: 0 50px 10px !important; }
  .template-new-1-outer-div .other-links {
    padding: 57px 50px; }
  .template-new-1-outer-div .products-section {
    padding: 96px 50px; }
  .template-new-1-outer-div .services-section {
    padding: 96px 50px 117px; }
  .template-new-1-outer-div .about-us-div {
    padding: 79px 50px 139px; }
  .template-new-1-outer-div .gallary {
    padding: 163px 50px; }
  .template-new-1-outer-div .other-business {
    padding: 105px 50px; }
  .template-new-1-outer-div .latest-update {
    padding: 105px 50px; }
  .template-new-1-outer-div .contact-us {
    padding: 105px 50px; } }
@media screen and (max-width: 800px) {
  .template-new-1-outer-div .latest-update .latest-update-swiper-new .swiper-slide {
    padding: 0px !important; } }
@media screen and (max-width: 991px) and (min-width: 800px) {
  .template-new-1-outer-div .latest-update .latest-update-swiper-new .swiper-wrapper {
    padding: 0px !important; }
  .template-new-1-outer-div .latest-update .latest-update-swiper-new .swiper-slide:last-child {
    margin-right: 0 !important; } }
/* 🔥 1 CARD FIX (below 800px) margin-right - 0*/
@media (max-width: 799px) {
  .template-new-1-outer-div .latest-update-swiper-new.single-slide .swiper-slide {
    margin-right: 0 !important; } }

/*# sourceMappingURL=style.css.map */
