@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  src: url('../../../assets/fonts/poppins/poppins-v24-latin-regular.woff2') format('woff2');
  font-weight: normal;
}

/* ========================================================================== */

a,
button,
select,
input {
  font-size: clamp(16px, 1.25vw, 20px);
  transition: all 0.3s ease !important;
}

p {
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.4;
  margin-bottom: 0;
  color: rgba(33, 37, 41, 0.8);
  font-weight: 400;
}

li {
  font-size: clamp(16px, 1.25vw, 20px);
}

/* --------------- Commomn CSS --------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0 0;
  padding: 0;
  font-weight: inherit;
}

/* --------------- Commomn CSS --------------- */
h1 {
  font-size: 58px;
  line-height: 1.3;
  font-weight: 600;
}

.new-v2-contact-form h1,
h2 {
  font-size: 44px;
  line-height: 1.1;
  font-weight: 600;
}

h3 {
  font-size: 36px;
  line-height: 1.3;
}

h4 {
  font-size: 28px;
  line-height: 1.35;
}

h5 {
  font-size: 22px;
  line-height: 1.4;
}

h6 {
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 1200px) {
  h1 {
    font-size: 52px;
    line-height: 1.2;
  }

  .new-v2-contact-form h1,
  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  h1 {
    font-size: 44px;
  }

  .new-v2-contact-form h1,
  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 36px;
  }

  .new-v2-contact-form h1,
  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  h1 {
    font-size: 32px;
  }

  .new-v2-contact-form h1,
  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 18px;
    font-weight: 600;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }
}

strong,
b {
  font-weight: 600 !important;
}

img {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
}

.primary-btn,
.secondary-btn,
.white-btn,
.blog-detail-primary-btn {
  padding: 8px 24px;
  outline: none;
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 10px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  font-size: clamp(16px, 1.25vw, 20px);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.primary-btn i,
.secondary-btn i,
.white-btn i,
.blog-detail-primary-btn i {
  transition: all 0.3s ease;
}

.primary-btn,
.blog-detail-primary-btn {
  background: #fc4755;
  color: #ffffff;
  border: 1px solid #fc4755;
}

.secondary-btn {
  border: 1px solid #fc4755;
  background: transparent;
  color: #fc4755;
}

.white-btn {
  background-color: #ffffff;
  color: #212529;
  border: 1px solid #ffffff;
}

.primary-btn:hover,
.blog-detail-primary-btn:hover,
.secondary-btn:hover,
.white-btn:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.primary-btn:hover i,
.blog-detail-primary-btn:hover i,
.secondary-btn:hover i,
.white-btn:hover i {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.secondary-btn:hover {
  background: #fc4755;
  color: #ffffff;
}

.contact-submit-btn {
  background-color: #fc4755;
  border: none;
  padding: 10px 20px;
  color: #ffffff;
  font-size: clamp(18px, 1.09vw, 20px);
  font-weight: 600;
  width: 400px;
  max-width: 100%;
  line-height: 1.625;
  cursor: pointer;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  width: 100%;
}

#scrollToTop.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s,
    visibility 0.3s;
  z-index: 1000;
}

#scrollToTop.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
}

#scrollToTop .progress-ring {
  transform: rotate(-90deg);
}

#scrollToTop .progress-ring__circle {
  transition: stroke-dashoffset 0.1s;
  stroke: #fc4755;
  stroke-width: 4;
  fill: none;
}

#scrollToTop .btn-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#scrollToTop .btn-circle:hover {
  background-color: #f8f9fa;
}

#scrollToTop .btn-circle i {
  color: #fc4755;
  font-size: 20px;
}

.section-title-spacing {
  margin-bottom: 24px;
}

.container {
  padding: 0 150px !important;
}

/* =============================== Header Css =============================== */

#rainstream-new-header * ::-webkit-scrollbar {
  width: 2px !important;
  height: 2px !important;
}

#rainstream-new-header .header-contact-btns .primary-btn:last-child:hover {
  background: #ffffff;
  color: #212529;
  border-color: #ffffff;
}

#rainstream-new-header ::-webkit-scrollbar-track {
  background: transparent !important;
}

#rainstream-new-header ::-webkit-scrollbar-thumb {
  background-color: #fc4755 !important;
  border-radius: 10px !important;
}

#rainstream-new-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  background: #212529 !important;
  z-index: 999;
  padding: 0 !important;
  transition: none !important;
}

body {
  padding-top: 102px !important;
  background: #f5f5f5 !important;
}

#rainstream-new-header .header-inner-part {
  width: 100% !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  min-height: 102px;
  max-height: 102px;
  display: flex;
  align-items: center;
}

#rainstream-new-header .header-inner-part::before,
#rainstream-new-header .header-inner-part::after {
  display: none !important;
}

#rainstream-new-header .logo {
  position: relative !important;
  left: 0 !important;
  transform: none !important;
  transition: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
}

#rainstream-new-header .logo img {
  transition: none !important;
  margin: 0 !important;
}

#rainstream-new-header .dropdown-menu {
  width: 100vw;
}

#rainstream-new-header .mega-menu-container {
  border-radius: 0 !important;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
  max-height: calc(100vh - 110px);
  overflow-y: auto;
}

#rainstream-new-header.fixed-header .cta-btn {
  padding: 5px 10px !important;
}

#rainstream-new-header .header-inner-part {
  background: #212529 !important;
  padding: 0;
}

#rainstream-new-header .container-fluid {
  padding: 0 50px;
}

#rainstream-new-header .navbar-nav .nav-link {
  color: #fff;
  padding: 35px 12px;
  transition: all 0.3s ease;
  font-size: clamp(16px, 1.1vw, 20px);
  display: flex;
  align-items: center;
  gap: 6px;
}

#rainstream-new-header .discover-ai-wrapper.option-sparkle a {
  padding: 30px 12px;
}

#rainstream-new-header .navbar-nav .nav-item.discover-ai-menu {
  display: flex;
  align-items: center;
}

#rainstream-new-header .navbar-nav .nav-link:hover {
  color: #fc4755;
}

#rainstream-new-header .mega-menu-wrapper {
  position: static !important;
}

