* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Manrope", sans-serif;
  }
  
  /* root */
  :root {
    --color-primary: #EDDD85;
    --color-secondary: #121212;
    --bg-body: #020202;
    --button-color: #D2A555;
    --button-color-2: #020202;
    --color-white: #ffffff;
    --color-black: #121212;
    --color-third: #142350;
    --border-color: #E8E8E8;
    --border-color-2: #D2A555;
    --border-radius: 20px;
    --border-radius-2: 70px;
    --font-primary: "Manrope", sans-serif;
    --font-secondary: "Inter", sans-serif;
  }
  
  a {
    text-decoration: none;
  }
  img{
    width: 100%;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    margin: 0;
  }
  

  body {
    background: var(--bg-body);
    margin: 0!important;
  }
  
  .container {
    width: 100%;
    max-width: 1614px;
    margin: 0 auto;
    padding: 0px 15px;
  }
  
  p:empty {
    display: none;
  }

  .col-padding {
    padding: 120px 0 0 0;
  }


  /* ===========
  header css here
  ========== */
  .header-main-wrapper {
    padding: 14px 0 15px 0;
}
.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.header-main-wrapper .main-navigation ul {
    display: flex;
    gap: 26px;
}

.header-inner-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.nav-main-wrapper {
    display: flex;
    gap: 40px;
    align-items: center;
}
.navbar-nav li a {
    font-size: 14px;
    color: var(--color-primary);
    text-transform: uppercase;
    line-height: 22px;
    font-weight: 400;
}

.main-navigation li.current-menu-item a {
    font-weight: 600;
}
.header-contact {
    display: flex;
    align-items: center;
    gap: 39px;
}

.header-contact a.phone {
    display: flex;
    align-items: center;
    gap: 10px;
}
.icon-num {
    border: 2px solid var(--border-color-2);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-contact a.phone {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: var(--color-primary);
    line-height: 22px;
    font-weight: 600;
}
.header-contact a.btn-wrap, .footer-col-inner a.btn-wrap, .team-content a.btn-wrap {
    background: var(--button-color);
}


/* Basic Reset */
.nav-main-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Toggle button */
.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
}

.nav-toggle .hamburger {
  width: 25px;
  height: 3px;
  background: #fff;
  display: block;
  position: relative;
}

.nav-toggle .hamburger::before,
.nav-toggle .hamburger::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 3px;
  background: #fff;
  transition: 0.3s ease;
}

.nav-toggle .hamburger::before {
  top: -8px;
}

.nav-toggle .hamburger::after {
  top: 8px;
}
  /* ===========
  banner css start
  =========*/
.banner-main-sec {
    width: 70%;
    position: relative;
    z-index: 1;
}
.banner-sec {
    position: relative;
    padding: 213px 0px;
    z-index: 0;
    width: 100%;
    height: auto;
    border-bottom-left-radius: 120px;
    border-bottom-right-radius: 120px;
    overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(237, 221, 133, 0) 22.81%, #EDDD85 100%);
    pointer-events: none;
    max-width: 100%;
}

