.elementor-166 .elementor-element.elementor-element-1cbd2ff{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-166 .elementor-element.elementor-element-0419b51{--divider-border-style:solid;--divider-color:#FFFFFF;--divider-border-width:1.2px;}.elementor-166 .elementor-element.elementor-element-0419b51 .elementor-divider-separator{width:100%;}.elementor-166 .elementor-element.elementor-element-46b0973{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-166 .elementor-element.elementor-element-97077de{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}@media(min-width:768px){.elementor-166 .elementor-element.elementor-element-46b0973{--content-width:1300px;}}/* Start custom CSS for html, class: .elementor-element-97077de *//* =============================
   ITP FOOTER — LOCAL SCOPED CSS
   ============================= */

/* === SIZE VARIABLES — yahan se change karo === */
:root {
  /* Desktop */
  --itp-heading-size: 20px;
  --itp-nav-size: 14px;
  --itp-address-size: 14px;
  --itp-bottom-size: 13px;

  /* Tablet (1024px) */
  --itp-heading-size-tab: 18px;
  --itp-nav-size-tab: 13px;
  --itp-address-size-tab: 13px;
  --itp-bottom-size-tab: 12px;

  /* Mobile (768px) */
  --itp-heading-size-mob: 17px;
  --itp-nav-size-mob: 13px;
  --itp-address-size-mob: 13px;
  --itp-bottom-size-mob: 12px;

  /* Small Mobile (480px) */
  --itp-heading-size-sm: 15px;
  --itp-nav-size-sm: 12px;
  --itp-address-size-sm: 12px;
  --itp-bottom-size-sm: 11px;
}

/* ---- BASE ---- */
.itp-footer {
  width: 100%;
  background: linear-gradient(90deg, #ef4336, #f58634, #d6393e, #993335) !important;
  color: #ffffff;
  font-family: inherit;
  box-sizing: border-box;
}

/* ---- TOP SECTION ---- */
.itp-footer-top {
  width: 100%;
  padding: 44px 60px 36px;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.itp-footer-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  box-sizing: border-box;
}

/* ---- COLUMNS ---- */
.itp-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.itp-col-logo {
  flex: 0 0 160px;
  align-items: flex-start;
}

.itp-col-links {
  flex: 1;
  align-items: center;
  text-align: center;
}

.itp-col-address {
  flex: 1;
  align-items: flex-end;
  text-align: right;
}

/* ---- LOGO ---- */
.itp-logo-link {
  display: inline-block;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.itp-logo-link:hover {
  opacity: 0.85;
}

.itp-logo-img {
  width: 140px;
  height: auto;
  display: block;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.15));
}

/* ---- HEADINGS ---- */
.itp-col-heading {
  font-size: var(--itp-heading-size);
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 4px 0;
  letter-spacing: 0.4px;
  text-shadow: 0 1px 4px rgba(0,0,0,0.15);
}

/* ---- NAV LINKS ---- */
.itp-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: nowrap;
  justify-content: center;
}

.itp-nav-link {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  font-size: var(--itp-nav-size);
  font-weight: 400;
  letter-spacing: 0.2px;
  transition: color 0.25s ease;
  white-space: nowrap;
}

.itp-nav-link:hover {
  color: #ffffff;
}

.itp-sep {
  color: rgba(255, 255, 255, 0.4);
  font-size: var(--itp-nav-size);
  margin: 0 3px;
}

/* ---- ADDRESS ---- */
.itp-address {
  margin: 0;
  font-size: var(--itp-address-size);
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.88);
  letter-spacing: 0.2px;
}

/* ---- BOTTOM BAR ---- */
.itp-footer-bottom {
  width: 100%;
  padding: 14px 60px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.12);
}

.itp-footer-bottom-inner {
  width: 100%;
  max-width: 1000px; /* FIXED: same as top */
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  box-sizing: border-box;
}