#rainstream-new-header .nav-link.dropdown-toggle.show i,
#rainstream-new-header .mega-menu-wrapper:hover .nav-link.dropdown-toggle i {
  display: inline-block;
  transform: rotate(180deg) !important;
  transition: transform 0.3s ease;
}

#rainstream-new-header .navbar-expand-custom .navbar-nav {
  gap: 40px;
  align-items: center;
}

#rainstream-new-header .dropdown-menu {
  left: 50% !important;
  top: 100px !important;
  transform: translateX(-50%);
  max-width: 100%;
  width: 80vw;
  border: none;
  border-radius: 0;
  margin-top: 0 !important;
  padding: 4px 0 0 0;
  transition: all 0.3s ease;
  background: transparent;
}

#rainstream-new-header .mega-menu-container {
  background: #212529;
  margin: 0px auto;
  padding: 40px;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: all 0.3s ease;
  max-height: 900px;
  overflow: visible;
}

#rainstream-new-header .mega-menu-container .post-section-content {
  overflow: hidden;
}

#rainstream-new-header .blog-swiper2 {
  visibility: hidden;
  opacity: 0;
}

#rainstream-new-header .blog-swiper2.swiper-initialized {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

#rainstream-new-header .mega-nav {
  list-style: none;
  padding: 0 15px 0 0;
  margin: 0;
  height: 100%;
  max-height: 420px;
  overflow-y: auto;
  overflow-x: hidden;
  border-right: 1px solid #e6e6e62e;
}

#rainstream-new-header .mega-nav::-webkit-scrollbar {
  width: 6px;
}

#rainstream-new-header .mega-nav::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

#rainstream-new-header .mega-nav::-webkit-scrollbar-thumb {
  background: #fc4755;
  border-radius: 10px;
}

#rainstream-new-header .mega-nav::-webkit-scrollbar-thumb:hover {
  background: #e02030;
}

#rainstream-new-header .mega-nav-item {
  display: flex;
  align-items: center;
  padding: 18px 15px;
  margin-bottom: 4px;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.3s ease;
  position: relative;
}

#rainstream-new-header .mega-nav-item a {
  padding: 18px 15px;
  width: 100%;
}

#rainstream-new-header .mega-nav-item.no-deep-dropdown {
  padding: 0;
}

#rainstream-new-header .mega-nav-item-title {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

#rainstream-new-header .mega-nav-item-title p {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-transform: capitalize;
  color: #ffffff;
  letter-spacing: 0px;
}

#rainstream-new-header .no-deep-dropdown a {
  display: flex;
  align-items: center;
  gap: 10px;
}

#rainstream-new-header .mega-nav-item-title span {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.5);
}

#rainstream-new-header .mega-nav-item {
  border-radius: 4px;
  gap: 10px;
}

#rainstream-new-header .mega-nav-item:hover,
#rainstream-new-header .mega-nav-item.active {
  background: #fc4755;
  color: white;
  gap: 10px;
}

#rainstream-new-header .mega-nav-item:hover .mega-nav-item-title p,
#rainstream-new-header .mega-nav-item.active .mega-nav-item-title p,
#rainstream-new-header .mega-nav-item:hover .mega-nav-item-title span,
#rainstream-new-header .mega-nav-item.active .mega-nav-item-title span,
#rainstream-new-header .mega-nav-item:hover i,
#rainstream-new-header .mega-nav-item.active i {
  color: #ffffff;
}

#rainstream-new-header .mega-nav-item i,
#rainstream-new-header .mega-nav-icon {
  color: #fc4755;
  font-size: 1.1rem;
}

#rainstream-new-header .mega-nav-item.active i {
  color: white;
}

#rainstream-new-header .content-wrapper {
  max-height: 420px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 15px;
}

#rainstream-new-header .content-wrapper::-webkit-scrollbar,
#blog-details-section .toc-list::-webkit-scrollbar {
  width: 6px;
}

#rainstream-new-header .content-wrapper::-webkit-scrollbar-track,
#blog-details-section .toc-list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

#rainstream-new-header .content-wrapper::-webkit-scrollbar-thumb,
#blog-details-section .toc-list::-webkit-scrollbar-thumb {
  background: #fc4755;
  border-radius: 10px;
}

#rainstream-new-header .service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}

#rainstream-new-header .service-item {
  display: flex;
  align-items: center;
  /* padding: 18px 15px; */
  color: #ffffff;
  /* border-radius: 6px; */
  transition: all 0.3s ease;
  cursor: pointer;
  gap: 0px;
  position: relative;
}

#rainstream-new-header .service-item a {
  color: inherit;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 18px 15px;
  width: 100%;
  border-radius: 4px;
  transition: all 0.3s ease;
}

/* #rainstream-new-header .mega-nav-item a::before,
#rainstream-new-header .service-item a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
} */

#rainstream-new-header .service-item .service-menu-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  color: #fc4755;
  font-size: 1rem;
  transition: color 0.3s ease;
}

#rainstream-new-header .service-item a:hover .service-menu-icon,
#rainstream-new-header .service-item a:hover .mega-nav-icon {
  color: #fff !important;
}

#rainstream-new-header .service-item a:hover {
  background: #fc4755 !important;
  color: #fff !important;
}

#rainstream-new-header .service-item a:hover .service-icon i {
  color: #fff !important;
}

#rainstream-new-header .service-icon {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fc4755;
  font-size: 1.1rem;
}

#rainstream-new-header .service-content h6 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
  margin: 0;
}

#rainstream-new-header .service-content p {
  margin: 0;
  font-size: 0.8rem;
  color: #6c757d;
  line-height: 1.4;
}

#rainstream-new-header .feature-card {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  /* height: 100%; */
  display: flex;
  flex-direction: column;
  max-width: 310px;
  margin: 0 auto;
}

#rainstream-new-header.fixed-header .feature-card {
  border-radius: 30px;
}

#rainstream-new-header .feature-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  flex-shrink: 0;
}

#rainstream-new-header .feature-card2 {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 16px;
}

#rainstream-new-header.fixed-header .feature-card2 {
  border-radius: 30px;
}

#rainstream-new-header .feature-card2 img {
  width: 100%;
  max-height: 240px;
  object-fit: contain;
  flex-shrink: 0;
  border-radius: 8px;
}

