/*
    Theme Name: MWD
    Author:  MWD
    Author URL: https://movewith.digital/
    Description: ---- 2023.
    Document   : Framework
    Created on :  MAR 25 2026, 12.00 AM
*/

html {
  scroll-behavior: smooth;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

body {
  animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  font-size: 100%;
  color: var(--textcolor);
  background: var(--maincolor);
  font-family: var(--font-one);
  margin: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-text-size-adjust: none;
  font-weight: 300;
}

::placeholder {
  color: var(--secondry-color);
  font-family: var(--font-one);
  font-weight: 500;
}

.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

:focus {
  outline: 0;
}

a,
a:link,
a:visited {
  outline: none;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  font-family: var(--font-one);
}

img {
  border: none;
  max-width: 100%;
}

ul,
li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
[data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
}

h1,
h2,
h3,
h4,
h5,
h6,
button {
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 1.2;
  font-family: var(--font-one);
}

p {
  margin: 0;
  line-height: 1.3;
  font-size: 1.5em;
  color: var(--textbasecolortwo);
  font-weight: 300;
  font-family: var(--font-one);
}

h1 {
  margin: 0;
  padding: 0;
  color: var(--maincolor);
  line-height: 1;
  font-size: 3.7em;
  font-weight: 400;
  font-family: var(--font-one);
}

h2 {
  margin: 0;
  padding: 0;
  color: var(--black);
  font-size: 3em;
  line-height: 1;
  font-weight: 400;
  font-family: var(--font-one);
}

h3 {
  margin: 0;
  padding: 0;
  color: var(--maincolor);
  font-size: 1.7em;
  line-height: 1.1;
  font-weight: 600;
  font-family: var(--font-one);
}

h4 {
  margin: 0;
  padding: 0;
  font-size: var(--font-25);
  color: var(--text-brand-color-two);
  line-height: 1.3;
  font-weight: 600;
  font-family: var(--font-one);
}

.outer:before,
.outer:after,
.container:after,
.container:before,
.container-full:after,
.container-full:before,
.slider-area:after,
.slider-area:before {
  content: " ";
  display: table;
}

.outer:after,
.container:after,
.container-full:after,
.slider-area:after {
  clear: both;
}
.container {
  width: 90%;
  max-width: 1700px;
  margin: 0 auto;
}
.medium-container {
    width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.small-container {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
}
.outer {
  width: 100%;
  padding: 0 0;
  margin: 0 auto;
  background: var(--maincolor);
  overflow: hidden;
}
.inner-outer {
    margin: 200px 0 0 0;
}
[class*="reveal-"] {
  opacity: 0;
  transition: all 0.9s cubic-bezier(0.25, 1, 0.5, 1);
}

.reveal-show {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
}
:root {
  --font-one: "Inria Sans", sans-serif;
  --btnradius: 100px;
  --sm-radius: 40px;
  --lg-radius: 50px;
  --maincolor: #ffffff;
  --bg-color: #F3F6FF;
  --brand-one: #10309D;
  --brand-two: #F7F7F7;
  --black: #000000;
  --dark-blue: #474747;
  --light-black: #404966;
  --textbasecolortwo: #1E1E1E;
}

.flex {
  display: flex;
}
.w-100 {
  width: 100%;
}
.menu-close {
  display: none;
}
.banner {
 position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    border-radius: var(--lg-radius);
    overflow: hidden;
    flex-direction: column;
    padding: 50px 0;
}
.banner-text.banner-left span.label-text {
  color: var(--maincolor);
  font-weight: 400;
  font-size: 1.3em;
  display: block;
  opacity: 0.7;
  padding: 0 0 15px 0;
}
.bg-image {
  background: url(../img/banner-shade.jpg) no-repeat center center/cover;
}

.banner-bottom {
width: 100%;
    border-top: 1px solid #fff;
    margin: 50px 0 0 0;
    padding: 30px 0 0;
}

.banner p {
  color: var(--maincolor);
  font-size: 1.5em;
  max-width: 650px;
  padding: 20px 0;
}
.banner-text {

 padding: 0 0 0 0;
    z-index: 2;
    position: relative;
}

.w-100 {
  width: 100%;
}

.stats-section {
  position: relative;
  overflow: hidden;
}

.stats-container {
  position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 50px;
    flex-wrap: wrap;
}



.stat-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}

.stat-icon {
  color: #fff;
  line-height: 0;
}

.stat-box h3 {
  margin: 0;
  color: #fff;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1;
}

.stat-box p {
 margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    padding: 0 0 0 0;
}
.play-container{
 display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 100px;
    max-width: 1100px;
    margin: 0 auto;
    width: 90%;
}
.banner-top {
width: 90%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
}

.dark-blue h2 {
color: var(--dark-blue);
}

.dark-blue p {
max-width: 550px;
    margin: 0 auto;
    padding: 20px 0 0 0;
    font-weight: 500;
 color: var(--textbasecolortwo);
 opacity: 0.7;
 width: 90%;
}



.banner-sec {
  position: relative;
}

.wrap-outer {
    margin: 120px 0 0 0;
}



.blog-section {
  padding: 0 0 50px 0;
  text-align: center;
}




.blog-wrapper {
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr 1fr;
  margin: 50px 0;
}

.blog-card {
  background:  var(--brand-two);
  border-radius: var(--lg-radius);
  text-align: left;
  padding: 40px;
  position: relative;
  transition: 0.3s;
}

.blog-card:hover {
  transform: translateY(-5px);
}

.blog-img img {
  width: 100%;
  border-radius: var(--sm-radius);
  height: 250px;
  object-fit: cover;
}

.blog-content {
  padding: 20px 5px;
}

.blog-date {
  font-size: 1.2em;
  color: var(--dark-blue);
  font-weight: 500;
  display:none;
}

.blog-card h3 {
  color: var(--dark-blue);
    font-size: 1.7em;
    max-width: 350px;
    padding: 10px 0;

}

.blog-card p {
  font-size: 1.3em;
    padding: 0 0 50px 0;
    max-width: 450px;
    margin: inherit;
    font-weight: 400;
}


.read-btn {

    font-weight: 600;
    margin: 40px 0 0 0;
    position: absolute;
    bottom: -1px;
    left: 0px;
    background: var(--maincolor);
    padding: 20px 40px;
    border-top-right-radius: 32px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.1em;
    color: var(--brand-one);
    z-index: 2;
      transition: transform 0.3s ease;
}
.read-btn span {
  display: flex;
  align-items: center;
}
.read-btn::after {
    content: "";
    position: absolute;
    right: -28px;
    bottom: 0;
    width: 32px;
    height: 32px;
    background: transparent;
    border-top-left-radius: 32px;
    box-shadow: -16px -16px 0 16px  var(--maincolor);
    transform: rotate(269deg);
}
.read-btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: -32px;
    width: 32px;
    height: 32px;
    background: transparent;
    border-bottom-left-radius: 32px;
    box-shadow: -16px 16px 0 16px var(--maincolor);
}
a.read-btn svg {
    max-width: 25px;
      transition: transform 0.3s ease;
}
.read-btn svg {
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.read-btn:hover svg {
  transform: translateX(5px);
}
.blog-btn-wrap {
  margin-top: 30px;
}

.cta-wrap {
  padding: 60px 0 0 0;

}
    #rq-quote-box {
  scroll-margin-top: 140px;
}
.cta-container  h2 {
  color: var(--maincolor);
}
.cta-container {
  text-align: center;
  padding: 100px 30px;
  border-radius: var(--lg-radius);
  color: #fff;
}
.cta-buttons a.fill-btn.outline-btn {
  display: flex;
    align-items: center;
    gap: 10px;
}

