body {
  font-family: "Urbanist", sans-serif;
  padding-top: 80px;
}
a{
    text-decoration: none !important;
    color: #000 !important;
}
section {
  scroll-margin-top: 100px; /* yahan apne header ki height ke hisab se adjust karo */
}
.gfrty.is--active {
    background: initial !important;
}
.offcanvas-header {
    border-bottom: 2px solid #fdaa27;
}
ul[id] {
  scroll-margin-top: 100px; /* apne sticky header ki height ke hisab se */
}
section {
  position: relative;
  padding-top: 100px;  /* header ke height ke barabar */
  margin-top: -100px;  /* same value negative */
}
.contact-btn {
  background-color: #f16500;
  color: white;
  padding: 10px 24px;
  border-radius: 12px;
  font-weight: 500;
  transition: all 0.3s ease;
  text-decoration: none;
}
.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #f36708 !important;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(243 103 8 / 85%) !important;
}
.contact-btn:hover {
  background-color: #d75400;
  color: white;
}
.navbar {
    box-shadow: 0px 2px 4px #cfc6b0;
    padding: 0px 0px !important;
}
a.nav-link {
    color: #0a2049;
    font-size: 20px;
    font-family: "Urbanist-Medium", Helvetica;
    font-weight: 500;
}
a.btn.contact-btn {
    background-color: #f36708;
    border-radius: 10px;
    font-family: "Urbanist-Medium", Helvetica;
    font-weight: 500;
    color: #ffffff;
    font-size: 20px;
    padding: 11px 15px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}
/* Sticky Header */
#header {
  position: sticky;
  top: 0;
  background: #fff;
  height: 80px;
  line-height: 80px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  z-index: 999;
}

/* Section default style */
.section {
  height: auto;
  padding-top: 100px; /* header ke height ke barabar */
  transition: padding 0.3s ease;
  background: #f5f5f5;
  margin-bottom: 20px;
}

/* Jab header sticky ho jaye */
.sticky-active .section {
  padding-top: 0px;
}

/*nav.navbar {*/
/*    position: sticky;*/
/*    top: 0px;*/
/*    z-index: 999;*/
/*}*/
.image-12 {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    height: 782px;
    aspect-ratio: 1.62;
}
.where-walls-become {
    position: absolute;
    top: 212px;
    left: 0px;
    font-family: "Urbanist-Black", Helvetica;
    font-weight: 900;
    color: #000000;
    font-size: 60px;
    right: 0px;
    text-align: center;
    letter-spacing: 0;
    line-height: 63.2px;
    padding-top: 100px;
}
.text-wrapper-68 {
    position: absolute;
    top: 364px;
    left: 0px;
    right: 0px;
    font-family: "Urbanist-Medium", Helvetica;
    font-weight: 500;
    color: #000000;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0;
    line-height: 21.1px;
    white-space: nowrap;
    padding-top: 100px;
}
.icon-list li {
  flex: 1;
  max-width: 200px;
}

.feature-icon {
  width: 50px;
  height: auto;
  transition: transform 0.3s ease;
}

.feature-icon:hover {
  transform: scale(1.1);
}

.feature-title {
  font-family: 'Urbanist', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #000;
}

section.icon-section.py-5.bg-light {
    position: relative;
    margin-top: 871px;
}
section.banner_sect_btm {
    position: relative;
    margin-top: -79px;
}
/* Active tab styling */
.nav-tabs .nav-link.active {
  background-color: #f97316; /* Orange */
  color: white;
  border-radius: 12px;
  font-weight: bold;
}

/* Normal tab styling */
.nav-tabs .nav-link {
  font-weight: 500;
  color: #000;
  border: none;
}

/* Orange text utility */
.text-orange {
  color: #f97316;
}
.nav-tabs .nav-link.active {
    background-color: #f97316 !important;
    color: white !important;
    border-radius: 12px;
}
.nav-tabs .nav-link:hover {
    isolation: isolate;
    border: 1px solid #000 !important;
    color: #000 !important;
    border-radius: 10px !important;
}
.nav-item button{
    font-family: "Urbanist-SemiBold", Helvetica;
    font-weight: 500 !important;
    font-size: 22px;
}
ul#productTabs {
    border-bottom: 1px solid #000 !important;
    padding-bottom: 10px;
}

    ul.product-list {
      list-style: none;
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      gap: 40px;
    }
    ul.product-list li {
      max-width: 220px;
      text-align: center;
    }
    .image-box img {
      width: 100%;
      height: auto;
      border-radius: 10px;
    }
    .product-title {
      font-weight: bold;
      font-size: 1.2rem;
      margin-top: 15px;
    }
    .product-tagline {
      color: #555;
    }
    .image-box {
    border-radius: 15px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 4px 3px 4px 3px #ffcead, -3px -4px 5px 3px #ffcead, 4px -4px 4px #ffcead, -4px 4px 4px #ffcead;
        padding-bottom: 0px;
    padding-top: 20px;
}
li.last_text a {
    margin-top: 126px;
    display: block;
    font-weight: 500;
    color: #f36708;
    font-size: 22px;
    text-align: center;
    letter-spacing: 0;
    line-height: 23.2px;
    white-space: nowrap;
    margin-left: 0px;
}
li.last_text {
    width: 90px;
}