/* Case Studies mega menu: keep right-side image proportionally smaller */
#rainstream-new-header .case-studies-menu .mega-menu-container img {
  max-height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.case-study-mega-menu-image {
  display: block;
  margin-left: auto;
  max-width: 575px;
}

#rainstream-new-header.fixed-header .feature-card img {
  border-radius: 30px 30px 0 0;
}

#rainstream-new-header .feature-card-body {
  padding: 16px;
  /* flex: 1; */
  display: flex;
  flex-direction: column;
}

#rainstream-new-header .feature-card2 .feature-card-body {
  padding: 0px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

#rainstream-new-header .feature-card-body h6 {
  margin-bottom: 6px;
  font-weight: 500;
  font-size: 16px;
  color: #181c1f;
}

#rainstream-new-header .feature-card-body p {
  margin-bottom: 14px;
  flex: 1;
  font-weight: 400;
  font-size: 16px;
  color: #181c1fb2;
}

#rainstream-new-header .visit-btn {
  display: inline-block;
  padding: 8px 24px;
  border: 2px solid #fc4755;
  color: #fc4755;
  border-radius: 25px;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 500;
  transition: all 0.3s ease;
  align-self: flex-start;
}

#rainstream-new-header .visit-btn:hover {
  background: #fc4755;
  color: white;
}

#rainstream-new-header .content-section {
  display: none;
  height: 100%;
  max-height: 420px;
  overflow-y: auto;
  overflow-x: hidden;
  border-right: 1px solid #e6e6e62e;
  padding: 0 15px 0 0;
}

#rainstream-new-header .content-header {
  padding: 0 0 15px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 20px;
}

#rainstream-new-header .content-title-link {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}

#rainstream-new-header .content-title-link:hover {
  color: #fc4755;
}

#rainstream-new-header .title-link-icon {
  font-size: 0.85rem;
  opacity: 0.8;
}

#rainstream-new-header a:hover i {
  color: #fc4755;
}

#rainstream-new-header .content-section.active {
  display: block;
}

#rainstream-new-header .feature-tab-card {
  display: none;
}

#rainstream-new-header .feature-tab-card.active {
  display: flex;
}

#rainstream-new-header .mobile-dropdown-item {
  display: none;
  color: #fff;
  padding: 0 0.25rem 0 1rem;
  text-decoration: none;
  transition: background 0.3s ease;
  border-left: 3px solid transparent;
}

#rainstream-new-header .mobile-dropdown-item.open {
  display: block;
}

#rainstream-new-header .mobile-dropdown-item .nav-link {
  font-size: clamp(16px, 1.25vw, 20px);
}

#rainstream-new-header .mobile-dropdown-toggle span {
  font-size: clamp(16px, 1.25vw, 20px);
}

#rainstream-new-header .mobile-dropdown-item:hover {
  background: rgba(255, 255, 255, 0.1);
  border-left-color: #fc4755;
}

#rainstream-new-header .mobile-dropdown-toggle {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
}

#rainstream-new-header .mobile-dropdown-toggle i.arrow {
  margin-left: auto;
}

#rainstream-new-header .mobile-svc-icon {
  color: #fc4755;
  font-size: 1rem;
  width: 18px;
  text-align: center;
  flex-shrink: 0;
}

#rainstream-new-header .mobile-dropdown-item>a.nav-link {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
}

#rainstream-new-header .navbar-nav .nav-link i {
  font-weight: 900;
  transition: transform 0.3s ease;
  display: inline-block;
}

#rainstream-new-header .mobile-dropdown-toggle.active i.arrow {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

#rainstream-new-header .mobile-sub-items {
  padding: 0;
  display: none;
}

#rainstream-new-header .mobile-sub-item {
  color: rgba(255, 255, 255, 0.9);
  padding: 0.6rem 1.5rem;
  display: block;
  text-decoration: none;
  font-size: clamp(16px, 1.25vw, 20px);
  transition: all 0.3s ease;
}

#rainstream-new-header .mobile-sub-item.main-sub-link {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 5px;
  font-weight: 500;
}

#rainstream-new-header .mobile-sub-items.open {
  display: block !important;
}

#rainstream-new-header .mobile-sub-item:hover {
  color: #fc4755;
  padding-left: 2rem;
}

#rainstream-new-header .mobile-sub-item i {
  margin-right: 8px;
  color: #fc4755;
  font-size: 0.9rem;
}

#rainstream-new-header .navbar-collapse {
  /* border-top: 1px solid rgba(264, 264, 264, 0.09); */
  height: 100%;
  max-height: 94vh;
  overflow-x: hidden;
  overflow-y: auto;
  justify-content: center;
}

#rainstream-new-header.fixed-header .navbar-collapse {
  border-top: 1px solid rgba(264, 264, 264, 0.09);
  height: 100%;
  max-height: 90vh;
  overflow-x: hidden;
  overflow-y: auto;
}

#rainstream-new-header .navbar-toggler,
.navbar-toggler:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  color: #ffffff;
}

#rainstream-new-header .mega-menu-footer {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding-top: 25px !important;
  margin-top: 25px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
  flex-wrap: wrap !important;
  gap: 15px !important;
}

#rainstream-new-header .mega-footer-left h6 {
  color: #fff !important;
  font-size: clamp(18px, 1.25vw, 22px) !important;
  font-weight: 600 !important;
  margin-bottom: 4px !important;
}

#rainstream-new-header .mega-footer-left p {
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 0.9rem !important;
  margin: 0 !important;
}

#rainstream-new-header .mobile-mega-footer {
  padding: 20px 15px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
  margin-top: 10px !important;
  display: none !important;
}

#rainstream-new-header .mobile-dropdown-toggle.active~.mobile-mega-footer {
  display: block !important;
}

#rainstream-new-header .mobile-mega-footer h6 {
  color: #fff !important;
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  margin-bottom: 5px !important;
}

#rainstream-new-header .mobile-mega-footer p {
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 0.85rem !important;
  margin: 0 0 15px 0 !important;
}

#rainstream-new-header .header-contact-btns {
  display: flex;
  gap: 10px;
  align-items: center;
}