.cta-buttons a.fill-btn.outline-btn img {
 width: 15px;
    display: inline-block;
}
/* Text */
.cta-container p {
  max-width: 750px;
  margin: auto;
  opacity: 0.7;
  color: var(--maincolor);
  padding: 30px 0;
  font-size: 1.8em;
  width: 90%;
}

/* Buttons */
.cta-buttons {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}


.justify-content-center {
  justify-content: center;
}

/* Divider */
.cta-divider {
  margin: 50px auto;
  height: 1px;
  background: rgba(255,255,255,0.3);
  width: 80%;
}

/* Bottom Info */
.cta-info {
  display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.info-box {
  flex: 1;
  min-width: 200px;
}

.info-box span {
  font-size: 1.3em;
  display: block;

}

.info-box p {
 font-size: 1.2em;
    opacity: 0.8;
    padding: 8px 0;
}
.cta-main .info-box h4 {
 color: var(--textbasecolortwo);
}
.cta-main .info-box  {
  max-width: 1000px;
  text-align: center;

}
.cta-main .info-box p {
  font-weight: 500;
} 
.cta-main {
  margin: 50px 0 0 0;
  border-top: 1px solid #c4c4c4;
  padding: 50px 0 0 0;
}
.info-box h4 {
  font-size: 16px;
  font-weight: 600;
}
.site-footer {
  overflow: hidden;
  position: relative;
}
.contact-us-page .cta-section strong {
  font-size: 2em;
    display: block;
    padding: 10px 0 0 0;
}
.mobile-only {
  display: none;
}
.contact-us-page .site-footer {
   transform: translateY(0);
}
.contact-us-page .footer-container {
  border-radius: var(--lg-radius);
  margin: 50px 0 0 0;
} 
.footer-container {
  background-color: var(--maincolor);
  padding: 100px;
  border-bottom-left-radius: var(--lg-radius);
   border-bottom-right-radius: var(--lg-radius);
}

.footer-grid {
  display: grid;
  grid-template-columns: 30% 20% 50%;
  gap: 40px;
  align-items: flex-start;
}
.service-ft {
  display: flex;
  gap: 150px;
}
.footer-logo img {
  max-width: 300px;
  height: auto;
  display: block;
}

.footer-col h4 {
  font-size: 22px;
  font-weight: 700;
  color: #1f1f1f;
  margin: 0 0 22px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 3px;
}

.footer-col ul li a,
.footer-contact p,
.contact-block a {
 text-decoration: none;
    font-size: 1.1em;
    line-height: 1.7;
    color: #000;
    transition: 0.3s ease;
    font-weight: 500;
}

.footer-col ul li a:hover,
.contact-block a:hover {
  color: var(--brand-one);
}

.footer-contact p {
  margin: 0 0 26px;
  max-width: 300px;
}

.contact-block {
  margin-bottom: 22px;
}

.contact-block span {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #6A6A6A;
  margin-bottom: 6px;
}

.contact-block a {
  font-weight: 700;
  color: #6A6A6A;
}

.footer-bottom {
  margin-top: 55px;
  padding-top: 22px;
  border-top: 1px solid #7c7c7c;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-bottom p {
 margin: 0;
    font-size: 1.1em;
    color: #000;
    font-weight: 500;
    opacity: 0.7;
}
.footer-bottom p a {
    color: #000;
}
.footer-social {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-social a {
  color: #6b6b6b;
  font-size: 21px;
  transition: 0.3s ease;
}

.footer-social a:hover {
  color: #8b5cf6;
  transform: translateY(-2px);
}

.expertise-section {

  padding: 100px 0 0 0;
}

.relative {
  position: relative;
}

/* LEFT CARD */
.expertise-section .left-card-details {
  background: var(--bg-color);
  padding: 80px;
  border-radius: var(--sm-radius);
}

.expertise-section .left-card-details h2 {
  margin-bottom: 5px;
}

.expertise-section .left-card p {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
  line-height: 1.6;
}

/* BUTTON */
.learn-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 18px;
  border-radius: 20px;
  border: 1px solid #2f5d50;
  color: #2f5d50;
  text-decoration: none;
  font-size: 14px;
}

/* RIGHT */
.right-content h4 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #333;
}
 span.label-text {
  color: var(--black);
  font-weight: 600;
}
.right-content h3 {
    margin: 0 0 20px 0;
}
/* ITEMS */
.right-content .expertise-item {
  display: flex;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}

