* {
  cursor: default;
}
a {

    cursor: pointer !important;
}
path {
    cursor: pointer !important;
}
.logo img {
    cursor: pointer;
}
.new-hero-section {
    background-image: url(../images/banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 1000px;
    display: flex;
}

.new-hero-container {
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
    justify-content: center;
    width: 1440px;
    margin-top: 100px !important;
    margin: 0 auto;
    gap: 20px;
}


.hero-left{
    display: flex;
    gap: 40px;
    width: 60%;
    flex-direction: column;
}
.hero-right{
    width: 40%;
}


.hero-left h2 {
    font-size: 24px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    margin: 0px;

}
.hero-left span {
    display: inline-block;
    /* font-size: 24px; */
    background-color: #d80002 !important;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    /* padding-left: 30px; */
    margin-left: 8px;
}
.hero-left h1 {
    font-size: 67px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0px;
}
.hero-left .new-btn{
    padding: 18px 25px;
    align-self: start;
    color: #fff;
    background-color: #d80002;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    border-radius: 10px;
    text-transform: capitalize;
}

.hero-left p {
    font-size: 1.125rem;
    color: #4b5563;
}



.hero-right img {
    width: 100%;
    height: 700px;
    object-fit: contain;
}

    .hero-social-icon {
      display: flex;
      gap: 15px;
    }

    .hero-social-icon a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 50px;
      height: 50px;
      border: 2px solid #fff;
      border-radius: 50%;
      background-color: transparent;
      color: #fff;
      text-decoration: none;
      font-size: 20px;
      transition: all 0.3s ease;
    }

    .hero-social-icon a:hover {
      color: white;
      background-color: #d80002;
    }

@media (max-width: 768px) {
    .hero {
        flex-direction: column-reverse;
        text-align: center;
    }
    .hero-left,
    .hero-right {
        padding: 10px;
    }
    .hero-left h1 {
        font-size: 2rem;
    }
    .hero-left {
    display: flex;
    gap: 40px;
    width: 100%;
    flex-direction: column;
}
.new-hero-container {
    display: flex
;
    flex-wrap: wrap;
    /* align-items: center; */
    /* justify-content: center; */
  
    margin-top: 200px !important;
    margin: 0 auto;
    gap: 20px;
}
.header__wrapper {
    display: flex;
    justify-content: space-between;
    /* padding: 0; */
    width: 400px;
}
.brand-logo__anchor {
        width: 100%;
        height: auto;
        padding: 0px;
        background: none !important;
    }
       .nav-button {
        position: relative;
        width: 60px;
        height: 60px;
        padding: 0;
        background: 0 0;
        transition: all 250ms ease-out;
        z-index: 99;
        background: transparent;
        cursor: pointer;
        border-radius: 4px;
    }

.navigation-wrapper {
    width: 100%;
    display: flex
;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
}
.header {
    position: fixed;
    top: 5%;
    left: 0;
    width: 100%;
    display: flex
;
    z-index: 9;
    background: transparent;
    justify-content: center;
    align-items: center;
}
.nav-button::after, .nav-button::before {
    content: "";
    width: 2em;
    height: 3px;
    position: absolute;
    background: #ffff;
    transition: all 250ms ease-out;
    will-change: transform;
    left: 50%;
}
.hero-right img {
    width: 100%;
height: auto;
    
}
.why-left .new-btn {
        align-self: center !important;
}
.left-div .new-btn {
   align-self: center !important; 
}
.main-accordion {
 
    height: 900px !important;
    padding: 20px 20px;


}
.accordion-content .title {
    font-size: 17PX !important;
    font-weight: 500;
    color: #000;
}
    .services .line-heading .outline-text {
        -webkit-text-fill-color: #000000;
    }

  
    .services-thumb-slider-wrapper {
               padding-top: 150px;
    }
}


.flotaing-icons .img-wrapper {

    background: #d80002 !important;
  
}
.nav-button::after, .nav-button::before {
    display: none;
}
.header.sticky {
    background-color: #ffffffb3;
    transition: .4s;
    display: none;
}
.about-us-section {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 650px;
    background-image: url('../images/hero/about-us-banner.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 2rem 1rem;
}

.about-us-container {
    max-width: 1440px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    margin: 0 auto;
}

.left-div {
    flex: 1 1 500px;
    
}

.left-div{
    display: flex;
    gap: 40px;
    flex-direction: column;
}
.left-div h1 {
    font-size: 60px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    margin-bottom: 0;
    color: #fc0310;
}

.left-div p {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 0;
    max-width: 600px;
    font-family: "Poppins", sans-serif;
    color: #033498;
}
.left-div .new-btn{
 
    padding: 15px 35px;
    align-self: start;
    color: #fff;
    background-color: #d80002;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    border-radius: 10px;
    text-transform: uppercase;

}

.right-div {
    flex: 1 1 400px;
    text-align: center;
}

.right-div img {
    max-width: 100%;
    height: auto;
}


/* Responsive Design */
@media (max-width: 1024px) {
    .about-us-container {
        flex-direction: column;
        text-align: center;
    }

    .left-div, .right-div {
        flex: 1 1 100%;
    }

}
@media (max-width: 768px) {
    .about-us-section {
        padding: 2rem 1rem;
        height: auto;
    }

    .about-us-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
        gap: 2rem;
    }

    .left-div, .right-div {
        width: 100%;
    }

    .left-div h1 {
        font-size: 1.8rem;
    }

    .left-div p {
        font-size: 1rem;
        line-height: 1.6;
        padding: 0 1rem;
    }

    .new-btn {
        padding: 0.75rem 1.25rem;
        font-size: 1rem;
    }

    .right-div img {
        max-width: 100%;
        height: auto;
    }
}