.itp-bottom-left,
.itp-bottom-right {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.itp-bottom-left {
  text-align: left;
}

.itp-bottom-right {
  text-align: right;
}

.itp-footer-bottom p {
  margin: 0;
  font-size: var(--itp-bottom-size);
  line-height: 1.6;
  white-space: nowrap;
}

.itp-muted {
  color: rgba(255, 255, 255, 0.75);
  font-size: var(--itp-bottom-size);
}

.itp-company-name {
  color: #ffd700;
  font-weight: 700;
  font-size: var(--itp-bottom-size);
  text-decoration: none;
  margin-left: 5px;
  letter-spacing: 0.5px;
  transition: color 0.25s ease;
}

.itp-company-name:hover {
  color: #ffed4e;
}

.itp-bottom-link {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  font-size: var(--itp-bottom-size);
  font-weight: 400;
  transition: color 0.25s ease;
}

.itp-bottom-link:hover {
  color: #ffffff;
}

.itp-bottom-sep {
  margin: 0 7px;
  color: rgba(255, 255, 255, 0.35);
  font-size: var(--itp-bottom-size);
}

/* ================================
   RESPONSIVE
   ================================ */

/* Tablet — same 3 column layout */
@media (max-width: 1024px) {
  .itp-footer-top {
    padding: 36px 40px 28px;
  }
  .itp-footer-bottom {
    padding: 12px 40px;
  }
  .itp-col-heading {
    font-size: var(--itp-heading-size-tab);
  }
  .itp-nav-link,
  .itp-sep {
    font-size: var(--itp-nav-size-tab);
  }
  .itp-address {
    font-size: var(--itp-address-size-tab);
  }
  .itp-footer-bottom p,
  .itp-muted,
  .itp-company-name,
  .itp-bottom-link,
  .itp-bottom-sep {
    font-size: var(--itp-bottom-size-tab);
  }
  .itp-logo-img {
    width: 120px;
  }
  .itp-col-logo {
    flex: 0 0 130px;
  }
}

/* Mobile — stacked + centered */
@media (max-width: 768px) {
  .itp-footer-top {
    padding: 30px 24px 24px;
  }

  .itp-footer-inner {
    flex-direction: column;
    align-items: center;
    gap: 28px;
  }

  .itp-col-logo,
  .itp-col-links,
  .itp-col-address {
    align-items: center;
    text-align: center;
    width: 100%;
    flex: unset;
  }

  .itp-address {
    text-align: center;
    font-size: var(--itp-address-size-mob);
  }

  .itp-col-heading {
    font-size: var(--itp-heading-size-mob);
  }

  .itp-nav-link,
  .itp-sep {
    font-size: var(--itp-nav-size-mob);
  }

  .itp-logo-img {
    width: 110px;
    margin: 0 auto;
  }

  .itp-footer-bottom {
    padding: 14px 24px;
  }

  .itp-footer-bottom-inner {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .itp-bottom-left,
  .itp-bottom-right {
    text-align: center;
    align-items: center;
  }

  .itp-footer-bottom p {
    white-space: normal;
    text-align: center;
    font-size: var(--itp-bottom-size-mob);
  }

  .itp-muted,
  .itp-company-name,
  .itp-bottom-link,
  .itp-bottom-sep {
    font-size: var(--itp-bottom-size-mob);
  }
}

/* Small mobile */
@media (max-width: 480px) {
  .itp-footer-top {
    padding: 24px 16px 20px;
  }

  .itp-col-heading {
    font-size: var(--itp-heading-size-sm);
  }

  .itp-nav-link,
  .itp-sep {
    font-size: var(--itp-nav-size-sm);
  }

  .itp-address {
    font-size: var(--itp-address-size-sm);
  }

  .itp-footer-bottom p,
  .itp-muted,
  .itp-company-name,
  .itp-bottom-link,
  .itp-bottom-sep {
    font-size: var(--itp-bottom-size-sm);
  }

  .itp-logo-img {
    width: 100px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-46b0973 */.itp-footer-back{
      background: linear-gradient(90deg, #ef4336, #f58634, #d6393e, #993335) !important;
}/* End custom CSS */