.right-content .expertise-item:last-child {
  border-bottom: none;
}

.right-content .expertise-item .icon img {
  width: 80%;
}
/* TEXT */
.right-content .expertise-item h5 {
  margin: 0;
  font-size: 1.4em;
  font-weight: 600;
  color: var(--black)
}

.right-content .expertise-item p {
 margin: 5px 0 0;
    padding: 0 10px 0 0;
}

.expertise-grid {
  display: grid;
  gap: 100px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin: 0 0 50px 0;
}
.left-card-details p {
    padding: 10px 0;
}
.service-content button {
    background-color: transparent;
    border: 0;
    display: flex;
    font-size: 1em;
    white-space: nowrap;
    align-items: center;
    gap: 20px;
    color: var(--brand-two);
}
.section-divider {
 height: 0;
    border-top: 1px solid transparent;
    border-image: linear-gradient(90deg, #F3EFE2, #30595140, #F3EFE2) 1;
    margin: 100px 0 0 0;
}
.bg-white-light {
  background-color: var(--brand-two);
}
.service-block {
  padding: 100px 0;
  border-radius: var(--lg-radius);
}
/* ====== GRID ====== */
.card-grid {
  display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 80px;
    margin: 100px 0;
    column-gap: 50px;
}

/* ====== CARD ====== */
.ui-card {
  background:  var(--maincolor);
  border-radius: var(--sm-radius);
 padding: 30px 30px 100px 30px;
  position: relative;
  text-align: left;
  transition: all 0.3s ease;

}

.ui-card:hover {
  transform: translateY(-6px);
 
}

/* ICON */
.card-icon img {
  width: 50px;
  margin-bottom: 15px;
}

/* TEXT */
.ui-card h3 {
  font-size: 1.4em;
  margin-bottom: 10px;
  color: var(--black);
}

.ui-card p {
  font-size: 1.3em;
  padding: 0 0 0 0;
  line-height: 1.4;
  opacity: 0.7;
  max-width: 300px;
  margin: inherit;

}
.read-btn--primary {
  background: var(--brand-two);
  color: var(--brand-one);
}

.read-btn--primary::after {
  box-shadow: -16px -16px 0 16px var(--brand-two);
}

.read-btn--primary::before {
  box-shadow: -16px 16px 0 16px var(--brand-two);
}
.text-align-center {
  text-align: center;
}
.card-icon {
    text-align: right;
    margin: 0 0 20px 0;
}
.why-choose {
  margin: 100px 0;
}
.why-choose-block {
  background: url(../img/whychoose.jpg) no-repeat center center/cover;
  padding: 100px 0;
  color: var(--maincolor);
  border-top-left-radius: var(--lg-radius);
   border-top-right-radius: var(--lg-radius);
}
span.label-text.text-white {
  color: var(--maincolor);
}
.why-choose h2 {
  color: var(--maincolor);
}
.why-choose-block p {
  color: var(--maincolor);
  font-weight: 600;
  padding: 20px 0;
}
.why-choose-content {
  max-width: 500px;
}
.expertise p {
  color: var(--maincolor);
  font-weight: 300;
  opacity: 0.7;
}
.info-section p a {
  color: var(--textbasecolortwo);
    font-weight: 600;
}
.expertise {
  text-align: center;
  padding: 100px 0;
  border-bottom-left-radius: var(--lg-radius);
    border-bottom-right-radius: var(--lg-radius);
}
.expertise .stats-container {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 100px;
    flex-wrap: wrap;
    margin: 50px 0;
}
.expertise .stat-box h3 {
  font-size: 3em;
}
.expertise .stat-top {
  justify-content: center;
} 
.about-banner-bg {
  background: url(../img/about-banner.jpg) no-repeat top center/cover;
  border-radius: var(--lg-radius);
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
 height: 70vh;
    min-height: 700px;
  padding: 0 0 150px 0;
}
.about-banner-bg span {
color: var(--maincolor);
}
.about-banner-bg h1 {
max-width: 900px;
width: 90%;
}
.black-count {
  text-align: center;
  padding: 100px 0;
}
.black-count .stats-section h3 {
  color: var(--textbasecolortwo);
  font-size: 3em;
}
.black-count .stats-section p {
  color: var(--textbasecolortwo);
  opacity: 0.7;
  font-weight: 500;
  font-size: 1.3em;
}
.black-count .stat-top {
  justify-content: center;
} 
.black-count .stats-container {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto;
    padding: 50px 0 0 0;
}
.about-expertise {
  padding: 0 0 100px 0;
  text-align: center;
}
.expertise-section.about-expertise .left-card-details {
  background-color: transparent;
  padding: 0;
  text-align: left;
}
.page-loader {
  position: fixed;
  inset: 0;
  background: #f3e9e2;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  transition: opacity 0.5s ease, visibility 0.5s;
}

/* Hide class */
.page-loader.hide {
  opacity: 0;
  visibility: hidden;
}

/* Circle Loader */
.loader-circle {
  width: 60px;
  height: 60px;
  border: 5px solid transparent;
  border-top: 5px solid var(--brand-one);
  border-bottom: 5px solid var(--brand-one);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* Animation */
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.right-content {
  text-align: left;
}
.expertise-section.about-expertise .left-card-details p {
 padding: 10px 0;
}
.right-content .expertise-item p  {
  margin: 5px 0 0;
    padding: 0 200px 0 0;
    font-weight: 500;
}
.why-choose-bg {
  padding: 100px 0;
  border-radius: var(--lg-radius);
}
.why-choose-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}
.why-choose-left h2 {
  color: var(--maincolor);
}
.why-choose-left p {
  color: var(--maincolor);
  padding: 20px 0;
}
.why-choose-right img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: var(--sm-radius);
}
.teams {
  margin: 100px 0 0 0;
}
.team-bg {
  border-radius: var(--lg-radius);
  padding: 100px 0;
}
.dark-blue.lg-text p {
  max-width: 900px;
}
.team-sec {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 60px 0;
}
.team-grid img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: var(--sm-radius);
}
.team-grid {
  background-color: var(--maincolor);
  border-radius: var(--sm-radius);
  padding: 0;
  text-align: left;
}
.team-grid h3 {
  color: var(--bg-color);
  font-size: 1.5em;
}
.team-details {
    position: absolute;
    bottom: 3px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    width: 100%;
    overflow: hidden;
    border-bottom-left-radius: var(--sm-radius);
    border-bottom-right-radius: var(--sm-radius);
    padding: 0 0 40px 30px;
}
.team-grid strong {
  opacity: 0.6;
    padding: 5px 0 0 0;
    display: block;
}
.team-details a {
  color: var(--maincolor);
  font-weight: 600;
  text-decoration: underline;
  display: none;
}
.modal {
   display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  justify-content: center;
  align-items: center;
}