/* why css */
.why-choose-us-section {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 650px;
    background-image: url('../images/why-banner.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 2rem 1rem;
}

.why-choose-us-container {
    max-width: 1440px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    margin: 0 auto;
}

.why-left {
    flex: 1 1 500px;
}
.why-left{
    display: flex;
    gap: 40px;
    flex-direction: column;
}
.why-left h1 {
    font-size: 60px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    margin-bottom: 0;
    color: #ffff;
}

.why-left p {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 0;
    max-width: 700px;
    font-family: "Poppins", sans-serif;
    color: #ffff;
}

.why-left .new-btn {
    padding: 15px 35px;
    align-self: start;
    color: #fff;
    background-color: #d80002;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    border-radius: 10px;
    text-transform: uppercase;
}

.why-right {
    flex: 1 1 400px;
    text-align: center;
}

.why-right img {
    max-width: 100%;
    height: auto;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .why-choose-us-container {
        flex-direction: column;
        text-align: center;
    }

    .why-left, .why-right {
        flex: 1 1 100%;
    }
}

@media (max-width: 768px) {
    .why-choose-us-section {
        padding: 2rem 1rem;
        height: auto;
    }

    .why-choose-us-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
        gap: 2rem;
    }

    .why-left, .why-right {
        width: 100%;
    }

    .why-left h1 {
        font-size: 1.8rem;
    }

    .why-left p {
        font-size: 1rem;
        line-height: 1.6;
        padding: 0 1rem;
    }

    .new-btn {
        padding: 0.75rem 1.25rem;
        font-size: 1rem;
    }

    .why-right img {
        max-width: 100%;
        height: auto;
    }
}

/* end */



.footer {
  background: url('../images/banner.jpg') no-repeat center center/cover;
  padding: 40px 40px;
  color: #fff;
  font-family: 'Segoe UI', sans-serif;
  height: 500px;
  display: flex;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  flex-direction: column;
  align-items: center;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  max-width: 1440px;
  margin: auto;
  align-content: center;
}

.footer-section {
  flex: 1 1 220px;
  min-width: 200px;
}

.logo img {
    width: 100%;
    height: auto;
     margin-bottom: 40px;
}

.footer-section h4 {
  color: #fff;
  margin-bottom: 10px;
  margin-top: 20px;
  font-size: 32px;
  font-weight: 600;
}

.footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section ul li {
  margin: 6px 0;
}

.footer-section ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  transition: color 0.3s;
  line-height: 1.8em;
}

.footer-section ul li a:hover {
  color: #fff;
}