#rainstream-new-header .header-contact-btns .contact-btn {
  animation: 2.5s linear infinite wiggle;
}

@keyframes wiggle {

  0%,
  100%,
  40%,
  7% {
    transform: rotateZ(0);
  }

  15%,
  25% {
    transform: rotateZ(-5deg);
  }

  20% {
    transform: rotateZ(5deg);
  }

  30% {
    transform: rotateZ(3deg);
  }

  35% {
    transform: rotateZ(-3deg);
  }
}

#rainstream-new-header .responsive-header-contact-btns {
  display: none;
}

#rainstream-new-header .book-call-btn-outer {
  position: relative;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 2px;
  border-radius: 50px;
  width: max-content;
}

#rainstream-new-header .book-call-btn-outer::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  aspect-ratio: 1/1;
  width: 150%;
  border-radius: 50%;
  background: conic-gradient(#ffffff 0%, #fc4755 3%, #fc4755 60%, #ffffff 100%);
  animation: spin linear 3s infinite;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
}

#rainstream-new-header .book-call-btn-outer::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - var(--border));
  height: calc(100% - var(--border));
  background: #000d;
  transform: translate(-50%, -50%);
  border-radius: var(--radius);
  backdrop-filter: blur(10vh);
  z-index: 2;
  pointer-events: none;
}

#rainstream-new-header .book-now-btn {
  display: block;
  position: relative;
  z-index: 3;
  color: #ffffff;
  padding: 6px 22px;
  border-radius: 50px;
  background: #fc4755;
  border: 1.5px solid #fc4755;
  outline: none;
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.page-template-template-contact #rainstream-new-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  background: #212529 !important;
  z-index: 999;
  padding: 0 !important;
}

.page-template-template-contact #rainstream-new-header .header-inner-part {
  width: 100% !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.page-template-template-contact #rainstream-new-header .header-inner-part::before,
.page-template-template-contact #rainstream-new-header .header-inner-part::after {
  display: none !important;
}

.page-template-template-contact #rainstream-new-header .logo {
  position: relative !important;
  left: 0 !important;
  transform: none !important;
  transition: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
}

.page-template-template-contact #rainstream-new-header .logo img {
  transition: none !important;
  margin: 0 !important;
}

.page-template-template-contact #rainstream-new-header .header-inner-part {
  min-height: 102px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.page-template-template-contact .main {
  padding-top: 10px;
  background-color: #f9f9f9;
}

/* =============================== Footer Css =============================== */

/* #footer-section {
  background-color: #212529;
  padding: 75px 0;
  overflow-x: hidden;
  margin-top: 0px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
} */

#footer-section {
  background-color: #212529;
  padding: 70px 0 35px 0;
  overflow-x: hidden;
}

footer .social_media_icon {
  padding: 30px 0px;
}

.icon-footer {
  color: #fc4755;
}

.footer-bottom {
  border-top: 1px solid #525252;
  padding-top: 30px;
}

#footer-section a,
#footer-section span {
  font-size: clamp(16px, 0.89vw, 18px);
}

#footer-section .footer-logo {
  margin-bottom: 70px;
}

#footer-section .footer-address-tab {
  background-color: #3a3b3e80;
  max-width: 32.5rem;
  border-radius: 3.125rem;
  -webkit-border-radius: 3.125rem;
  -moz-border-radius: 3.125rem;
  -ms-border-radius: 3.125rem;
  -o-border-radius: 3.125rem;
  border: none;
}

#footer-section .footer-address-tab .nav-item {
  width: 25%;
}

#footer-section .footer-address-tab .nav-item .nav-link {
  width: 100%;
  border-radius: unset !important;
  -webkit-border-radius: unset !important;
  -moz-border-radius: unset !important;
  -ms-border-radius: unset !important;
  -o-border-radius: unset !important;
  color: #ffffff !important;
  font-size: clamp(16px, 0.9vw, 18px);
  font-weight: 400;
  line-height: 25.2px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

#footer-section .footer-address-tab .nav-item:first-child .nav-link {
  border-top-left-radius: 3.125rem !important;
  border-bottom-left-radius: 3.125rem !important;
}

#footer-section .footer-address-tab .nav-item:last-child .nav-link {
  border-top-right-radius: 3.125rem !important;
  border-bottom-right-radius: 3.125rem !important;
}

#footer-section .Address-area .Address span {
  opacity: 0.8;
}

#footer-section .Address-area .Address {
  display: flex;
  gap: 10px;
  font-size: clamp(16px, 0.89vw, 18px);
  font-weight: 400;
  line-height: 1.563rem;
  max-width: 25rem;
  margin: 2.5rem 0rem 1.25rem 0rem;
  color: #ffffff;
}

#footer-section .Address-area .contact-part {
  font-size: clamp(16px, 0.89vw, 18px);
  font-weight: 400;
  line-height: 1.563rem;
}

#footer-section .Address-area .contact-part li {
  margin-bottom: 10px;
}

#footer-section .Address-area .contact-part {
  margin: 0;
  padding: 0;
}

#footer-section .Address-area .contact-part li a {
  text-decoration: none;
  color: #ffffff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

#footer-section .Address-area .contact-part li:first-child a {
  font-weight: 600;
}

#footer-section .Address-area .contact-part li a:hover {
  color: #fc4755;
}

#footer-section .Address-area .contact-part li a i {
  display: inline-block;
  padding-right: 0.625rem;
}

#footer-section .use-links-heading {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.375rem;
  color: #fff;
}

#footer-section .use-links {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#footer-section .use-links li {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 10px;
  margin-left: -18px;
  transition: all 0.3s ease;
}

#footer-section .use-links li:hover {
  margin-left: 0;
}

#footer-section .use-links li:hover a,
#footer-section .use-links li:hover i.fa {
  color: #fc4755;
}

#footer-section .use-links li i.fa {
  color: #c3c3c3;
  transform: rotate(-45deg);
  width: clamp(16px, 0.89vw, 18px);
  height: clamp(16px, 0.89vw, 18px);
}

#footer-section .use-links li a {
  color: #c3c3c3;
  text-decoration: none;
  font-size: clamp(16px, 0.89vw, 18px);
  font-weight: 400;
  line-height: 1.563rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