.modal-box {
  background: #fff;
  padding: 20px;
  width: 90%;
  max-width: 550px;
  border-radius: 20px;
  text-align: left;
  position: relative;
}
.modal-box p {
    font-size: 1.1em;
    padding: 20px 0;
}
.modal-box img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
  height: 250px;
  object-fit: cover;
}
.modal-box h2 {
    font-size: 2em;
}
.close {
   position: absolute;
    top: 3px;
    right: 17px;
    color: #000;
    font-size: 35px;
    cursor: pointer;
}


.inner-banner {
  text-align: center;
  position: relative;
  padding: 150px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--sm-radius);
  text-align: center;
  overflow: hidden;
  margin: 0 0 50px 0;
}
.inner-banner::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
 background: linear-gradient(180deg, rgba(16, 48, 157, 0) 0%, rgba(16, 48, 157, 0.5) 50%, #10309D 100%);

}
.inner-banner p {
  color: var(--maincolor);
  max-width: 650px;
  width: 90%;
  margin: 0 auto;
}
.inner-banner-content {
  position: relative;
  z-index: 2;
}
.inner-banner-content h1 {
  font-size: 4em;
  margin: 10px 0 0 0;
}
.m-0 {
  margin: 0;
}
.service-page-listing {
  margin: 0 0 50px 0;
}
.tax-content {
  max-width: 800px;
  color: #333;
  line-height: 1.7;
   margin: 0 auto;
   width: 90%;
}
.tax-content h3 {
  color: var(--textbasecolortwo);
  padding: 20px 0;
}


/* Paragraphs */
.tax-content p {
  margin-bottom: 16px;
    font-size: 1.2em;
     font-weight: 400;
}

/* Headings */
.tax-content h2 {
  font-size: 2em;
  margin: 30px 0 20px;
  color: var(--textbasecolortwo);
  font-weight: 600;
}

.tax-content strong {
 font-size: 1em;
    color:  var(--textbasecolortwo);
    font-weight: 600;
}

/* Lists */
.tax-content ul {
  padding-left: 18px;
  margin-bottom: 20px;
}

.tax-content li {
  margin-bottom: 5px;
  font-size: 1.2em;
  list-style: disc;
    color: var(--textbasecolortwo);
    font-weight: 400;
}

/* Divider */
.tax-content hr {
  border: none;
  border-top: 4px solid #CFD4E4;
  margin: 30px 0;
}
.service-detail-sec {
  border-radius: var(--sm-radius);
  padding: 100px 0;
  margin: 0 0 100px 0;
}
.partner-layout {
  margin: 100px 0;
  border-radius: var(--sm-radius);
  padding: 100px 0;
  text-align: center;
}
.partner-layout h2 {
  color: var(--maincolor);
}
.partner-layout p {
  color: var(--maincolor);
  opacity: 0.6;
}
.breadcrumb {
  font-size: 14px;
  color: var(--maincolor);
}

/* Links */
.breadcrumb nav a {
  text-decoration: none;
  color: var(--maincolor);
  transition: 0.3s;
   font-weight: 600;
}


/* Separator */
.breadcrumb nav span {
  margin: 0 0;
    font-weight: 600;
}
.breadcrumb.black-text a {
  color: var(--textbasecolortwo);
}
.breadcrumb.black-text span {
  color: var(--textbasecolortwo);
}
.breadcrumb.black-text {
  margin: 0 0 10px 0;
}
.blog-detail-img {
  text-align: center;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 0 50px 0;
}
.blog-detail-img img {
      width: 100%;
      display: block;
      border-radius: var(--sm-radius);
      height: 500px;
      object-fit: cover;
}
.tax-content date {
  color: var(--dark-blue);
  font-weight: 600;
}
.related-blog {
  margin: 100px 0 0 0;
}
a.fill-btn.fill-btn--outline-fill.blue-outline {
  color: var(--brand-one);
  border: 1px solid var(--brand-one);
}
.info-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin: 0 0 50px 0;
}

/* Each column */
.info-section > div {
  position: relative;
}

/* Vertical divider */
.info-section > div:not(:last-child)::after {
  content: "";
    position: absolute;
    right: -9px;
    top: -5px;
    width: 1px;
    height: 100%;
    background: #ccc;
}

/* Heading */
.info-section h4 {
  font-size: 1.3em;
    color: #989898;
    margin-bottom: 10px;
    font-weight: 600;
}

/* Text */
.info-section p {
  font-size: 1.3em;
  line-height: 1.6;
  color: var(--textbasecolortwo);
  font-weight: 600;
}
.rq-quote-box {

  background: #fff;
  border-radius: var(--lg-radius);
  padding: 50px;
  box-sizing: border-box;
  margin: 50px auto 0;
}

