:root {
  --thm-font: 'Raleway', sans-serif;
  --thm-b-font: 'Raleway', sans-serif;
  --thm-base: #FF5A00;
  --thm-base-rgb: 255, 170, 23;
  --thm-black: #222429;
  --thm-text: #686a6f;
}

/* Float up-down animation */
@keyframes floatRightLeft {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(10px); }
}
.float-animate {
  animation: floatRightLeft 2s ease-in-out infinite;
}

/* Scrollbar - theme color */
/* width */
::-webkit-scrollbar {
  width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--thm-base);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--thm-base);
}


.bold-text {
  font-weight: 700;
}

.bold-text-900 {
  font-weight: 900;
}

.awards {
  width: 100%;
  height: 100px;
  margin: 80px auto 0px auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  /* bottom: 0; */
}



.sub-awards {
  width: 95px;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  margin: 0 0 0 15px;
}

p.awards-text {
  margin: 0 auto;
  font-size: 18px !important;
  font-weight: 700;
  color: #fff;
}

/* History Timeline */
.history-timeline__image-right {
  text-align: right;
}

@media only screen and (max-width: 767px) {

  .awards {
      margin: 15px auto 0px auto;
    }

    .sub-awards{
      margin: 0 0 0 8px !important;
    }

  .history-timeline {
    text-align: center;
  }

  .history-timeline__year {
    margin: auto;
  }

  .history-timeline__image-right {
    text-align: center;
  }

}

/* Banner Section */
video#banner-video {
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* Gallery Section */

.tech .inner-box {
  display: grid;
}

.tech img {
  width: 40% !important;
  margin: 0 auto;
}

span.icon-text {
  text-align: center;
  margin: 5px auto;
  color: var(--thm-base);
  font-weight: 900;
  font-size: 18px;
}

/* Gallery Load More: hide items beyond initial/loaded count */
.gallery-section .mixitup-gallery .filter-list .gallery-item.gallery-load-hidden {
  display: none !important;
}

/* Load More: nayi images animate hote hue dikhne ke liye */
.gallery-section .mixitup-gallery .filter-list .gallery-item.gallery-load-reveal {
  animation: galleryRevealIn 0.5s ease forwards;
}

/* Tab change: filter change pe bhi same reveal animation */
.gallery-section .mixitup-gallery .filter-list .gallery-item.gallery-filter-reveal {
  animation: galleryRevealIn 0.5s ease forwards;
}

@keyframes galleryRevealIn {
  from {
    opacity: 0;
    transform: translateY(15px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.gallery-load-more-wrap .gallery-showing-text {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 14px;
  color: #666;
}

.gallery-load-more-wrap.hide-load-more #gallery-load-more-btn {
  display: none;
}

/* service details page */

.pera {
  line-height: 1.5em !important;
  color: #000 !important;
  font-weight: 400 !important;
  font-size: 18px !important;
}

.brand-name-2 {
  font-size: 75px !important;
}

.thin-text {
  font-size: 58px !important;
  font-weight: 400 !important;
}

.text-align {
  text-align: left !important;
}

@media only screen and (max-width: 767px) {
  .brand-name-2 {
    font-size: 45px !important;
  }

  .thin-text {
    font-size: 22px !important;
  }

  .text-align {
    text-align: center !important;
  }
}

.line-break {
  display: block !important;
}


.text-initial {
  text-transform: initial !important;
}

.text-light {
  font-weight: 400 !important;
  color: #000 !important;
}

.we-work-section-services-details {
  padding: 120px 0 0px !important;

}

.small-notes {
  font-size: 24px !important;
  line-height: 1.2em !important;
}

.text-italic {
  font-style: italic !important;
  font-weight: 400 !important;
}

/* Banner Section */

h2.banner-heading {
  font-size: 65px !important;
  line-height: 1em !important;
  text-transform: uppercase !important;
}

.text-black-light {
  font-weight: 900 !important;
  color: #fff !important;
}

.line-break {
  display: block !important;
}

.text-black {
  font-weight: 900 !important;
}

@media only screen and (max-width: 767px) {

  h2.banner-heading {
    font-size: 40px !important;
    line-height: 1.3em !important;

  }


}

/* Web Development Section */
.services-heading {
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.2em !important;
  letter-spacing: 2px !important;
  margin: 0 !important;
  color: var(--thm-base) !important;
}

.services-heading a:hover {
  color: #FFFFFF !important;
}

.small-headings {
  font-size: 28px;
}

.letter-spacing-2 {
  letter-spacing: 2px !important;
}

.text-left {
  text-align: left !important;
}

img.web-img {
  max-width: 400px !important;
}

img.services-icon {
  width: 70px !important;
  height: 70px !important;
}

 input.popup-txt {
   height: 45px !important;
   padding: 10px 18px !important;
 }

 .form-group input {
   margin-bottom: 6px;
 }

button#btn-close-modal {
  position: absolute;
  top: -30px;
  right: -8px;
  background: 0 0 !important;
  border: 0;
  font-weight: 900;
  font-size: 24px;
}

 select,
 select#quote_estimate_budget_page,
 select#quote_estimate_budget {
   padding: 10px 18px !important;
   height: 45px !important;
 }

 select#quote_estimate_budget_page option:checked,
 select#quote_estimate_budget option:checked {
   background-color: var(--thm-base) !important;
   color: #FFFFFF;
   font-size: 16px;
   font-family: monospace;
 }

 select#quote_estimate_budget_page option,
 select#quote_estimate_budget option {
   font-size: 16px;
   font-family: monospace;
   border: none !important;
   padding: 8px 0;
 }

 select#quote_estimate_budget_page option,
 select#quote_estimate_budget option {
   background-color: #ffffff00;
   color: #333;
 }

 section.contact-section.popup-sec.contact-two .default-form .form-group textarea {
   height: 90px;
   padding: 10px 30px !important;
 }

 .field-inner p.pera {
   margin: 0;
   font-size: 16px !important;
 }