.text-wrapper-25 {
    font-family: "Urbanist-Black", Helvetica;
    font-weight: 900;
    color: #000000;
    font-size: 45px;
    text-align: center;
    letter-spacing: 0;
    line-height: 47.4px;
    white-space: nowrap;
    padding-bottom: 70px;
}
.text-wrapper-15 {
    font-family: "Urbanist-Black", Helvetica;
    font-weight: 900;
    color: #000000;
    font-size: 55px;
    letter-spacing: 0;
    line-height: 57.9px;
    white-space: nowrap;
    padding-bottom: 40px;
}
.crafting-excellence .span {
    font-weight: 700;
    color: #000000;
}
.text-wrapper-16 {
    font-weight: 700;
    color: #000000;
    font-size: 18px;
    line-height: 28.8px;
}
.text-wrapper-18 {
    font-weight: 700;
    color: #f36708;
}

element.style {
}
.itilica .span {
    font-weight: 700;
    color: #000000;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
* {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}
.crafting-excellence {
    font-family: "Urbanist-Bold", Helvetica;
    font-size: 16px;
    letter-spacing: 0;
}
.text-wrapper-23 {
    font-family: "Urbanist-Black", Helvetica;
    font-weight: 900;
    color: #000000;
    font-size: 48px;
    letter-spacing: 0;
    line-height: 50.5px;
}
.text-wrapper-24 {
    font-family: "Urbanist-Bold", Helvetica;
    font-weight: 700;
    color: #000000;
    font-size: 27.8px;
    letter-spacing: 0;
    line-height: normal;
}
p.text-wrapper-19 {
    padding-top: 45px;
    font-size: 17px;
    padding-bottom: 35px;
    margin-bottom: 0px;

}
.text-wrapper-20 {
    font-size: 35px;
    font-weight: 500;
}
p.innovation {
    font-size: 17px;
    padding-bottom: 35px;
    margin: 0px;
}
p.innovation span {
    margin-bottom: 4px;
    display: inline-block;
}
.mission-vision {
    font-size: 35px;
    font-weight: 500;
}
p.to-redefine-the-art {
    font-size: 17px;
}
.decades-of-experties{
    font-size: 16px;
}
.decades-of-experties span {
    margin-bottom: 4px;
    display: inline;
}
p.to-redefine-the-art{
    padding-bottom: 35px;
    margin-bottom: 0px;
}
.text-wrapper-22{
    font-size: 35px;
    font-weight: 500;
}
.text-wrapper-15 {
    padding-top: 45px;
}
input.form-control {
    background-color: #e9d8c5;
    border: none;
    box-shadow: none;
    font-weight: 400;
    color: #000000;
    font-size: 18px;
    padding: 11px 20px;
}
textarea.form-control {
    background-color: #e9d8c5;
    border: none;
    box-shadow: none;
    padding: 11px 20px;
}
.nsgrt {
      background-color: #e9d8c5 !important;
      border: none;
      box-shadow: none;
      padding: 11px !important;
    }
    .nsgrt:hover {
      background-color: #dbc7b4 !important;
    }

.contact-card {
    background: white;
    border-radius: 12px;
    padding: 30px;
    border-radius: 14px;
    box-shadow: 0px 0.1px 2px #00000040;
}
.contact-image img {
    width: 100%;
    height: 395px;
}
    .contact-icon {
      color: #fa7a2d;
      margin-right: 10px;
    }
a.navbar-brand img {
    width: 200px;
}
    .form-label {
      font-weight: 500;
    }
button.btn.nsgrt {
    margin-top: 30px;
}
.newr {
    font-weight: 800 !important;
    font-family: "Urbanist-Black", Helvetica;
    color: #000000;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 31.6px;
    white-space: nowrap;
}
.newrs {
    font-weight: 500;
    color: #000000;
    font-size: 15px;
    letter-spacing: 0;
    line-height: normal;
    padding-bottom: 30px;
}
.contact-card i {
    color: #f36708;
}
.nwdr p {
    margin: 0px;
    padding-bottom: 6px;
}
.nwdr h3 {
    padding-bottom: 13px;
}
.contact_sectgt {
    padding-top: 80px;
    padding-bottom: 80px;
}
.tp-sect img {
    width: 100%;
}
section.abt_bg_cl {
    background: #fafafb;
    padding-bottom: 100px;
    padding-top: 20px;
}
.top_sectdd {
    position: relative;
    width: 860px;
    left: -270px;
    margin-top: 0px;
    top: 47px;
    padding-bottom: 40px;
}
.top_sectdd p {
    font-size: 16px;
}
.main_sect_btm ul {
    padding: 0px;
    list-style: none;
    display: flex;
}
.tab__list.newssd.nedsdf.nrdgt:after {
    font-size: 70px;
    left: -88px;
    bottom: 160px;
    width: 420px;
}
.image-box.imfgrht {
    width: 220px;
}
.main_sect_btm ul {
    padding: 0px;
    list-style: none;
    display: flex;
    gap: 160px;
    align-items: center;
}

.category_sect {
    margin-top: 80px;
}
.category_sect ul li h4 {
    font-size: 45px;
    font-weight: 900;
    margin: 0px;
}
.category_sect ul li p {
    font-size: 31px;
    font-weight: 600;
    margin: 0px;
}
.category_sect ul li img {
    width: 150px;
}
.category_sect a {
    font-size: 25px;
    text-decoration: none;
    color: #000;
}
h3.thngb {
    font-family: "Urbanist-SemiBold", Helvetica;
    font-weight: 500 !important;
    font-size: 22px;
    margin: 0px !important;
}
ul#productTabs {
    align-items: center;
}