.rq-quote-title {
  margin: 0 0 40px;
  text-align: center;
  font-size: 1.5em;
  font-weight: 500;
  color:  var(--brand-one);
  line-height: 1.4;
}

.rq-quote-form {
  width: 90%;
    max-width: 700px;
    margin: 0 auto;
    text-align: left;
}

.rq-form-group {
  margin-bottom: 16px;
}

.rq-form-group label {
  display: block;
    margin-bottom: 10px;
    font-size: 1.1em;
    font-weight: 400;
    color: var(--light-black);
    line-height: 1.4;
}

.rq-form-group input,
.rq-form-group select,
.rq-form-group textarea {
    width: 100%;
    height: 45px;
    border: 1px solid #d9d9d9;
    border-radius: 7px;
    background: #ffffff;
    padding: 0 14px;
    font-size: 13px;
    color: #222222;
    outline: none;
    box-sizing: border-box;
    transition: all 0.3s ease;
    margin: 0 0 10px 0;
        font-family: var(--font-one);
}

.rq-form-group input:focus,
.rq-form-group select:focus,
.rq-form-group textarea:focus {
  border-color: var(--brand-one);
  box-shadow: 0 0 0 1px  var(--brand-one);
}

.rq-form-group textarea {
  height: 100px;
  resize: none;
  padding: 12px 14px;
}

.rq-select-wrap {
  position: relative;
}

.rq-select-wrap select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 38px;
  cursor: pointer;
}

.rq-select-wrap::after {
  content: "▼";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  color:  var(--brand-one);
  pointer-events: none;
}

.rq-submit-btn {
  display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 40px;
    border: none;
    border-radius: 50px;
    background: var(--brand-one);
    color: #ffffff;
    font-size: 1.3em;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
}

.rq-submit-btn:hover {
  background: var(--brand-one);
  transform: translateY(-1px);
  opacity: 0.8;
}

.rq-btn-icon {
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.rq-quote-box.small-container {
  max-width: 1000px;
}
.no-select {
  -webkit-user-select: none; /* Chrome, Safari */
  -moz-user-select: none;    /* Firefox */
  -ms-user-select: none;     /* IE/Edge */
  user-select: none;         /* Standard */
}
.contact-detail {
  margin: 0 0 100px 0;
}
/************************************* Menu-start ****************************************/
/* Navbar Base */
.navbar {
  padding: 0 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 20px;
  z-index: 999;
  transition: all 0.35s ease;
}
/* .dropdown-menu .mega-menu-grid {
  position: relative;
} */
/* .dropdown-menu .mega-menu-grid::before {
 content: "";
    position: absolute;
    top: -26%;
    left: 50%;
    transform: translateX(-50%);
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #0d32b2;
    pointer-events: none;
    z-index: 100;
} */
.navbar.bgcolor {
  background: var(--bg-color);
  padding: 15px 0;
  margin-top: 0;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.head-container {
 width: 95%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
  width: 20%;
    transition: all 0.35s ease;
}
.navbar .logo {
    transition: all 0.35s ease;
}
.navbar.bgcolor .logo img {
   transition: all 0.35s ease;
   max-width: 250px;
}
.logo img {
  max-width: 300px;
  display: block;
    transition: all 0.35s ease;
}

.right-end {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-btn {
  width: 20%;
  text-align: right;
}

.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.nav-links > li {
  position: relative;
}

.nav-links a {
  color: var(--black);
  text-decoration: none;
  padding: 10px 0 20px;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  margin: 0 10px;
  font-size: 1.1em;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.nav-links a:hover {
  color: var(--brand-one);
}
.nav-links > li > a::after,
.dropdown-menu li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 0;
  height: 2px;
  background: var(--text-brand);
  transition: width 0.35s ease;
}



.nav-links a:hover::after {
  width: 100%;
}

.menu-close {
  display: none;
}

.hamburger {
  display: none;
  font-size: 32px;
  color: var(--black);
  cursor: pointer;
  line-height: 1;
}

.has-dropdown {
  position: relative;
}

.dropdown-toggle {
  cursor: pointer;
}

.arrow {
  font-size: 14px;
  line-height: 1;
  transition: transform 0.3s ease;
}

/* Desktop dropdown */
.dropdown-menu {
 position: absolute;
    top: calc(100% + -10px);
    left: 0;
    min-width: 300px;
    background: var(--brand-one);
    border-radius: 10px;
    padding: 80px;
    margin: 0;
    list-style: none;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: all 0.32s ease;
    z-index: 99;
    right: 0;
    width: 80%;
    margin: 0 auto;
    border-radius: var(--lg-radius);
}

.dropdown-menu li {
  position: relative;
}

.dropdown-menu li a {
  display: flex;
    justify-content: space-between;
    width: calc(100% - 30px);
    margin: 0 10px;
    padding: 12px 0;
    padding: 5px 0;
   font-size: 1.1em;
    font-weight: 600;
}

.has-dropdown:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.has-dropdown:hover > .dropdown-toggle .arrow {
  transform: rotate(45deg);
}

/* second tier desktop */
.sub-dropdown .sub-menu {
  top: 0;
  left: calc(100% + 12px);
  transform: translateY(10px);
}

.sub-dropdown:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* small hover motion */
.dropdown-menu li a:hover {
  padding-left: 8px;
  color: var(--brand-one);
}
.plus-icon {
  position: relative;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  display: inline-block;
  margin-left: 8px;
  transition: transform 0.35s ease;
}

.plus-icon::before,
.plus-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform 0.35s ease, opacity 0.35s ease;
}
.info-box a {
  color: var(--maincolor);
}
.plus-icon::before {
  width: 14px;
  height: 1.8px;
}

.plus-icon::after {
  width: 1.8px;
  height: 14px;
}
.dropdown-toggle-icon {
  display: inline-block;
  width: 9px;
  height: 6px;
  margin-top: 3px;
  background: currentColor;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transition: transform 0.3s ease;
}



.dropdown-menu li a {
    color: var(--dark-blue);

}


.has-dropdown.active > .dropdown-toggle .dropdown-toggle-icon,
.has-dropdown:hover > .dropdown-toggle .dropdown-toggle-icon {
  transform: rotate(180deg);
}
/* MOBILE */
@media (max-width: 1024px) {
    .navbar {
    padding: 14px 20px;
    margin-top: 0;
  }

  .head-container {
    width: 90%;
    max-width: 100%;
  }

  .logo {
    width: auto;
  }

  .header-btn {
    display: block;
  }

  .right-end {
    margin-left: auto;
  }

  .hamburger {
    display: block;
    margin-left: 16px;
  }
.nav-links a:hover {
  color: var(--maincolor);
}
  .nav-links {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: #0a1c59;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 80px 20px 30px;
    transition: left 0.45s ease;
    overflow-y: auto;
    z-index: 9999;
  }

  .nav-links.show {
    left: 0;
  }

  .menu-close {
   
    display: block;
    font-size: 3.5em;
    cursor: pointer;
  color: #fff;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 10000;
  }

  .menu-close.show {
    opacity: 1;
    visibility: visible;
  }

  .nav-links > li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
.dropdown-menu.mega-menu::before {
    display: none;
  }
  .nav-links a {
    width: 100%;
    margin: 0;
    padding: 16px 0;
    color: #fff;
    justify-content: space-between;
    font-size: 1.5rem;
  }
.mega-icon {
  width: 30px;
}
.mega-col a {
  max-width: 100%;
}
  .nav-links a::after {
    display: none;
  }
.dropdown-menu, .sub-dropdown .sub-menu {
  display: none!important;
}
.dropdown-toggle-icon {
  display: none;
}
  .dropdown-menu,
  .sub-dropdown .sub-menu {
    position: static;
    min-width: 100%;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    display: block;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.45s ease, opacity 0.35s ease, visibility 0.35s ease;
  }

  .has-dropdown.active > .dropdown-menu,
  .sub-dropdown.active > .sub-menu {
    max-height: 500px;
    opacity: 1;
    visibility: visible;
  }

  .dropdown-menu li a {
    width: 100%;
    margin: 0;
    padding: 12px 0 12px 18px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.96rem;
  }

}
/* --- MEGA MENU BASE --- */
.has-dropdown {
  position: static !important; /* Required for full-width dropdown */
}

.dropdown-menu.mega-menu {
  width: 90%;
  left: 5%; /* Centers it relative to the 90% head-container */
  right: 5%;
  min-width: auto;
  background: #1F3FA9; /* Matching the blue in your image */
  padding: 30px;
  border-radius: 20px;
}

.mega-menu-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 Columns like your image */
  gap: 20px;
}

.mega-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mega-col a {
  color: #ffffff !important;
  font-size: 1.4em !important;
  font-weight: 500 !important;
  display: flex !important;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  margin: 0 !important;
  width: 100% !important;
  border-bottom: none !important;
  transition: opacity 0.3s ease;
  max-width: 240px;
  justify-content: flex-start;
}




/* Icon styling to match your image */
.mega-icon {
  width: 40px;
  height: 40px;
  filter: brightness(0) invert(1); /* Makes icons white */
}
.popup {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.9);
}