@media only screen and (max-width: 767px) {

  .sidebar-page-container {
      padding: 40px 0px 30px !important;
    }

  .main-footer .logo-widget .logo img {
      margin-left: -13px;
    }

  .page-banner .inner-container {
    text-align: center !important;
  }
  .page-banner .page-nav ul {
    text-align: center !important;
    justify-content: center !important;
  }
  .page-banner .bread-crumb li {
    display: inline-block;
    float: none !important;
  }

    .page-banner .page-nav {
      padding-top: 10px;
    }

  .sec-title h2 .dot {
    display: block;
  }

  span.icon-text {
    font-size: 15px !important;
  }

  .main-footer .widgets-section {
    padding: 70px 0px 20px !important;
  }

  .history-timeline__image {
    margin-bottom: 50px !important;
  }

  .history-timeline {
    padding-bottom: 0px !important;
  }

  .our-process-section-title {
    text-align: center !important;
  }

  .ser-details-slider-heading {
    line-height: 0.4em !important;
  }

 


  /* h2 {
      line-height: 24px !important;
    } */

  h3 {
    font-size: 26px !important;
  }

  img.web-img {
    max-width: 250px !important;
  }

  /* .link-box {
          margin-top: 40px !important;
        } */

  .btn-style-two .btn-title,
  .btn-style-one .btn-title {
    padding: 19px 20px 16px !important;
  }

  .main-heading-services {
    line-height: 3rem !important;
  }
}

/* Quote Popup */
section.contact-section.popup-sec.contact-two {
  z-index: 999 !important;
  padding: 40px 10px !important;
  width: 90%;
  max-width: 900px;
  box-sizing: border-box;
  max-height: calc(100vh - 80px);
  overflow-y: auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 3px solid var(--thm-base);
}

section.contact-section.popup-sec.contact-two .sec-title {
  margin: 0 !important;
}

button#btn-close-modal {
  position: absolute;
  top: -30px;
  right: -8px;
  background: 0 0 !important;
  border: 0;
  font-weight: 900;
  font-size: 24px;
}

.text-uppercase {
  text-transform: uppercase !important;
}

section.contact-section.popup-sec.contact-two .footer-nine__contact__text {
  margin: 0 auto 10px !important;
  max-width: 100% !important;
  font-weight: 900 !important;
  color: #000 !important;
}

.danger-msg,
.success-msg {
  display: none;
  font-weight: 700;
  text-align: left;
  line-height: 1.2em;
}

.danger-msg,
.success-msg {
  display: none;
  font-weight: 700;
  text-align: left;
  line-height: 1.2em;
}