footer align and cdnter shadow remove

center align footer location

home page tittle shadow

product ittlace font remove3

home page image shadow remove and redius

all apge single remove all page


tab remove on first page

a.navbar-brand img {
    width: 80px;
}
.category_sect ul {
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: flex-end;
    gap: 130px;
    padding-bottom: 40px;
}
    .nav-link {
      transition: background-color 0.3s, color 0.3s;
      padding: 10px 15px;
      border-radius: 5px;
    }

.nav-link.active {
    background-color: #f36708;
    border-radius: 10px;
    font-family: "Urbanist-Medium", Helvetica;
    font-weight: 500;
    color: #ffffff !important;
    font-size: 20px;
    padding: 11px 15px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}
.disabled {
  pointer-events: none; /* disables mouse events like click */
  opacity: 1;            /* keep it fully visible */
  cursor: default;       /* show normal cursor, no pointer */
}

.tab__list.newssd.nedsdf:after {
    content: 'italicia Paints';
    position: absolute;
    bottom: 350px;
    width: 800px;
    height: 140px;
    font-size: 110px;
    background: linear-gradient(to right, #78600066, #ff9c00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    rotate: 270deg;
    left: -310px;
    font-weight: 500;
}
.tab__list.newssd.nedsdf {
    width: 245px;
    height: 93%;
}
.top_sectdd h3 {
    color: #F36708;
    font-size: 22px;
    font-weight: bold;
}
 .img-ftr_logo img {
            width: 100%;
        }

        .producat_sect h5 {
            font-size: 40px;
            font-weight: 400;
            color: #fff;
        }

        .address_scet ul {
            display: flex;
            list-style: none;
            gap: 25px;
            padding: 0px;
            justify-content: flex-end;
            padding-top: 10px;
        }

        .producat_sect {
            padding-top: 9px;
        }

        .ftr_linking ul {
            padding: 0px;
            list-style: none;
            padding-right: 0px;
        }

        .ftr_linking ul li a {
            font-size: 22px;
            text-align: right;
            display: block;
            color: #DAC6AC !important;
        }

        .ftr_linking ul li a {
            text-decoration: none;
        }

        .producat_sect h4 {
            font-size: 24px;
            font-weight: 400;
            color: #DAC6AC;
        }

        .producat_sect p {
            font-size: 19px;
            color: #DAC6AC;
        }

        .producat_sect h3 {
            font-size: 29px;
            font-weight: 600;
            color: #DAC6AC;
        }

        footer.top_sctd {
            background: #5E4C34;
            padding: 59px;
        }

        .producat_sect h5 span {
            background: linear-gradient(to right, #f7931e, #fcee85);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .ftr_linking ul li {
            margin-bottom: 9px;
        }

        .address_scet p {
            text-align: right;
            font-size: 22px;
            color: #DAC6AC;
        }

        .address_scet ul li i {
            font-size: 29px;
            color: #DAC6AC;
        }
.address_scet h3 {
    font-size: 15px;
    color: #dac6ac;
    font-weight: 400;
    position: relative;
    text-align: right;
    width: 283px;
    margin-left: -63px;
    padding-top: 2px;
}

.image-box {
    display: block;
    top: 0px;
    position: relative;
    border-radius: 4px;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
    border: 1px solid #f2f8f9;
    transition: all 0.3s ease-out;
    width: 200px;

    &:hover {
      transition: all 0.2s ease-out;
      box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
      top: -4px;
      border: 1px solid #cccccc;
      background-color: white;
    }
  }
  .icon-list li:nth-child(2) img {
    width: 43px;
}
.icon-list li:nth-child(3) img {
    width: 31px;
}