#footer-section .social_media_icon ul {
  margin: 0;
  padding: 0;
}

#footer-section .social_media_icon li {
  display: inline-block;
  margin-right: 1rem;
}

#footer-section .social_media_icon li a {
  text-decoration: none;
  display: block;
  color: #ffffff;
  width: 50px;
  height: 50px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

#footer-section .social_media_icon li a i {
  display: block;
  font-size: clamp(15px, 0.89vw, 18px);
}

#footer-section .social_media_icon li a:hover {
  color: #fc4755;
  border-color: #fc4755;
}

#footer-section .copy_right_mesage {
  color: #ffffff;
  font-size: clamp(16px, 0.89vw, 18px);
  font-weight: 400;
  line-height: 1.563rem;
  margin-bottom: 0;
  opacity: 0.8;
}

#footer-section .tab-pane.fade-left {
  opacity: 1;
  transform: translateX(-100%);
}

#footer-section .tab-pane.fade-right {
  opacity: 1;
  transform: translateX(100%);
}

#footer-section .tab-pane.show-left {
  opacity: 1;
  transform: translateX(0);
}

#footer-section .tab-pane.show-right {
  opacity: 1;
  transform: translateX(0);
}

#footer-section .footer-address-tab .nav-item .nav-link {
  width: 100%;
  border-radius: unset !important;
  -webkit-border-radius: unset !important;
  -moz-border-radius: unset !important;
  -ms-border-radius: unset !important;
  -o-border-radius: unset !important;
  color: #ffffff !important;
  font-size: clamp(16px, 0.9vw, 18px);
  font-weight: 400;
  line-height: 25.2px;
  transition: all 0.8s linear;
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -ms-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  overflow: hidden;
  background: linear-gradient(#fc4755 0 0) calc(100% - var(--p, 0%)) / var(--p, 0%) no-repeat;
  transition:
    0.8s,
    background-position 0s;
  border: none !important;
}

#footer-section .footer-address-tab .nav-item .nav-link.active {
  background: #fc4755;
}

#footer-section .Address-area .Address span {
  opacity: 1 !important;
}

#footer-section .footer-address-tab .nav-item {
  flex: 1;
}

#footer i {
  color: #fc4755;
}

/* =========================== Pre Footer ==================== */
#new-v2-request-a-quote {
  background-color: #f5f5f5;
}

#new-v2-request-a-quote .left-part {
  max-width: 700px;
}

#new-v2-request-a-quote .connect-with-us-section {
  margin-top: 40px;
}

#new-v2-request-a-quote .contact-title {
  font-size: 36px;
  font-weight: 700;
}

#new-v2-request-a-quote .contact-title span {
  color: #fc4755;
}

#new-v2-request-a-quote .connect-with-us-section {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

#new-v2-request-a-quote .connect-with-us-section h3 {
  font-weight: 500;
}

#new-v2-request-a-quote .contact-box {
  background-color: #fc4755;
  border-radius: 20px 80px 20px 20px;
  color: #fff;
  padding: 30px 40px;
  display: flex;
  align-items: center;
  gap: 20px;
  -webkit-border-radius: 20px 80px 20px 20px;
  -moz-border-radius: 20px 80px 20px 20px;
  -ms-border-radius: 20px 80px 20px 20px;
  -o-border-radius: 20px 80px 20px 20px;
}

#new-v2-request-a-quote .contact-icon {
  background-color: #ffffff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #fc4755;
}

#new-v2-request-a-quote .contact-info h4 {
  font-weight: 500;
}

#new-v2-request-a-quote .contact-info p,
#new-v2-request-a-quote .contact-info a {
  text-decoration: underline;
  text-decoration-style: solid;
  color: #ffffff;
}

/* =========================== Contact Form Common ==================== */
.form-control {
  font-weight: 400;
  font-size: clamp(16px, 1.25vw, 20px);
  color: #555555;
}

.form-control:focus {
  border-color: #212529 !important;
}

.new-v2-contact-form {
  background-color: #ffffff;
  padding: 32px;
  border-radius: 20px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15);
  max-width: 645px;
  margin-left: auto;
}

/* Floor only (under typical rendered height) so late CF7 JS cannot collapse the quote card.
   Exact lock is applied in JS from offsetHeight before scripts load. */
#new-v2-request-a-quote .rsw-cf7-height-reserve .wpcf7 {
  min-height: 380px;
}

@media (max-width: 767px) {
  #new-v2-request-a-quote .rsw-cf7-height-reserve .wpcf7 {
    min-height: 340px;
  }
}

.new-v2-contact-form h2,
.new-v2-contact-form h4 {
  margin-bottom: 16px;
}

.new-v2-contact-form .form-control {
  border-radius: 10px;
  padding: 12px 15px;
  background-color: #f7f7f7;
  border: 1px solid #e2e2e2;
  color: #212529;
  max-width: 100%;
}

.new-v2-contact-form .form-control:focus {
  box-shadow: none;
}

.new-v2-contact-form select.form-select:invalid {
  color: rgba(33, 37, 41, 0.5);
}

.new-v2-contact-form select.form-select:has(option:checked[value='']) {
  color: rgba(33, 37, 41, 0.5);
}

.new-v2-contact-form select.form-select:valid {
  color: inherit;
}

.new-v2-contact-form select.form-select option {
  color: #212529;
}

/* ========================================================================= */
/* ======================== ANIMATED AI BUTTON ============================= */
/* ========================================================================= */

#rainstream-new-header .discover-ai-wrapper.option-sparkle,
#rainstream-new-header .discover-ai-mobile-toggle .discover-ai-btn.option-sparkle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
}

#rainstream-new-header .sparkle-button-link,
#rainstream-new-header .discover-ai-mobile-toggle {
  text-decoration: none;
  display: block;
}

#rainstream-new-header .sparkle-button {
  background: #212529;
  font-size: clamp(16px, 1.1vw, 20px);
  border: 0;
  cursor: pointer;
  padding: 6px 22px;
  display: flex;
  align-items: center;
  gap: 0;
  white-space: nowrap;
  border-radius: 100px;
  position: relative;
  color: white;
  transition:
    box-shadow 0.25s,
    scale 0.25s,
    background 0.25s;
}