.popup-content {
  display: block;
  margin: auto;
  max-width: 80%;
  max-height: 80%;
  border-radius: 10px;
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 40px;
  color: #fff;
  font-size: 35px;
  cursor: pointer;
}

.gallery-img img {
  cursor: pointer;
  transition: 0.3s;
  height: 300px;
  object-position: top;
}

.gallery-img img:hover {
  transform: scale(1.01);
    transition: 0.3s;
}
.gallery-wrapper h3 {
  font-size: 1.3em;
    max-width: 400px;
}
/* --- MOBILE ADJUSTMENTS --- */
@media (max-width: 1024px) {
  .has-dropdown {
    position: relative !important;
  }
  
  .dropdown-menu.mega-menu {
    position: static;
    width: 100%;
    left: 0;
    background: transparent;
    padding: 0 15px;
     overflow-y: auto;              /* ✅ scroll if content too big */
    -webkit-overflow-scrolling: touch;
  }

  .mega-menu-grid {
    grid-template-columns: 1fr; /* Stack on mobile */
    gap: 0;
  }

  .mega-col a {
    font-size: 1.1rem !important;
    color: rgba(255, 255, 255, 0.9) !important;
  }
  /* Ensure the container can animate */
  .dropdown-menu.mega-menu {
    display: block !important; /* Must be block to allow height animation */
    visibility: visible !important;
    opacity: 1 !important;
    max-height: 0; /* Start closed */
    overflow: hidden;
    transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative; /* Stack it in the flow */
    width: 100%;
    padding: 0 15px;
    background: transparent;
    box-shadow: none;
    transform: none !important;
  }

  /* Adjust the grid for mobile stacking */
  .mega-menu-grid {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
  }

  /* Optional: Indent links for better hierarchy */
  .mega-col a {
   padding: 5px 15px;
    font-size: 1.1rem !important;
    max-width: 100%;
  }
  .mega-menu-grid {
 
    overflow-y: scroll;
        height: 250px;
  }
}
@media (max-width: 767px) {
  .logo img {
    max-width: 300px;
  }

  .hamburger {
    font-size: 30px;
  }
}