.social-icons a {
  color: #fff;
  margin-right: 10px;
  font-size: 24px;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #d80002;
}

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
  }

  .footer-section {
    width: 100%;
  }
  .footer {
    height: auto !important;
  }
}
.accordion{
    background-image: url(../images/home/services/bg-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

  .main-accordion {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
      max-width: 1580PX;
      height: 600px;
      margin: 0 auto;
    }

    .h1-accordion {
      text-align: center;
      margin-bottom: 40px;
      font-size: 2.5rem;
      font-weight: bold;
      color: #000;
    }

    .container-accordion {
      display: flex;
      gap: 30px;
      flex-wrap: wrap;
    }

    .accordion {
      flex: 1;
      min-width: 500px;
      /* border-radius: 8px; */
    }

    .accordion-content {
      border-bottom: 1px solid #000000;
    }

    .accordion-content:last-child {
      border-bottom: none;
    }

    .accordion-content header {
      padding: 15px 20px;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      transition: background 0.3s ease;
    }

    .accordion-content .title {
      font-size: 22PX;
      font-weight: 500;
      color: #000;
    }

    .accordion-content i {
      color: #000;
      font-size: 1.2rem;
      transition: transform 0.3s ease;
    }

    .accordion-content.open i {
      transform: rotate(180deg);
    }

    .accordion-content .description {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      font-size: 0.95rem;
      line-height: 1.6;
      transition: max-height 0.3s ease, padding 0.3s ease;
    }

    .accordion-content.open .description {
      max-height: 300px;
      padding: 10px 20px 20px;
    }

.portfolio-section{
    background-image: url(../images/banner-pro-img.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    width: 100%;
  
    padding-top: 50px;
    padding-bottom: 50px;
  
    justify-content: center;
    align-items: center;
}


    .portfolio {
      display: flex;
      width: 100%;
      margin: 0 auto;
      padding: 20px 20px;
      gap: 40px;
      flex-direction: column;
        max-width: 1580px;
          margin: 0 auto;
    }

    .text-center {
      text-align: center;
      margin-bottom: 40px;
    }

    .buttons {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 30px;
    }

    .buttons button {
      background: transparent;
      border: none;
      font-weight: 600;
      padding: 15px 35px;
      border-bottom: 1px solid #ffffff;
      font-size: 18px;
      text-transform: uppercase;
      /* border-radius: 30px; */
      cursor: pointer;
      color: #ffffff;
      /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); */
      transition: all 0.3s ease;
    }

    .buttons button.active,
    .buttons button:hover {
      /* background-color: #0eb3ed; */
      background-color: transparent;
      color: #ffffff;
      transform: scale(1.05);
    }

    .portfolio-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 50px;
    }

    .item-portfolio {
      background: transparent;
      /* border-radius: 16px; */
      overflow: hidden;
      /* box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1); */
      transition: transform 0.3s ease;
      display: flex;
      flex-direction: column;
    }

    .item-portfolio.hide {
      display: none;
    }

    .box {
      position: relative;
      overflow: hidden;
    }

    .box img {
      width: 100%;
      height: 350px;
      border-radius: 10px;
      object-fit: cover;
      transition: transform 0.4s ease;
    }

    .box:hover img {
      transform: scale(1.07);
    }

    .overlay {
      position: absolute;
      inset: 0;
      /* background: rgba(0, 0, 0, 0.55); */
      color: #fff;
      display: flex;
      align-items: center;
      border: 0px;
      justify-content: center;
      opacity: 0;
      transition: opacity 0.3s ease;
      flex-direction: column;
    }

    .box:hover .overlay {
      opacity: 1;
    }

    .overlay i {
      font-size: 50px;
      /* margin-bottom: 8px; */
      transform: rotate(330deg);
      font-weight: 300;
      /* background-color: #d80002; */
      /* border-radius: 100%; */
      /* padding: 20px; */
      cursor: pointer;
    }

    .overlay span {
      font-size: 16px;
      font-weight: 600;
    }

    a.overlay-link {
      text-decoration: none;
      color: #fff;
    }

    a.overlay-link:hover {
      text-decoration: underline;
    }

    .content {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 20px;
      background: transparent !important;
      background-color: transparent !important;
      /* border-top: 1px solid #eee; */
      border-bottom: 1px solid #ffffff;
    }

    .brand {
      font-weight: bold;
      font-size: 1.4em;
      color: #ffffff;
    }

    .tags {
      display: flex;
      gap: 8px;
      flex-wrap: wrap;
    }

    .tag {
      background-color: #ffffff26;
      color: #ffffff;
      padding: 12px 20px;
      border-radius: 5px;
      font-size: 14px;
      font-weight: 600;
    }

    /* Arrow icon */
    @font-face {
      font-family: 'FontAwesome';
      src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/webfonts/fa-solid-900.woff2') format('woff2');
      font-weight: 900;
      font-style: normal;
    }

    .fa-arrow-right::before {
      content: "\f061";
      font-family: 'FontAwesome';
    }

    /* Responsive */
    @media (max-width: 1024px) {
      .portfolio-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 768px) {
      .portfolio-grid {
        grid-template-columns: 1fr;
      }

      .content {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
      }
    }


.accordion-content .description {
    color: #03349d;
        font-size: 1.1rem
17.6px
;
}
.services-thumb-slider-wrapper .services-thumb-slider .swiper-slide .service-thumb__head h2 a {
    color: #03349d;
    padding-left: 15px;
}
.new-btn{
    padding: 15px 25px;
    align-self: start;
    color: #fff;
    background-color: #d80002;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    border-radius: 10px;
    text-transform: capitalize;
    align-self: center;

}
.div-flex{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 20px;
}


@media (max-width: 1366px) and (min-width: 768px) {
    
    .tag {
    background-color: #ffffff26;
    color: #ffffff;
    padding: 12px 15px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
}

   .new-hero-container {
    
    width: 1140px;
   
}
.about-us-container {
    max-width: 1140px;
    
}

.why-choose-us-container {
    max-width: 1140px;
}
.footer-container {
  max-width: 1140px;
}
 .main-accordion {
 
      max-width: 1200PX;
      
    }
    
    .portfolio {
     
        max-width: 1200px;
       
    }
    .header__wrapper{
        width: 1140px;
    }
}

.mobile-only__get-quote {
    background: #d80002 !important;

}
.mobile-only__social-wrapper {
background: #000000 !important;
}


@media (max-width: 768px) {
    .footer-section {
        width: 100%;
        margin-left: 40px !important;
    }
    .logo img {
    width: 70%;
    height: auto;
    margin-bottom: 40px;
}
.div-flex {
    display: flex;
    justify-content: flex-start;
}
.div-flex img{
     width: 30% !important;
}
.copyright {

    padding-top: 30px;
}
}