.terms-conditions__list ul li:before {
  content: "\f107";
  font-family: "Flaticon";
  position: absolute;
  left: 0;
  top: -1px;
  color: var(--thm-base);
  font-weight: 400;
}

.text.bullets li::before {
  content: "\f192";
  font-family: "Font Awesome 5 Free";
  color: var(--thm-base) !important;
  padding-right: 10px;
}

.service-icon, .service-icon-2 {
  width: 50px !important;
  height: 50px !important;
  filter: invert(30%) sepia(95%) saturate(3000%) hue-rotate(14deg) brightness(100%) contrast(105%);
  transition: filter 0.3s ease;
}

.inner-box:hover .service-icon {
  filter: brightness(0) invert(1);
}
.inner-box:hover .service-icon-2 {
  filter: invert(30%) sepia(95%) saturate(3000%) hue-rotate(14deg) brightness(100%) contrast(105%);
}

/* Services cards equal height */
.services .row {
  display: flex;
  flex-wrap: wrap;
}
.service-block-two {
  display: flex;
}
.service-block-two .inner-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.service-block-two .text {
  flex-grow: 1;
}
.text-capitalize {
  text-transform: capitalize !important;
}

/* ========================================
   Blogs listing – filter bar
   ======================================== */

.blog-filter-bar {
  padding: 35px 0 5px;
}

.blog-filter-bar .filter-wrap {
  display: flex;
  align-items: stretch;
  gap: 0;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
  overflow: visible;
  position: relative;
}

.blog-filter-bar .filter-search {
  flex: 1;
  min-width: 0;
  position: relative;
}

.blog-filter-bar .filter-search i {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #bbb;
  font-size: 15px;
  pointer-events: none;
}

.blog-filter-bar .filter-search input {
  width: 100%;
  height: 56px;
  border: none;
  outline: none;
  padding: 0 18px 0 48px;
  font-size: 15px;
  font-family: 'Raleway', sans-serif;
  background: transparent;
  color: #333;
  border-radius: 12px 0 0 12px;
}

.blog-filter-bar .filter-search input::placeholder {
  color: #aaa;
}

.blog-filter-bar .filter-divider {
  width: 1px;
  background: #eee;
  align-self: stretch;
  flex-shrink: 0;
}

.blog-filter-bar .filter-dropdown {
  position: relative;
  min-width: 200px;
  flex-shrink: 0;
}

.blog-filter-bar .filter-dropdown .dd-toggle {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  cursor: pointer;
  gap: 10px;
  white-space: nowrap;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  color: #555;
  user-select: none;
  transition: color 0.2s;
}

.blog-filter-bar .filter-dropdown .dd-toggle:hover {
  color: var(--thm-base);
}

.blog-filter-bar .filter-dropdown .dd-toggle .dd-label {
  font-weight: 600;
  color: #333;
}

.blog-filter-bar .filter-dropdown .dd-toggle .dd-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--thm-base);
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  margin-left: 6px;
  padding: 0 5px;
}

.blog-filter-bar .filter-dropdown .dd-toggle i.arrow {
  font-size: 11px;
  color: #bbb;
  transition: transform 0.25s;
}

.blog-filter-bar .filter-dropdown.open .dd-toggle i.arrow {
  transform: rotate(180deg);
}

.blog-filter-bar .filter-dropdown .dd-menu {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  z-index: 100;
  max-height: 260px;
  overflow-y: auto;
  padding: 8px 0;
  min-width: 220px;
}

.blog-filter-bar .filter-dropdown.open .dd-menu {
  display: block;
}

.blog-filter-bar .filter-dropdown .dd-menu label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  cursor: pointer;
  font-size: 14px;
  color: #444;
  font-family: 'Raleway', sans-serif;
  transition: background 0.15s;
  font-weight: 500;
  margin: 0;
}

.blog-filter-bar .filter-dropdown .dd-menu label:hover {
  background: #fef5f0;
}

.blog-filter-bar .filter-dropdown .dd-menu label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: var(--thm-base);
  cursor: pointer;
  flex-shrink: 0;
}

.blog-filter-bar .filter-dropdown .dd-menu label .item-count {
  margin-left: auto;
  font-size: 12px;
  color: #bbb;
  font-weight: 600;
}