#rainstream-new-header .sparkle-button:active {
  scale: 1;
}

#rainstream-new-header .sparkle-button svg {
  overflow: visible !important;
}

#rainstream-new-header .sparkle-button .sparkle path {
  color: #ffffff !important;
  transform-box: fill-box;
  transform-origin: center;
  fill: #ffffff !important;
  stroke: #ffffff !important;
  animation-duration: 0.6s;
  transition: color 0.25s;
}

#rainstream-new-header .sparkle-button:nth-of-type(1) .sparkle path {
  animation-delay: 0.4s;
}

#rainstream-new-header .sparkle-button:nth-of-type(2) .sparkle path {
  animation-delay: 0.55s;
}

#rainstream-new-header .sparkle-button:nth-of-type(3) .sparkle path {
  animation-delay: 0.7s;
}

#rainstream-new-header .sparkle-button:is(:hover, :focus-visible) .sparkle path,
#rainstream-new-header .discover-ai-menu:hover .sparkle path,
#rainstream-new-header .sparkle-button-link.show .sparkle path {
  animation-name: sparkle-bounce;
}

@keyframes sparkle-bounce {

  35%,
  65% {
    scale: var(--scale);
  }
}

#rainstream-new-header .sparkle-button .sparkle path:nth-of-type(1) {
  --scale: 0.5;
}

#rainstream-new-header .sparkle-button .sparkle path:nth-of-type(2) {
  --scale: 1.5;
}

#rainstream-new-header .sparkle-button .sparkle path:nth-of-type(3) {
  --scale: 2.5;
}

#rainstream-new-header .sparkle-button:before {
  content: '';
  position: absolute;
  inset: -0.25em;
  z-index: -1;
  border-radius: 100px;
  opacity: 0;
  transition: opacity 0.25s;
}

#rainstream-new-header .sparkle-button .spark {
  position: absolute;
  inset: 0;
  border-radius: 100px;
  rotate: 0deg;
  overflow: hidden;
}

#rainstream-new-header .sparkle-button .spark:before {
  content: '';
  position: absolute;
  width: 200%;
  aspect-ratio: 1;
  top: 0%;
  left: 50%;
  z-index: -1;
  translate: -50% -15%;
  rotate: 0deg;
  /*transform: rotate(-90deg);
  */opacity: 0.82;
  background: conic-gradient(from 0deg,      #ffffff 0%,      #fc4755 3%,      #fc4755 60%,      #ffffff 100%);
  transition: opacity 0.25s;
  animation: sparkle-rotate 1.8s linear infinite both;
  -webkit-animation: sparkle-rotate 1.8s linear infinite both;
}

#rainstream-new-header .sparkle-button .spark:after {
  content: '';
  position: absolute;
  inset: 0.1em;
  border-radius: 100px;
}

#rainstream-new-header .sparkle-button .backdrop {
  position: absolute;
  inset: 0.1em;
  background: #212529;
  border-radius: 100px;
  transition: background 0.25s;
}

@keyframes sparkle-rotate {
  to {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
}
}

#rainstream-new-header .sparkle-button:is(:hover, :focus-visible) {
  background:
    radial-gradient(40% 50% at center 100%, hsl(355 97% 72% / 1), transparent),
    radial-gradient(80% 100% at center 120%, hsl(355 97% 70% / 1), transparent),
    hsl(355 97% 56%);
}

#rainstream-new-header .sparkle-button:is(:hover, :focus-visible) .backdrop,
#rainstream-new-header .discover-ai-menu:hover .sparkle-button .backdrop,
#rainstream-new-header .sparkle-button-link.show .sparkle-button .backdrop {
  background:
    radial-gradient(40% 50% at center 100%, hsl(355 97% 72% / 1), transparent),
    radial-gradient(80% 100% at center 120%, hsl(355 97% 70% / 1), transparent),
    hsl(355 97% 56%);
}

#rainstream-new-header .discover-ai-menu:hover .sparkle-button,
#rainstream-new-header .sparkle-button-link.show .sparkle-button {
  background:
    radial-gradient(40% 50% at center 100%, hsl(355 97% 72% / 1), transparent),
    radial-gradient(80% 100% at center 120%, hsl(355 97% 70% / 1), transparent),
    hsl(355 97% 56%);
}

#rainstream-new-header .sparkle-button-link:is(:hover, .show) .sparkle-button {
  background:
    radial-gradient(40% 50% at center 100%, hsl(355 97% 72% / 1), transparent),
    radial-gradient(80% 100% at center 120%, hsl(355 97% 70% / 1), transparent),
    hsl(355 97% 56%);
}

#rainstream-new-header .particle-pen {
  position: absolute;
  width: 200%;
  aspect-ratio: 1;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  -webkit-mask: radial-gradient(white, transparent 65%);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.25s;
  pointer-events: none;
}

/* Render gate: particles only visible AFTER JS initialization */
/* #rainstream-new-header .sparkle-button-link:hover .particle-pen.particles-ready,
#rainstream-new-header .discover-ai-menu:hover .particle-pen.particles-ready,
#rainstream-new-header .sparkle-button-link.show .particle-pen.particles-ready {
  opacity: 1;
} */

#rainstream-new-header .particle {
  fill: white;
  width: calc(var(--size, 0) * 1rem);
  aspect-ratio: 1;
  position: absolute;
  top: calc(var(--y, 50) * 1%);
  left: calc(var(--x, 50) * 1%);
  opacity: var(--alpha, 0);
  animation: sparkle-float-out var(--duration, 1s) var(--delay, 0s) infinite linear;
  transform-origin: var(--origin-x, 1000%) var(--origin-y, 1000%);
  z-index: -1;
  animation-play-state: paused;
}

#rainstream-new-header .sparkle-button-link:hover .particle,
#rainstream-new-header .discover-ai-menu:hover .particle,
#rainstream-new-header .sparkle-button-link.show .particle {
  animation-play-state: running;
}

#rainstream-new-header .particle path {
  fill: hsl(0 0% 90%);
  stroke: none;
}

#rainstream-new-header .particle:nth-of-type(even) {
  animation-direction: reverse;
}