/************************************* Menu-end ****************************************/
/**************************** Mobile-responsive-start *********************************/
@media screen and (min-width: 200px) and (max-width: 683px) {
  body {
    font-size: 85%;
  }

  .container {
    width: 90%;
  }

  .flex {
    flex-wrap: wrap;
  }
   .navbar {
    padding: 0 0;
    margin: 20px 0 0 0;
  }
  .logo  {
    width: 100%;
  }
   .navbar .fill-btn {
   padding: 10px 20px;
        font-size: 12px;
        min-height: 35px;
}
.mega-icon {
  width: 30px;
  height: 30px;
}
.header-btn a svg {
  display: none;
}
  
  .cta-container p {
    width: 90%;
  }
  .bottom-banner {
    padding: 50px 0;
  }
 .header-btn {
   margin: 0 20px;
        position: absolute;
        right: 38px;
        width: 100%;
        display: none;
  }
    .popup-content {
    max-width: 95%;
    max-height: 70vh;
  }

  .close {
    font-size: 25px;
    top: 10px;
    right: 15px;
  }
  .mobile-only a.fill-btn {
    color: var(--brand-one);
    justify-content: center;
        font-size: 1.5em;
        font-weight: 600;
        display: flex;
        align-items: center;
  }
  .mobile-only {
    margin: 30px 0 0 0;
    display: block;
  }
  .banner-right {
    order: -1;
  }
  .navbar.bgcolor {
    padding: 10px 0;
  }

  .small-container {
    width: 90%;
  }
  .inner-banner-content h1 {
   font-size: 2.5em;
        width: 100%;
        margin: 0 auto;
        padding: 10px 30px 0;
  }
  .info-section {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .info-section > div:not(:last-child)::after {
    display: none;
  }
  .partner-layout {
    margin: 100px 0 0 0;
  }
  .contact-detail {
    margin: 0 0 50px 0;
  }
  .inner-banner {
    padding: 50px 0;
  }
  .service-page-listing .card-grid {
    padding: 0;
  }
  .cta-wrap {
    padding: 30px 0 0 0;
  }
  h1 {
    font-size: 2.5em;
    line-height: 1;
  }
  .service-detail-sec {
    padding: 25px 0;
  }
  .banner {
   padding: 50px 20px;
  }
  .product img {
    height: 100px;
   
  }
  .why-choose-block {
    padding: 50px 0;
  }
  .expertise {
    padding: 50px 0;
  }
  .expertise-section {
    padding: 50px 0 0 0;
  }
  .banner-text {
    margin: 0 0 0 0;
  }


h2 {
  font-size: 2.5em;
}


 .blog-section {
    padding: 40px 0;
  }

  .blog-title {
    font-size: 22px;
  }

  .blog-subtitle {
    font-size: 13px;
  }

  .blog-wrapper {

    grid-template-columns: 1fr;
  }
.right-content {
  padding: 0 20px;
}
  .blog-card {
    max-width: 100%;
    padding: 25px;
  }

  .blog-img img {
    height: 160px;
  }



  .cta-container {
    padding: 50px 20px;
  }


  .cta-info {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .site-footer {
    border-radius: 0 0 22px 22px;
    transform: translateY(0);
  }

  .footer-top-line {
    height: 14px;
    border-radius: 0 0 16px 16px;
  }

  .footer-container {
    padding: 50px 30px;
    border-top-left-radius: var(--lg-radius);
    border-top-right-radius: var(--lg-radius);
    margin: 50px 0 0 0;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 0 0 30px 0;
  }

  .footer-logo img {
    max-width: 200px;
  }
.cta-buttons img {
   
    height: 30px;
}

  .footer-col h4 {
    font-size: 20px;
    margin-bottom: 14px;
  }
a.footer-logo {

    width: 100%;
    display: flex;
    justify-content: center;
}
  .footer-col ul li {
    margin-bottom: 0;
  }

  .footer-col ul li a,
  .footer-contact p,
  .contact-block a {
    font-size: 16px;
    line-height: 1.6;
  }

  .contact-block span {
    font-size: 15px;
  }

  .footer-bottom {
    margin-top: 0;
    padding-top: 18px;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-bottom p {
    font-size: 15px;
  }

  .footer-social {
    gap: 12px;
  }

  .footer-social a {
    font-size: 18px;
  }
  .stats-section {
    padding: 0 0;
  }

  .stats-container {
   flex-direction: inherit;
        gap: 15px;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start;
  }


  .stat-box h3 {
    font-size: 24px;
  }

  .stat-box p {
    font-size: 13px;
  }

  .stat-icon {
    font-size: 13px;
  }
    .inspire-section {
    padding: 40px 15px;
  }
  span.stat-icon img {
    height: 20px;
}

.blog-detail-img img {
  height: 250px;
}
.blog-detail-img {
  width: 90%;
}

  
   .rq-quote-box {
    max-width: 100%;
    padding: 28px 20px 30px;
  }
.dropdown-menu li a {
  font-weight: 400;
}
  .rq-quote-title {
    font-size: 17px;
  }

  .rq-form-group input,
  .rq-form-group select,
  .rq-form-group textarea {
    font-size: 14px;
    margin: 0 0 0 0;
    height: 35px;
  }

  .rq-submit-btn {
    width: auto;
    min-width: 92px;
    justify-content: center;
  }
  .head-container {
        width: 90%;
        max-width: 100%;
        margin: 0 auto;
    }
    .right-end {
      align-items: flex-end;
    justify-content: flex-end;
    }
    .wrap-outer {
      margin: 80px 0 0 0;
    }

.banner-bottom {
   margin: 50px 0 0 0;
    padding: 20px 0 0 0;
}


.medium-container {
  width: 90%;
}

  :root {
  --lg-radius: 20px;
  --sm-radius: 20px;
}

.banner-top {
  grid-template-columns: 1fr;
  gap: 50px;
}
.button-set {
  flex-wrap: wrap;
}
.button-set .fill-btn {
  width: 100%;
    text-align: center;
    justify-content: center;
}
.expertise-grid {
  grid-template-columns: 1fr;
  gap: 0;
}
.expertise-section .left-card-details {
  padding: 40px 40px 80px 40px;
}
.right-content .expertise-item h5 {
  font-size: 1.8em;
}
.service-block {
  padding: 50px 10px;
}
.card-grid {
  grid-template-columns: 1fr;
  margin: 0 0;
  gap: 40px;
  padding: 50px 0;
}
.navbar.bgcolor .logo img {
  max-width: 300px;
}
.service-ft {
  gap: 50px;
}
.expertise .stats-container {
  gap: 20px;
}
.expertise .stat-box h3 {
    font-size: 2em;
}
.why-choose {
  margin: 50px 0 0 0;
}
.about-banner-bg {
  height: 20vh;
    min-height: 200px;
    padding: 0 0 50px 0;
}
.expertise-section.about-expertise {
    padding: 0 0 50px 0;
}
.teams {
  margin: 50px 0 0 0;
}
.black-count .stats-container {
  gap: 30px;
}
.black-count {
  padding: 50px 0;
}
.right-content .expertise-item p {
  padding: 0 0 0 0;
}
.right-content .expertise-item .icon img {
  width: 80%;
}
.about-expertise .right-content {
  padding: 0 0 0 0;
}
.why-choose-grid {

    grid-template-columns: 1fr;
    gap: 20px;
  
}
.black-count .stats-section h3 {
  font-size: 2em;
}
p {
  font-size: 1.4em;
}
.why-choose-right img {
  height: 300px;
}
.why-choose-bg {
  padding: 50px 0;
}
.team-bg {
  padding: 50px 0;
}
.team-sec {
  grid-template-columns: 1fr;
}
  .office-section {
    flex-direction: column;
  }

  /* Remove vertical lines */
  .office-section > div::after {
    display: none;
  }

  /* Add horizontal divider */
  .office-section > div:not(:last-child) {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
  }
  .gallery-img img {
    height: 200px;
  }
}
/**************************** Mobile-responsive-end *********************************/
@media screen and (min-width: 684px) and (max-width: 1024px) {
   body {
    font-size: 85%;
  }

  .container {
    width: 90%;
  }
:root {
  --lg-radius: 40px;
  --sm-radius: 20px;
}
  h1 {
    font-size: 3.5em;
  }
  .inner-banner-content h1 {
    font-size: 3.5em;
  }
   .navbar {
    padding: 0 0;
    margin: 20px 0 0 0;
  }
   .header-btn {
   margin: 0 20px;
        position: absolute;
        right: 80px;
        width: 100%;
  }
  .logo  {
    width: 40%;
  }
   .navbar .fill-btn {
    padding: 7px 12px;
    font-size: 12px;
  }
 .header-btn {
    margin: 0 20px;
  }
.banner {
  padding: 100px 0;
}
  .products{
grid-template-columns:1fr 1fr;
}
.blog-title {
    font-size: 26px;
  }
    .banner-right {
    order: -1;
  }

.blog-img img {
  height: 150px;
}

  .blog-card {
    max-width: 100%;
    padding: 30px;
  }
  .cta-container {
    padding: 40px 20px;
  }

  .cta-container h2 {
    font-size: 26px;
  }
  .blog-detail-img img {
  height: 250px;
}
.blog-detail-img {
  width: 90%;
}
  .bg-white {
    padding: 30px;
  }
    .office-section {
    gap: 20px;
  }
.rq-form-group {
  margin-top: 0;
}
    .site-footer {
        border-radius: 0 0 22px 22px;
        transform: translateY(0);
    }
    .footer-container {
        padding: 50px 30px;
        border-top-left-radius: var(--lg-radius);
        border-top-right-radius: var(--lg-radius);
        margin: 50px 0 0 0;
    }

  .cta-info {
    align-items: center;
    text-align: center;
  }
    .footer-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-brand {
    grid-column: 1 / -1;
    margin-bottom: 10px;
  }
  .stats-container {
    justify-content: space-between;
    text-align: center;
    flex-wrap: nowrap;
    gap: 50px;
  }

 .info-section p {
  padding: 0 20px 0 0;
 }

  .stat-top {
    justify-content: center;
  }

  .medium-container {
    width: 90%;
  }
  .bg-white {
    padding: 50px;
  }
.banner-top {
  grid-template-columns: 1fr;
}
.expertise-grid {
  grid-template-columns: 1fr;
  gap: 0;
}
.service-block {
  padding: 50px 0;
}
.card-grid {
  grid-template-columns: 1fr 1fr;
}
.expertise .stats-container {
  gap: 50px;
}
.cta-divider {
  width: 100%;
}
.about-banner-bg {
  height: 40vh;
    min-height: 400px;
    padding: 0 0 100px 0;
}
.black-count .stats-container {
  gap: 30px;
}
.black-count {
  padding: 50px 0;
}
.right-content .expertise-item p {
  padding: 0 0 0 0;
}
.right-content .expertise-item .icon img {
  width: 90%;
}
.about-expertise .right-content {
  padding: 0 0 0 0;
}
.why-choose-grid {

    grid-template-columns: 1fr 1fr;
    gap: 50px;
  
}

.why-choose-right img {
  height: 300px;
}
.why-choose-bg {
  padding: 50px 0;
}
.team-bg {
  padding: 50px 0;
}
.team-sec {
  grid-template-columns: 1fr 1fr;
}
.small-container {
  width: 90%;
}
}
/**************************** Tablet-responsive-end *********************************/
/**************************** other-screen-responsive-start *********************************/
@media screen and (min-width: 1024px) and (max-width: 1550px) {

body {
  font-size: 90%;
}
  .container {
    margin: 0 auto;
    width: 90%;
  
  }
  h1 {
    font-size: 3.7em;
   
  }
}
@media screen and (min-width: 1100px) and (max-width: 1549px) {

body {
  font-size: 90%;
}
  .container {
    margin: 0 auto;
    width: 90%;
  
  }
  h1 {
    font-size: 3.5em;
   
  }
}

/**************************** other-screen-responsive-end *********************************/