.blog-filter-bar .filter-actions {
  display: flex;
  align-items: center;
  gap: 0;
  flex-shrink: 0;
}

.blog-filter-bar .btn-filter {
  height: 56px;
  padding: 0 28px;
  border: none;
  cursor: pointer;
  background: var(--thm-base);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 0.5px;
  transition: background 0.2s;
  border-radius: 0 12px 12px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.blog-filter-bar .btn-filter:hover {
  background: #e04e00;
}

.blog-filter-bar .btn-clear {
  height: 56px;
  padding: 0 16px;
  border: none;
  cursor: pointer;
  background: transparent;
  color: #999;
  font-size: 18px;
  display: flex;
  align-items: center;
  transition: color 0.2s;
}

.blog-filter-bar .btn-clear:hover {
  color: #c0392b;
}

.blog-filter-bar .active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.blog-filter-bar .active-filters .chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  background: #fff5f0;
  border: 1px solid #ffe0cc;
  border-radius: 30px;
  font-size: 13px;
  color: var(--thm-base);
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
}

.blog-filter-bar .active-filters .chip .remove {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--thm-base);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  cursor: pointer;
  line-height: 1;
  text-decoration: none;
}

.blog-filter-bar .active-filters .chip .remove:hover {
  background: #c0392b;
}

@media only screen and (max-width: 991px) {
  .blog-filter-bar .filter-wrap {
    flex-wrap: wrap;
    border-radius: 12px;
  }

  .blog-filter-bar .filter-search {
    flex: 1 1 100%;
  }

  .blog-filter-bar .filter-search input {
    border-radius: 12px 12px 0 0;
  }

  .blog-filter-bar .filter-divider {
    width: 100%;
    height: 1px;
  }

  .blog-filter-bar .filter-dropdown {
    flex: 1;
    min-width: 0;
  }

  .blog-filter-bar .filter-dropdown .dd-menu {
    min-width: 200px;
  }

  .blog-filter-bar .btn-filter {
    border-radius: 0 0 12px 12px;
    flex: 1;
    justify-content: center;
  }
}

@media only screen and (max-width: 575px) {
  .blog-filter-bar .filter-dropdown {
    flex: 1 1 100%;
  }

  .blog-filter-bar .filter-actions {
    flex: 1 1 100%;
  }

  .blog-filter-bar .btn-filter {
    border-radius: 0 0 12px 12px;
    width: 100%;
  }
}

/* —— Contact form status alerts (Contact Us page) —— */
section.contact-section.contact-two .form-box {
  position: relative;
}

.contact-form-alert {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding: 1.1rem 1.25rem 1.1rem 1.1rem;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(34, 36, 41, 0.08);
  border: 1px solid transparent;
  animation: contact-alert-in 0.45s ease-out;
}

@keyframes contact-alert-in {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.contact-form-alert__icon {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.45rem;
  line-height: 1;
}

.contact-form-alert__content {
  min-width: 0;
  padding-top: 0.1rem;
}

.contact-form-alert__title {
  margin: 0 0 0.25rem 0;
  font-family: var(--thm-font, 'Raleway', sans-serif);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.3;
  text-transform: none;
  color: var(--thm-black, #222429);
}

.contact-form-alert__text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--thm-text, #686a6f);
}

.contact-form-alert--success {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.09) 0%, rgba(16, 185, 129, 0.04) 100%);
  border-color: rgba(16, 185, 129, 0.28);
  border-left: 4px solid #10b981;
}

.contact-form-alert--success .contact-form-alert__icon {
  background: rgba(16, 185, 129, 0.15);
  color: #059669;
}

.contact-form-alert--error {
  background: linear-gradient(135deg, rgba(220, 38, 38, 0.08) 0%, rgba(220, 38, 38, 0.03) 100%);
  border-color: rgba(220, 38, 38, 0.22);
  border-left: 4px solid #dc2626;
}

.contact-form-alert--error .contact-form-alert__icon {
  background: rgba(220, 38, 38, 0.12);
  color: #b91c1c;
}

@media only screen and (max-width: 575px) {
  .contact-form-alert {
    padding: 1rem 1rem 1rem 0.9rem;
    gap: 0.75rem;
  }

  .contact-form-alert__icon {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 1.3rem;
  }

  .contact-form-alert__title {
    font-size: 1rem;
  }
}