@keyframes sparkle-float-out {
  to {
    rotate: 360deg;
  }
}

#rainstream-new-header .sparkle-button .text {
  translate: 0% 3%;
  letter-spacing: 0.01ch;
  color: #ffffff !important;
  transition: background 0.25s;
}

#rainstream-new-header .sparkle-button svg.sparkle {
  inline-size: 1.25em;
  translate: -25% -5%;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0 !important;
  color: #212529 !important;
  border-radius: 4px !important;
}

section {
  padding: 100px 0 !important;
  overflow-x: hidden;
  background: transparent !important;
}

section.pt-0 {
  padding-top: 0 !important;
}

section.pb-0 {
  padding-bottom: 0 !important;
}

section.p-0 {
  padding: 0 !important;
}

section.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

section.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* =============================== Media Queries =============================== */

/* =============================== 275px & >275px =============================== */
@media (min-width: 275px) {
  .container {
    max-width: 1920px !important;
    margin: 0 auto;
  }
}

/* =============================== 1199 & >1199px (Custom Nav) =============================== */
@media (min-width: 1200px) {
  #rainstream-new-header .mega-menu-wrapper:hover>.dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
  }

  #rainstream-new-header.menu-hover-disabled .mega-menu-wrapper:hover>.dropdown-menu {
    display: none !important;
  }

  #rainstream-new-header .mobile-dropdown-item {
    display: none !important;
  }

  #rainstream-new-header .navbar-expand-custom {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  #rainstream-new-header .navbar-expand-custom .navbar-nav {
    flex-direction: row;
  }

  #rainstream-new-header .navbar-expand-custom .navbar-nav .dropdown-menu {
    position: absolute;
  }

  #rainstream-new-header .navbar-expand-custom .navbar-nav .nav-link {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  #rainstream-new-header .navbar-expand-custom .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  #rainstream-new-header .navbar-expand-custom .navbar-toggler {
    display: none;
  }

  .d-custom-none {
    display: none !important;
  }

  .d-custom-block {
    display: block !important;
  }

  #rainstream-new-header.fixed-header .navbar-brand img {
    width: 170px;
  }

  #rainstream-new-header.fixed-header .header-contact-btns .primary-btn,
  #rainstream-new-header.fixed-header .responsive-header-contact-btns .primary-btn {
    padding: 8px;
  }
}

/* =============== 1675px & <1675px =============== */
@media(max-width: 1675px) {
  .container {
    padding: 0 120px !important;
  }
}

/* =============== 1500px & <1500px =============== */
@media (max-width: 1599px) {
  #footer-section .footer-address-tab .nav-item .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }
}

/* =============== 1399px & <1399px =============== */
@media (max-width: 1499px) {
  #rainstream-new-header .navbar-expand-custom .navbar-nav {
    gap: 30px;
  }

  #footer-section {
    padding: 50px 0 25px 0;
  }
}

/* =============== 1399px & <1399px =============== */
@media (max-width: 1399px) {
  #footer-section .footer-address-tab .nav-item .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  #rainstream-new-header .navbar-expand-custom .navbar-nav {
    gap: 20px;
  }

  section {
    padding: 80px 0 !important;
  }

  .container {
    padding: 0 100px !important;
  }
}

/* =============== 1399px & <1399px =============== */
@media (max-width: 1340px) {
  #rainstream-new-header .navbar-expand-custom .navbar-nav {
    gap: 12px;
  }
}

/* =============== 1299px & <1299px =============== */
@media (max-width: 1299px) {
  #rainstream-new-header .logo {
    max-width: 175px;
  }
}

/* =============== 1399px & <1399px =============== */
@media (max-width: 1240px) {
  #rainstream-new-header .navbar-expand-custom .navbar-nav {
    gap: 8px;
  }
}

/* =============== >1199px =============== */
@media (max-width: 1199px) {
  #rainstream-new-header .navbar-expand-custom .navbar-nav {
    gap: 15px;
  }

  #rainstream-new-header .dropdown-menu {
    width: 85vw;
  }

  #rainstream-new-header .mega-menu-container {
    padding: 1.1rem;
  }

  #rainstream-new-header .service-grid {
    gap: 10px;
  }

  #rainstream-new-header.fixed-header {
    padding-left: 30px;
    padding-right: 30px;
  }

  #rainstream-new-header.fixed-header .dropdown-menu {
    padding: 0 30px;
  }

  #rainstream-new-header .feature-card-body {
    padding: 15px;
  }

  /* #rainstream-new-header .feature-card img {
    height: 150px;
  } */

  #rainstream-new-header .container-fluid {
    padding: 0 40px;
  }

  #rainstream-new-header .navbar-nav .nav-link {
    padding: 30px 7px;
  }

  #rainstream-new-header .navbar-brand img {
    max-width: 200px;
  }

  #rainstream-new-header .header-contact-btns .primary-btn {
    padding: 8px 12px;
  }

  .header-v2 .services-mega .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  #new-hero-section,
  #hero-section,
  section {
    padding: 70px 0 !important;
  }

  .section-title-spacing {
    margin-bottom: 16px;
  }
}

/* =============== >1024px & <1199px =============== */
@media (min-width: 1024px) and (max-width: 1199px) {}

/* =============== 1100px & <1100px =============== */
@media (max-width: 1150px) {
  .page-template-template-contact .main {
    padding-top: 20px;
  }
}