.banner-inner-haed h2 {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--color-third);
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-transform: uppercase;
}
  .banner-inner-haed h2 img {
    width: auto;
}
.banner-inner-haed h2 {
    display: flex;
    align-items: center;
    gap: 8px;
}
.banner-inner-haed h1 {
    font-size: 78px;
    color: var(--color-black);
    line-height: 107px;
    margin: 0;
    font-weight: 800;
    text-transform: capitalize;
}
.banner-inner-haed h2 {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #142350;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}

.banner-inner-haed h3 {
    font-size: 56px;
    line-height: 80px;
    font-weight: 500;
    color: var(--color-black);
    text-transform: capitalize;
}
.banner-inner-haed p {
    font-size: 16px;
    font-family: var(--font-secondary);
    line-height: 32px;
    font-weight: 400;
    color: var(--color-black);
    text-transform: inherit;
    width: 100%;
    max-width: 71%;
    margin: 30px 0 50px 0;
}
a.btn-wrap {
    width: 195px;
    display: flex;
    height: 56px;
    background: #111111;
    border-radius: var(--border-radius-2);
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 25px;
    color: var(--color-white);
    font-weight: 600;
    transition: all 0.5s ease-in;
}
a.btn-wrap:hover {
    background: var(--color-white);
    color: var(--color-black);
}

/* =========
about us start
=========== */
.about-main-wrapper {
    display: flex;
    align-items: center;
    gap: 158px;
}
.about-main-wrapper .about-left-main {
    width: 40%;
}

.about-main-wrapper .about-right-main {
    width: 60%;
    max-width: 780px;
}
.left-img-sec img {
    height: auto;
    width: auto;
    object-fit: contain;
    border-radius: 10px;
}
.left-img-sec {
    position: relative;
    text-align: end;
}
.image-bg-back {
    width: 365px;
    height: 291px;
    background: #020202;
    border-radius: 10px;
    position: absolute;
    top: auto;
    left: 10px;
    bottom: -11px;
    padding: 13px;
}
.image-bg-back img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 266px;
    width: 100%;
    max-width: 341px;
    margin: 0 auto;
    object-position: 100% 14%;
    object-fit: cover;
}
.left-img-sec::before {
    content: "";
    position: absolute;
    top: 95px;
    left: 0px;
    background: url(https://dficonsulting.co.uk/wp-content/uploads/2025/05/dots-shape.png) center center / cover no-repeat scroll transparent;
    width: 176px;
    height: 233px;
    z-index: 555555;
    mix-blend-mode: luminosity;
}
.about-left-main p {
    margin-top: 40px;
    font-family: var(--font-secondary);
    font-size: 18px;
    color: var(--color-primary);
    line-height: 34px;
    font-weight: 400;
}
.about-main-wrapper .about-right-main {
    width: 60%;
    max-width: 780px;
    border-radius: var(--border-radius-2);
    padding: 50px;
    background: linear-gradient(270deg, rgba(237, 221, 133, 0) 22.81%, #EDDD85 100%), #fff;
}
.right-icon-main {
    display: flex;
    align-items: center;
    gap: 8px;
}
.right-icon-main h4 {
    text-transform: uppercase;
    color: #111111;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}
.right-icon-main span {
    line-height: 9px;
}
h3.typo-heading {
    font-size: 52px;
    font-weight: 700;
    line-height: 66px;
    color: #111111;
    margin-bottom: 29px;
    margin-top: 12px;
    text-transform: capitalize;
}
.right-main-para p {
    font-size: 18px;
    line-height: 32px;
    color: var(--bg-body);
    font-family: var(--font-secondary);
    font-weight: 400;
}
.right-main-para p {
    margin-bottom: 32px;
}
.right-main-para p:last-child {
    margin: 0;
}
.service-offer-main .right-main-para p {
    padding-right: 27px;
}

/* ===========
offer service start
==========*/
.service-offer-main {
    background: linear-gradient(270deg, rgba(237, 221, 133, 0) 22.81%, #EDDD85 100%), #fff;
    padding: 70px 134px 100px 134px;
    border-radius: var(--border-radius-2);
    display: flex;
    align-items: center;
    gap: 80px;
}
.service-offer-sec {
    position: relative;
}
.service-offer-sec::before {
    content: "";
    position: absolute;
    top: -51%;
    left: 0;
    background-image: url(https://dficonsulting.co.uk/wp-content/uploads/2025/05/image-28327.png);
    width: 100%;
    height: 100%;
    background-position: right;
    background-repeat: no-repeat;
    background-size: 12%;
    z-index: -1;
}
.service-offer-main .service-offer-right {
    width: 52%;
}
.service-offer-main .service-offer-left {
    width: 48%;
}
.service-offer-right .image-bg-offer img {
    border-radius: var(--border-radius);
    aspect-ratio: 1/1;
    width: 648px;
    object-fit: contain;
    border-radius: 20px;
}

/* ===========
our team start
==========*/
.team-section {
position: relative;
}
.team-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.team-section::before {
    content: "";
    position: absolute;
    top: auto;
    left: auto;
    background-image: url(https://dficonsulting.co.uk/wp-content/uploads/2025/05/shape.png);
    width: 100%;
    height: 100%;
    background-position: left;
    background-repeat: no-repeat;
    background-size: 12%;
    z-index: -1;
    bottom: -36%;
    right: 0;
}


.team-section .right-icon-main h4, .team-section h3.typo-heading, .history-main-sec .history-right-sec .right-icon-main h4, .history-main-sec .history-right-sec h3.typo-heading, .history-main-sec .right-main-para p, .testimonial-sec .right-icon-main h4, .testimonial-sec h3.typo-heading {
    color: var(--color-primary);
}
.left-panel {
  flex: 1 1 30%;
  min-width: 280px;
}

.core-label {
  font-size: 12px;
  letter-spacing: 1px;
  color: #f5e58a;
  margin-bottom: 10px;
}

.team-content .left-panel p {
    font-size: 18px;
    line-height: 34px;
    font-weight: 400;
    margin-bottom: 50px;
    color: var(--color-primary);
    font-family: var(--font-secondary);
}

.team-content .right-panel {
    flex: 1 1 65%;
    position: sticky;
    top: 0;
    overflow: auto;
    height: 100%;
}

.team-content .card-grid {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}
.team-content .value-card {
    background: linear-gradient(270deg, rgba(237, 221, 133, 0) 22.81%, #EDDD85 100%), #fff;
    color: #000;
    padding: 50px 34px;
    border-radius: 40px;
    width: 48%;
    height: auto;
}
.team-content .value-card h4 {
    color: #111111;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 14px;
}

.team-content .value-card p {
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    color: var(--bg-body);
    font-family: var(--font-secondary);
    margin: 0;
}
/* ===========
history sec start
==========*/
.history-main-sec {
    display: flex;
    width: 100%;
    align-items: center;
}
.history-main-sec .history-right-sec {
    width: 49%;
}
.history-main-sec .history-left-sec {
    width: 51%;
    position: relative;
}
.history-img-sec img {
    width: 646px;
    object-fit: contain;
    border-radius: 10px;
}
.history-main-sec .history-left-sec h4 {
    position: absolute;
    top: auto;
    bottom: 50px;
    left: 120px;
    right: auto;
    font-size: 38px;
    line-height: 52px;
    font-weight: bold;
    color: var(--color-white);
    text-transform: uppercase;
}
/* ===========
contact us start
==========*/

.contact-main-sec {
    background: linear-gradient(90deg, rgba(237, 221, 133, 0) 22.81%, #EDDD85 100%), #fff;
    padding: 100px 134px;
    border-radius: var(--border-radius-2);
    display: flex;
    gap: 80px;
}
.contact-main-sec .contact-left-sec {
    width: 37%;
}
.contact-main-sec .contact-right-sec {
    width: 63%;
}
.contact-icon-main {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 17px;
}
.contact-icon-sec span {
    display: flex;
    align-items: center;
    background: var(--bg-body);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    justify-content: center;
}
.contact-icon-sec {
    display: flex;
    align-items: self-start;
    gap: 12px;
}
.contact-content-icon h4 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #111111;
    text-transform: capitalize;
    margin-bottom: 4px;
}
.contact-content-icon a {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    color: #000000;
}
.contact-form-main {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}
.contact-form-inner input.control-form,  textarea.control-form {
    border: 1px solid #E8E8E8;
    border-radius: 40px;
    background: #fff;
    padding: 19px 30px;
    width: 100%;
    
}
/* .contact-form-inner input.control-form, textarea.control-form{
    text-transform: capitalize;
} */
.contact-form-inner input.control-form::placeholder, textarea.control-form::placeholder {
    font-family: var(--font-secondary);
     font-size: 18px;
    color: #020202;
    line-height: 22px;
    font-weight: 400;
}
textarea.control-form {
    border-radius: 20px;
    margin-top: 20px;
    min-height: 156px;
    height: 156px;
}
 .contact-form input.btn-wrap {
    background: #020202;
    border-radius: 70px;
    width: 100%;
    max-width: 29.6%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Manrope';
    padding: 17px 10px 18px 10px;
    margin-top: 50px;
    cursor: pointer;
    border: unset;
}
.contact-form-inner, .contact-form-inner p {
    display: flex;
    gap: 12px;
}
/* ===========
testimonial  start
==========*/
.testimonial-sec .right-icon-main {justify-content: center;}
.testimonial-sec {
    background: #000;
    padding: 120px 0 120px 0;
    color: #fff;
    text-align: center;
}

.testimonial-title {
  color: #EDDD85;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 700;
}

.testimonial-carousel .testimonial-card {
  background: linear-gradient(to right, #eddd8599, #ffffff);
  border-radius: 20px;
  padding: 30px;
  text-align: left;
  color: #000;
  min-height: 260px;
  position: relative;
  margin: 15px;
}

.testimonial-card .quote {
  font-style: italic;
  font-size: 15px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
}

.testimonial-card .quote::before {
  content: "“";
  font-size: 32px;
  color: #1b1b1b;
  position: absolute;
  left: 0;
  top: -10px;
}

.client-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.client-img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}
.owl-carousel {
  display: block !important;
  visibility: visible !important;
}
.item-bg-main {
    background: linear-gradient(270deg, rgba(237, 221, 133, 0) 22.81%, #EDDD85 100%), #fff;
    color: #000;
    padding: 40px 40px 30px 40px;
    border-radius: 50px;
    text-align: left;
}
.item-bg-main p, .item-content-wrap p {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #666666;
    margin: 18px 0 38px 0;
    text-align: left;
}
.item-bg-main > p {
    min-height: 128px;
}

.item-img-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
}
.item-img-wrap img {
    aspect-ratio: 1/1;
    width: 63px!important;
    height: 63px;
    border-radius: 50%;
}
.item-content-wrap h4 {
    margin: 0;
    font-size: 18px;
    line-height: 25px;
    color: #111111;
    font-weight: 500;
}
.carousel-wrap {
    margin-top: 32px;
}
.item-content-wrap p {margin: 3px 0 0 0; line-height: 19px;}
/* ===========
footer start
==========*/
.footer-wrapper-sec {
    padding: 100px 0 25px 0;
}
.footer-wrapper-sec {
    padding: 100px 0 39px 0;
    background: #1A1A1A;
}
.footer-menus .footer-heading, p.footer-heading {
    font-size: 20px;
    color: var(--color-white);
    line-height: 27px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 24px;
}

.footer-col-inner a.footer-link {
    color: var(--color-white);
    font-size: 16px;
    line-height: 19px;
    font-family: var(--font-secondary);
    display: flex;
    flex-direction: column;
}
.foot-inner-call {
    display: flex;
    gap: 143px;
    align-items: flex-start;
}
.footer-logo p {
    color:var(--color-white);
    line-height: 26px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 30px;
}
.footer-nav {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
a.footer-link.mt-25 {
    margin-top: 18px;
}
.footer-nav {
    margin: 0;
}
.footer-nav li {
    list-style: none;
}
.footer-nav li a, p.footer-copyright {
    color: var(--color-white);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    font-family: var(--font-secondary);
}
.footer-col-inner {
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
    border-bottom: 1px solid rgb(84 99 107 / 40%);
}
p.footer-copyright {
    padding-top: 32px;
    text-align: center;
}
.contact-icon-sec span .icon {
    margin-top: 6px;
}
.mobile-hide {display: none;}
/*=======
 error meassage start here
===== */
span.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    margin-left: 12px;
    margin-top: 5px;
}

/*==============
media screen start
=============  */
/* Mobile styles */
@media (max-width: 1600px) {
.item-bg-main > p {
    min-height: 170px;
}
}
@media (max-width: 1500px) {
    .container {
        max-width: 100%;
    }
.about-main-wrapper .about-right-main {
    padding: 25px;
    border-radius: 40px;
}
.service-offer-main {
    padding: 50px;
    gap: 40px;
}
.history-main-sec, .service-offer-main {
   align-items: flex-start;
}
.right-main-para p {
    font-size: 16px;
}
h3.typo-heading {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
    margin-top: 12px;
}
.about-main-wrapper, .history-main-sec {
    gap: 30px;
    justify-content: space-between;
    align-items: flex-start;
}
.item-bg-main {
    padding: 25px;
}
.left-img-sec::before {
    top: 50px;
}
.image-bg-back {
    bottom: -9px;
}
.item-bg-main > p {
    min-height: 190px;
}
.history-main-sec .history-left-sec h4 {
    left: -37px;
    text-transform: uppercase;
    display: flex;
    width: 100%;
    justify-content: center;
}
.image-bg-back {
    bottom: -9px;
    left: -20px;
}
}
@media (max-width: 1440px) {
    .history-main-sec .history-left-sec {
    width: 45%;
}
.history-main-sec .history-left-sec h4 {
    font-size: 28px;
    line-height: 40px;
    left: 0;
}
}

@media (max-width: 1200px) {
    .banner-inner-haed h1 {
    font-size: 50px;
    line-height: 60px;
}
.banner-inner-haed h3 {
    font-size: 40px;
    line-height: 55px;
    font-weight: 500;
}
.image-bg-back {
    bottom: -19px;
    left: -20px;
}
       .contact-main-sec {
    padding: 50px;
    gap: 40px;
}
    .col-padding {
    padding: 80px 0 0 0;
}
    .header-contact {
    gap: 20px;
}
.logo a.custom-logo-link img.custom-logo {
    width: 180px;
}
.banner-sec {
    padding: 80px 0px;
    border-bottom-left-radius: 70px;
    border-bottom-right-radius: 70px;
}
.banner-main-sec {
    width: 100%;
}
.nav-main-wrapper {
    gap: 20px;
}

.image-bg-back img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.image-bg-back {
    border-radius: 10px;
    padding: 10px;
}
.contact-main-sec .contact-left-sec, .contact-main-sec .contact-right-sec {
    width: 50%;
}
.team-content .value-card {
    padding: 30px 20px;
}
.testimonial-sec {padding-bottom: 80px;}
.image-bg-back {
    width: 300px;
    height: 250px;
}
.left-img-sec::before {
    width: 150px;
    height: 200px;
}
.item-bg-main > p {
    min-height: 240px;
}
.history-img-sec img {
    width: 100%;
}
.foot-inner-call {
    gap: 80px;
}
}

@media (max-width: 991px) {
    .image-bg-back {
    bottom: -21px;
    left: 40px;
}
.about-left-main p {
    margin-top: 70px;
}
    .banner-main-sec {
    text-align: center;
}
.banner-inner-haed h2 {
    justify-content: center;
}
.btn-wrapper {
    justify-content: center;
    display: flex;
}
.banner-inner-haed p {
    text-align: center;
    margin: 10px auto 20px auto;
}
  
    .service-offer-right .image-bg-offer img {
    width: 100%;
}
.service-offer-main .right-main-para p {
    padding-right: 0;
}
  .nav-toggle {
    display: block;
  }

  .main-navigation {
    display: none;
    width: 100%;
  }

  .main-navigation.open {
    display: block;
  }

  .main-navigation ul {
    flex-direction: column;
    padding: 0;
  }

  .main-navigation ul li {
    margin: 10px 0;
    text-align: center;
  }
  .main-navigation.open {
    position: fixed;
    top: 0;
    left: 0;
    background: #120e08;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.main-navigation.open .mobile-hide {
    display: block;
}
.main-navigation.open .mobile-hide {
    display: block;
    position: fixed;
    top: 10px;
    right: 20px;
    font-size: 25px;
}
.main-navigation.open .mobile-hide i.fa-solid.fa-xmark {
    color: #fff;
}
.main-navigation.open .navbar-nav {
    margin-top: 45px;
    gap: 10px;
}
.banner-inner-haed h1 {
    font-size: 50px;
    line-height: 60px;
}
.banner-inner-haed h3 {
    font-size: 40px;
    line-height: 55px;
    font-weight: 500;
}
.about-main-wrapper, .history-main-sec, .service-offer-main, .contact-main-sec {
    flex-direction: column;
}
.about-main-wrapper .about-right-main, .about-main-wrapper .about-left-main, .left-img-sec img, .history-main-sec .history-right-sec, .history-main-sec .history-left-sec, .contact-main-sec .contact-left-sec, .contact-main-sec .contact-right-sec, .service-offer-main .service-offer-left, .service-offer-main .service-offer-right {
    width: 100%;
    max-width: 100%;
    text-align: center;
}
.left-img-sec::before {
    top: 80px;
    left: 58px;
}
.right-icon-main {
    justify-content: center;
}
.contact-icon-main {
    max-width: 60%;
    margin: 0 auto;
}
.contact-content-icon {
    text-align: left;
}
.history-main-sec .history-left-sec h4 {
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-wrapper-sec {
    padding: 80px 0 39px 0;
}
.foot-inner-call {
    gap: 20px;
}
.item-bg-main > p {
    min-height: unset;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 10px 0 10px;
}
.testimonial-sec .owl-nav {
    display: none;
}
h3.typo-heading, .team-content .left-panel p {
    text-align: center;
}
.team-content a.btn-wrap {
    width: auto;
    max-width: 195px;
    margin: 0 auto;
}
.team-content .left-panel p {
    margin-bottom: 25px;
}
.footer-col-inner, .foot-inner-call {
    flex-wrap: wrap;
}
.left-img-sec > img {
    height: 700px;
}
.footer-col-inner, .foot-inner-call {
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-col-inner .foot-inner-call {
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.footer-col-inner 
 a.footer-button.btn-wrap {
    width: 18%;
}
.footer-menus .footer-heading, p.footer-heading {
    font-size: 16px;
}
.footer-col-inner .foot-inner-call .footer-logo {
    width: 100%;
}
.footer-col-inner .foot-inner-call .footer-menus {
    width: 48%;
}
.footer-col-inner .foot-inner-call  .footer-contact {
    width: 48%;
}
.footer-col-inner 
 a.footer-button.btn-wrap {
    width: 25%;
}
}
@media (max-width: 767px) {
    .header-contact {
    display: none;
}
.banner-inner-haed h2 {
    justify-content: center;
    font-size: 16px;
    line-height: 21px;
}
.team-content .card-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 20px;
}
.banner-inner-haed p {
    margin: 2px 0 10px 0;
    font-size: 14px;
    line-height: 24px;
    max-width: 100%;
}
.banner-inner-haed {
    text-align: center;
}
.banner-sec {
    padding: 50px 0px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.banner-inner-haed h1 {
    font-size: 28px;
    line-height: 40px;
}
.banner-inner-haed h3 {
    font-size: 20px;
    line-height: 35px;
}
.banner-inner-haed a.btn-wrap {
    max-width: 100%;
    margin: 0 auto;
}
 .team-content .left-panel p {
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0 10px;
}
h3.typo-heading {
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0 10px 0;
}
h3.typo-heading {
    font-size: 22px;
    line-height: 28px;
    margin: 10px 0 10px 0;
}
.about-main-wrapper .about-right-main, .service-offer-main, .contact-main-sec {
    padding: 25px 15px;
    border-radius: 40px;
    gap: 20px;
}
.col-padding {
    padding: 50px 0 0 0;
}
.about-left-main p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 70px;
}
.service-offer-main .right-main-para p {
    padding-right: 0px;
}
.team-content .value-card {
    padding: 20px 10px;
    text-align: center;
}
.team-content .value-card p {
    font-size: 14px;
    line-height: 24px;
}
.team-content .value-card h4 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
}
.history-main-sec .history-left-sec h4 {
    left: 0;
    font-size: 16px;
    line-height: 24px;
    bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.item-bg-main > p {
    font-size: 14px;
    line-height: 24px;
}
.contact-icon-main {
    max-width: 100%;
    margin: 0 auto;
}
.contact-icon-sec span {
    width: 40px;
    height: 40px;
}
.contact-content-icon a {
    font-size: 14px;
    line-height: 24px;
}
.contact-content-icon h4 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
}
.contact-form-inner, .contact-form-inner p {
    gap: 0;
    flex-direction: column;
}
.contact-form input.btn-wrap {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 17px 10px 18px 10px;
    margin-top: 30px;
}
.testimonial-sec {
    padding-bottom: 50px;
}
.footer-wrapper-sec {
    padding: 50px 0 39px 0;
}
.footer-menus .footer-heading, p.footer-heading {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
}
.footer-logo p {
    line-height: 24px;
    font-size: 14px;
    margin-top: 15px;
}
.footer-col-inner a.btn-wrap {
    margin-top: 25px;
}
.right-icon-main span svg {
    width: 15px;
}
.right-icon-main h4 {
    font-size: 16px;
    line-height: 21px;
}
.contact-form input.btn-wrap {
    max-width: 170px;
}
.left-img-sec > img {
    height: auto;
    object-fit: cover;
}
.about-left-main p {
    margin-top: 70px;
}
.left-img-sec::before {
    left: -14px;
}
.image-bg-back {
    left: -16px;
}
.footer-col-inner .foot-inner-call {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}
/* 	11/06/2025 */
.service-offer-main .service-offer-left {
    order: 1;
}

.service-offer-main .service-offer-right {
    order: 0;
}
	
}

@media (max-width: 575px) {
.left-img-sec::before {
    left: -20px;
}
.image-bg-back {
    left: -10px;
}
.image-bg-back {
    left: -9px;
     width: 180px; 
    height: auto;
    bottom: -9px;
}
.left-img-sec::before {
    left: -61px;
    width: 150px;
    height: 100px;
    top: 39px;
}
.footer-col-inner 
 a.footer-button.btn-wrap {
    width: 100%;
    max-width: 190px;
}
.footer-col-inner .foot-inner-call  .footer-contact, .footer-col-inner .foot-inner-call .footer-menus {
    width: 45%;
}
.footer-col-inner a.footer-link {
    font-size: 14px;
    word-break: break-all;
}
.team-content .value-card {
    width: 100%;
}
}