/* =============== 1024px & <1024px =============== */
@media (max-width: 1199px) {
  body {
    padding-top: 80px !important;
  }

  body.mobile-menu-open {
    overflow: hidden;
  }

  #rainstream-new-header {
    --mobile-nav-offset: 80px;
  }

  #rainstream-new-header .header-contact-btns {
    display: none;
  }

  #rainstream-new-header .responsive-header-contact-btns {
    display: flex;
    gap: 10px;
    flex-direction: column;
    margin-top: 10px;
  }

  #rainstream-new-header .navbar {
    padding: 10px 0;
  }

  #rainstream-new-header.fixed-header .header-inner-part {
    padding: 10px 15px !important;
  }

  #rainstream-new-header.fixed-header .header-inner-part::before {
    display: none;
  }

  #rainstream-new-header .navbar-nav .nav-link {
    padding: 0.5rem 0rem !important;
    width: 100%;
  }

  .d-custom-none {
    display: block !important;
    width: 100%;
  }

  .d-custom-block {
    display: none !important;
    width: 100%;
  }

  #rainstream-new-header .navbar-expand-custom .navbar-collapse {
    position: fixed;
    top: var(--mobile-nav-offset);
    left: 0;
    right: 0;
    z-index: 998;
    display: block !important;
    justify-content: flex-start;
    width: 100%;
    height: calc(100vh - var(--mobile-nav-offset));
    height: calc(100dvh - var(--mobile-nav-offset));
    max-height: calc(100vh - var(--mobile-nav-offset));
    max-height: calc(100dvh - var(--mobile-nav-offset));
    padding: 22px 30px 30px;
    background: rgba(33, 37, 41, 0.98);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 26px 48px rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-18px);
    will-change: transform, opacity;
    transition:
      transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.28s ease,
      visibility 0s linear 0.38s;
  }

  #rainstream-new-header .navbar-expand-custom .navbar-collapse.collapse:not(.show) {
    display: block !important;
  }

  #rainstream-new-header .navbar-expand-custom .navbar-collapse.show,
  #rainstream-new-header .navbar-expand-custom .navbar-collapse.collapsing {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 0s;
  }

  #rainstream-new-header .navbar-expand-custom .navbar-collapse.collapsing {
    display: block !important;
    height: calc(100vh - var(--mobile-nav-offset)) !important;
    height: calc(100dvh - var(--mobile-nav-offset)) !important;
    max-height: calc(100vh - var(--mobile-nav-offset)) !important;
    max-height: calc(100dvh - var(--mobile-nav-offset)) !important;
    transition:
      transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.28s ease !important;
  }

  #rainstream-new-header .navbar-expand-custom .navbar-collapse.collapsing.is-closing {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-18px);
  }

  #rainstream-new-header.fixed-header .navbar-collapse {
    padding-bottom: 30px;
  }

  #rainstream-new-header .container-fluid {
    gap: 15px;
  }

  #rainstream-new-header .header-inner-part {
    min-height: 80px;
  }

  #rainstream-new-header .navbar-expand-custom .navbar-nav {
    align-items: start;
  }

  .container {
    padding: 0 80px !important;
  }
}

/* =============== 1024px & <1024px =============== */
@media(max-width: 1024px) {
  .container {
    padding: 0 60px !important;
  }
}

/* =============== 991px & <991px =============== */
@media (max-width: 991px) {
  #rainstream-new-header.fixed-header {
    position: fixed;
    padding-left: 15px;
    padding-right: 15px;
  }

  #rainstream-new-header .dropdown-menu {
    display: none !important;
  }

  #rainstream-new-header .mobile-dropdown-item {
    display: none;
  }

  #rainstream-new-header .cta-btn {
    margin-left: 0;
    margin-top: 10px;
    display: none;
  }

  #rainstream-new-header .container-fluid {
    padding: 0 30px;
  }

  #footer-section .footer-address-tab {
    max-width: 100%;
  }

  #footer-section .Address-area {
    text-align: center;
  }

  #footer-section .Address {
    justify-content: center;
    margin: 1.5rem auto !important;
  }

  #footer-section .footer-logo {
    margin-bottom: 50px;
    text-align: center;
  }

  #footer-section .footer-logo {
    margin-bottom: 50px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
  }

  #footer-section .footer-address-tab .nav-item .nav-link {
    padding-left: 3px;
    padding-right: 3px;
  }

  #new-v2-request-a-quote .left-part,
  .new-v2-contact-form {
    margin: 0 auto;
  }

  section,
  #new-hero-section,
  #hero-section {
    padding: 50px 0 !important;
  }

  .container {
    padding: 0 40px !important;
  }
}

/* =============== 767px & <767px =============== */
@media (max-width: 767px) {
  body {
    padding-top: 60px !important;
  }

  #rainstream-new-header {
    --mobile-nav-offset: 60px;
  }

  #rainstream-new-header .header-inner-part {
    min-height: 60px;
  }

  #rainstream-new-header .logo img {
    width: 175px;
  }

  #rainstream-new-header .navbar-expand-custom .navbar-collapse {
    padding: 18px 15px 24px;
  }

  #footer-section .footer-address-tab {
    max-width: 80%;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  #footer-section .Address-area .Address {
    gap: 6px;
  }

  #new-v2-request-a-quote .connect-with-us-section {
    gap: 20px;
  }

  #new-v2-request-a-quote .contact-box {
    padding: 15px 20px;
  }

  #rainstream-new-header .responsive-header-contact-btns .primary-btn {
    padding: 8px 16px;
  }

  .container {
    padding: 0 30px !important;
  }
}

/* =============== 575px & <575px =============== */
@media (max-width: 575px) {
  #rainstream-new-header .navbar-brand {
    font-size: 1.2rem;
  }

  #rainstream-new-header .container-fluid,
  #rainstream-new-header.fixed-header .container-fluid {
    padding: 0 15px;
  }

  #rainstream-new-header .navbar-brand img {
    max-height: 2.5rem;
    max-width: 175px;
  }

  #rainstream-new-header .navbar-nav {
    padding-right: 7px;
  }

  #rainstream-new-header .logo img {
    width: 150px;
  }

  .page-template-template-contact .main {
    padding-top: 10px;
  }

  .page-template-template-contact #rainstream-new-header .header-inner-part {
    min-height: 60px;
  }

  #footer-section .footer-address-tab .nav-item .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  #footer-section .footer-address-tab {
    max-width: 100%;
  }

  .new-v2-contact-form {
    padding: 16px;
  }
}

@media (max-width: 480px) {

  section,
  #new-hero-section,
  #hero-section {
    padding: 40px 0 !important;
  }

  .container {
    padding: 0 20px !important;
  }
}

@media (max-width: 360px) {

  #rainstream-new-header .responsive-header-contact-btns .primary-btn,
  #rainstream-new-header .book-call-btn-outer,
  #rainstream-new-header .book-now-btn {
    width: 100%;
  }
}

p:empty {
  display: none !important;
}
