@font-face {
  font-family: "Ambit";
  src: url("assets/font/Ambit-Black.woff") format("woff2"),
    url("assets/font/Ambit-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ambit";
  src: url("assets/font/Ambit-ExtraLight.woff2") format("woff2"),
    url("assets/font/Ambit-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ambit";
  src: url("assets/font/Ambit-Regular.woff2") format("woff2"),
    url("assets/font/Ambit-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ambit";
  src: url("assets/font/Ambit-Thin.woff2") format("woff2"),
    url("assets/font/Ambit-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ambit";
  src: url("assets/font/Ambit-Bold.woff2") format("woff2"),
    url("assets/font/Ambit-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ambit";
  src: url("assets/font/Ambit-Light.woff2") format("woff2"),
    url("assets/font/Ambit-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ambit";
  src: url("assets/font/Ambit-SemiBold.woff2") format("woff2"),
    url("assets/font/Ambit-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  overflow-x: clip;
}

:after,
:before {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

a,
aside,
body,
del,
div,
dl,
footer,
header,
li,
main,
ol,
p,
section,
span,
ul,
h2 {
  padding: 0;
  margin: 0;
  text-shadow: none;
  outline: 0;
  box-shadow: none;
  text-decoration: none;
  list-style: none;
}

p {
  margin-bottom: 20px;
}

p:last-child {
  margin-bottom: 0;
}

body {
  font-family: "Ambit";
  font-weight: normal;
  color: #000;
  background: rgba(248, 248, 248, 1);
  overflow-x: clip;
  line-height: 27px;
  font-size: 20px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

header {
  position: fixed;
  top: 0;
  background: transparent;
  width: 100%;
  z-index: 9;
}

header .menu-item a {
  font-weight: normal;
  color: #fff;
}

header .navbar img {
  max-width: 100px;
}

.btn a {
  background: rgba(237, 114, 8, 1);
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 10px 15px;
  border: 2px solid rgba(237, 114, 8, 1);
  text-decoration: none;
  font-weight: 500;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

header .btn a:hover {
  background: linear-gradient(to right, #f7941d, #ed1c24) !important;
  color: rgb(255, 255, 255) !important;
  border: 2px solid #ffffff !important;
}

.header-bg {
  transition: background-color 0.3s ease;
}

header .header-b.scrolled {
  max-width: 100%;
  backdrop-filter: blur(30px);
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
}

header .menu-item a:hover {
  background: linear-gradient(to right, #f7941d, #ed1c24);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

header .navbar-toggler {
  right: 5px;
  border: 2px solid #fff;
  color: #fff !important;
}

header .navbar-toggler .navbar-toggler-icon {
  color: #fff !important;
}

header .navbar-toggler:focus {
  box-shadow: none !important;
}

header ul li.current-menu-item {
  background: linear-gradient(to right, #f7941d, #ed1c24);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 2px solid transparent; /* The border-bottom is necessary for border-image to work properly */
  border-image: linear-gradient(to right, #f7941d, #ed1c24) 1;
}
header ul li:last-child {
  display: none;
}
.home-banner .hb-desc {
  padding: 300px 0 225px;
}

.home-banner h1 {
  font-family: "Ambit";
  font-weight: normal;
  font-size: 61px;
  line-height: 69px;
  color: #fff;
  margin-bottom: 20px;
}

.home-banner p {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 40px;
}

.home-banner a {
  background: rgba(237, 114, 8, 1);
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 10px 15px;
  border: 2px solid rgba(237, 114, 8, 1);
  text-decoration: none;
  font-weight: 500;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.home-banner a:hover {
  background: linear-gradient(to right, #f7941d, #ed1c24) !important;
  color: rgb(255, 255, 255) !important;
  border: 2px solid #ffffff !important;
}

.about-us .about-desc {
  padding-left: 40px;
}

.about-us .about-desc div {
  border: 0.5px solid rgba(76, 76, 76, 0.38);
  background-color: transparent;
  font-size: 17px;
  border-radius: 20px;
  color: #000;
  padding: 5px 35px;
}

.about-us .about-img img {
  width: 100%;
}

.about-us .about-desc p {
  font-weight: 300;
  font-size: 28px;
  line-height: 37px;
  padding-top: 30px;
}

.services h2 {
  font-weight: 400;
  font-size: 45px;
  line-height: 53px;
  text-align: center;
}

.services p {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}

.services .serv-active {
  position: absolute;
  bottom: 0;
  padding: 20px;
  width: 100%;
}

/* .services .services-desc img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
    transform: scale(1);
}

.services .services-desc:hover img {
    transform: scale(1.1);
} */

.services .services-desc {
  overflow: hidden;
  border-radius: 12px;
}

.services .services-desc img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
  transform: scale(1);
}

.services .services-desc:hover img {
  transform: scale(1.3);
  filter: brightness(50%);
}

.services .serv-active .btn-primary {
  border-radius: 50px;
  padding: 10px 25px;
  font-weight: 600;
  border: 2px solid transparent;
  backdrop-filter: blur(4px);
  background: rgba(255, 255, 255, 0.2);
}

.services .serv-active .btn-right {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.38);
  border-radius: 50px;
  padding: 10px 15px;
}

.services .all-serv .row {
  row-gap: 30px;
}

.services .services-desc span:hover {
  background: linear-gradient(to right, #f7941d, #ed1c24) !important;
  color: rgb(255, 255, 255) !important;
  border: 2px solid #ffffff !important;
}

.services .services-desc a:hover {
  background: linear-gradient(to right, #f7941d, #ed1c24) !important;
  color: rgb(255, 255, 255) !important;
  border: 2px solid #ffffff !important;
}

.choose-our h2 {
  color: #fff;
  font-weight: 400;
  font-size: 45px;
  line-height: 53px;
}

.choose-our .card-img img {
  width: 100%;
}

.choose-our p {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5rem;
}

.choose-our .choose-intro {
  padding-top: 150px;
}

.choose-our .cards {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(5px);
  padding: 30px;
  border-radius: 20px;
}

.choose-our .cards h3 {
  color: #fff;
  font-weight: 400;
  font-size: 28px;
  line-height: 53px;
}

.choose-our .cards .btn-primary {
  font-weight: 400;
  display: flex;
  width: fit-content;
  align-items: center;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 18px;
  border: 1px solid rgba(255, 255, 255, 1);
  background-color: transparent;
  position: relative;
  width: 70%;
  border: 2px solid white;
}

.choose-our .cards span {
  position: absolute;
  right: 10px;
}

.choose-our .choose-intro .btn:hover {
  background: linear-gradient(to right, #f7941d, #ed1c24) !important;
  color: rgb(255, 255, 255) !important;
  border: 2px solid #ffffff !important;
}

.accordion-button {
  border: none !important;
  background-color: transparent !important;
}

.accordion-item {
  border: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.32) !important;
  background-color: transparent !important;
  border-radius: 0px;
  padding: 20px 0px;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
}

.accordion-button::after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxMSAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuNjQ4ODUgMC4wMDY4NDk3N0w1Ljc1MDY1IDBDNi4xMzAzNSAwIDYuNDQ0MTUgMC4yODIxNSA2LjQ5Mzc1IDAuNjQ4MjNMNi41MDA2NSAwLjc1TDYuNDk5NzUgMTMuNDQ2TDkuNzE5MTUgMTAuMjI0OEM5Ljk4NTM1IDkuOTU4NSAxMC40MDIxIDkuOTM0MSAxMC42OTU4IDEwLjE1MThMMTAuNzc5OSAxMC4yMjQ0QzExLjA0NjMgMTAuNDkwNSAxMS4wNzA3IDEwLjkwNzIgMTAuODUyOSAxMS4yMDA5TDEwLjc4MDQgMTEuMjg1MUw2LjI4NDA1IDE1Ljc4NTFDNi4wMTc5NSAxNi4wNTE0IDUuNjAxMjUgMTYuMDc1OCA1LjMwNzU1IDE1Ljg1ODFMNS4yMjM0NSAxNS43ODU1TDAuNzE5NjQzIDExLjI4NTVDMC40MjY2MzMgMTAuOTkyNyAwLjQyNjQzMyAxMC41MTc5IDAuNzE5MjAzIDEwLjIyNDhDMC45ODUzNTMgOS45NTg1IDEuNDAyMDEgOS45MzQxIDEuNjk1NzEgMTAuMTUxOEwxLjc3OTg2IDEwLjIyNDRMNC45OTk3NSAxMy40NDJMNS4wMDA2NSAwLjc1QzUuMDAwNjUgMC4zNzAzIDUuMjgyNzUgMC4wNTY1MDk4IDUuNjQ4ODUgMC4wMDY4NDk3N1oiIGZpbGw9IiMyMTIxMjEiLz4KPC9zdmc+Cg==") !important;
  z-index: 6;
  border: 1px solid #000;
  padding: 25px;
  height: 30px;
  background-size: 15px;
  width: 30px;
  background-position: center center;
  border-radius: 30px;
  margin-left: 100px;
  margin-top: 0;
}

.accordion-button:not(.collapsed)::after {
  background-color: rgba(237, 114, 8, 1) !important;
  color: #fff !important;
  border: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxMSAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuODUwNjYgMTUuOTk4TDUuNzQ4ODYgMTYuMDA0OUM1LjM2OTE2IDE2LjAwNDkgNS4wNTUzNiAxNS43MjI3IDUuMDA1NzYgMTUuMzU2N0w0Ljk5ODg2IDE1LjI1NDlMNC45OTk3NiAyLjU1ODg4TDEuNzgwMzYgNS43ODAwOEMxLjUxNDE2IDYuMDQ2MzggMS4wOTc0NiA2LjA3MDc4IDAuODAzNzU5IDUuODUzMDhMMC43MTk2NTggNS43ODA0OEMwLjQ1MzI1OCA1LjUxNDM4IDAuNDI4ODU4IDUuMDk3NjggMC42NDY2NTggNC44MDM5OEwwLjcxOTE1OCA0LjcxOTc4TDUuMjE1NDYgMC4yMTk3ODJDNS40ODE1NiAtMC4wNDY1MTc4IDUuODk4MjYgLTAuMDcwOTE4NiA2LjE5MTk2IDAuMTQ2NzgyTDYuMjc2MDYgMC4yMTkzODRMMTAuNzc5OSA0LjcxOTM4QzExLjA3MjkgNS4wMTIxOCAxMS4wNzMxIDUuNDg2OTggMTAuNzgwMyA1Ljc4MDA4QzEwLjUxNDIgNi4wNDYzOCAxMC4wOTc1IDYuMDcwNzggOS44MDM4IDUuODUzMDhMOS43MTk2NSA1Ljc4MDQ4TDYuNDk5NzYgMi41NjI4OEw2LjQ5ODg2IDE1LjI1NDlDNi40OTg4NiAxNS42MzQ2IDYuMjE2NzYgMTUuOTQ4NCA1Ljg1MDY2IDE1Ljk5OFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=") !important;
  transform: none !important;
}

.accordion-button::after:hover {
  background-color: rgb(0, 0, 0) !important;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-item:last-of-type {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.accordion-items span {
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
  padding-right: 30px;
}

.accordion-items h3 {
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
}

.accordion-items p {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}

.accordion-items img {
  width: 100%;
}

.from-footer .form-desc {
  border-radius: 20px;
  padding: 60px 40px;
}

.from-footer .form-desc h2 {
  font-weight: normal;
  font-size: 45px;
  line-height: 53px;
  color: #fff;
}

.from-footer .form-desc p {
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  margin-top: 20px;
}

.from-footer .form-desc input {
  border: none;
  padding: 10px 70px 10px 15px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 1);
  background: rgba(255, 255, 255, 0.4);
  width: 320px;
}

.from-footer .form-desc button {
  border: none;
  display: flex;
  padding: 10px 20px;
  border-radius: 50px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 1);
  background-color: transparent;
  position: relative;
  width: 30%;
  left: 0;
  font-size: 18px;
  align-items: center;
  width: 160px;
}

.from-footer .form-desc button:hover {
  background: linear-gradient(to right, #f7941d, #ed1c24) !important;
  color: rgb(255, 255, 255) !important;
  border: 1px solid #ffffff !important;
}

.from-footer input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.6);
}

.from-footer input:focus {
  border: none !important;
  border: 1px solid #fff !important;
}

.from-footer button span {
  position: absolute;
  right: 10px;
}

.from-footer .col-lg-5 {
  padding: 0;
}

.from-footer .footer-img img {
  width: 100%;
}

.from-footer .link-policy a {
  background-color: transparent;
  color: #fff;
  border: none;
  padding: 0;
  text-decoration: underline;
}

.from-footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 363px;
  bottom: 0;
  background-color: rgba(23, 35, 30, 1);
  z-index: -1;
}

footer .footer-logo img {
  max-width: 150px;
}

footer .contect-desc p,
footer .contect-desc a {
  margin: 0;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
}

footer .links ul {
  column-count: 2;
  gap: 50px;
}

footer .links ul li a {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
}

footer .links ul li {
  padding: 10px 0px;
}
footer .f-bottom {
  padding-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .policy-link ul {
  display: flex;
  gap: 10px;
}
.copyright p {
  color: #fff;
}
footer .policy-link ul li a {
  text-decoration: underline;
  color: #fff;
}
.choose-intro .col-lg-6:nth-child(2) .cards {
  flex-direction: row-reverse;
}
.from-footer .email > p {
  display: flex;
  align-items: start;
  gap: 25px;
}
.wpcf7 form .wpcf7-response-output {
  margin-top: 20px;
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
}
.contect a{
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .ptb-100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home-banner .hb-desc {
    padding: 200px 0 125px;
  }

  .home-banner h1 {
    font-size: 45px;
    line-height: 1.3em;
  }

  .about-us .about-desc p {
    font-size: 20px;
    line-height: 1.3em;
  }

  .services h2 {
    font-size: 45px;
    line-height: 1.3em;
  }

  .services p {
    font-size: 18px;
    line-height: 1.3em;
  }

  .choose-our h2 {
    font-size: 45px;
    line-height: 1.3em;
  }

  .choose-our p {
    font-size: 18px;
    line-height: 1.3em;
  }

  .choose-our .choose-intro {
    padding: 70px 0px;
  }

  .choose-our .cards {
    padding: 20px;
  }

  .choose-our .cards .btn-primary {
    font-size: 16px;
    padding: 10px 15px;
  }

  .accordion-items h3 {
    font-size: 22px;
    line-height: 1.3em;
  }

  .accordion-items span {
    font-size: 22px;
    line-height: 1.3em;
    padding-right: 10px;
  }

  .accordion-items p {
    font-size: 18px;
    line-height: 1.3em;
  }

  .accordion-items .accordion-button {
    padding: 0;
  }

  .accordion-button::after {
    margin-left: 100px;
  }

  .from-footer .form-desc button {
    /* width: 50%; */
  }

  .accordion-body {
    padding: 0;
    padding-top: 30px;
  }
}

@media (max-width: 992px) {
  header {
    max-width: 100%;
    backdrop-filter: blur(30px);
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
  }

  header .navbar-collapse ul {
    text-align: center;
  }

  header .navbar-nav {
    gap: 20px !important;
  }

  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .about-us .about-desc div {
    margin-top: 20px;
  }

  .about-us .about-desc {
    padding-left: 0px;
  }

  .services .all-serv .col-lg-4 {
    width: 50%;
  }

  .choose-our .choose-intro .row {
    row-gap: 30px;
  }

  .choose-our .choose-intro {
    padding: 30px 0px;
  }

  .choose-our .cards h3 {
    font-size: 30px;
    line-height: 1.4em;
  }

  .from-footer .form-desc p {
    margin-bottom: 20px;
  }
  header ul li {
    width: fit-content;
    margin: 0 auto;
  }
  header ul li:last-child {
    display: block;
  }
}

@media (max-width: 768px) {
  .from-footer .email {
    display: block !important;
  }

  .from-footer .email input {
    margin-bottom: 20px;
    width: 100%;
  }

  .from-footer .email button {
    width: 100%;
  }

  footer .social-media {
    margin-bottom: 40px;
  }

  .accordion-items h3 {
    font-size: 19px;
    line-height: 1.3em;
  }

  .accordion-items span {
    font-size: 19px;
    padding-right: 5px;
    line-height: 1.3em;
  }

  .accordion-items p {
    font-size: 16px;
    line-height: 1.3em;
  }

  .accordion .accordion-button {
    align-items: start;
  }

  .accordion-button::after {
    margin: 20px 0px;
    background-size: 10px;
    padding: 15px;
    margin: 0px;
  }
  footer .f-bottom {
    flex-direction: column;
    padding-top: 40px;
    gap: 20px;
  }
  footer .policy-link ul li a,
  .copyright p {
    font-size: 18px;
  }
  footer .links ul li {
    padding: 6px 0px;
  }
  .from-footer .email > p{
    display: block;
  }
}

@media (max-width: 575px) {
  .home-banner .hb-desc {
    padding: 100px 0px;
  }

  .home-banner h1 {
    font-size: 30px;
  }

  .home-banner p {
    font-size: 18px;
    line-height: 1.3em;
  }

  .home-banner a {
    padding: 5px 10px;
  }

  .services .all-serv .col-lg-4 {
    width: 100%;
  }

  .choose-our h2 {
    font-size: 30px;
  }

  .choose-our p {
    font-size: 18px;
    line-height: 1.3em;
    padding-top: 10px;
  }

  .choose-intro .cards {
    display: block !important;
  }

  .choose-our .cards .btn-primary {
    margin-bottom: 20px;
    width: 100%;
  }

  .choose-our .cards h3 {
    margin-top: 20px;
  }

  .choose-our .cards {
    padding: 20px;
  }

  .choose-intro .col-lg-6:nth-child(2) .cards {
    /* display: flex !important; */
    flex-direction: column-reverse;
    gap: 0 !important;
  }

  .from-footer .form-desc h2 {
    font-size: 30px;
    line-height: 1.3em;
  }

  .from-footer .form-desc p {
    font-size: 18px;
    line-height: 1.3em;
  }

  .from-footer .form-desc {
    padding: 15px 10px;
  }

  footer .links {
    display: block !important;
  }
  footer .policy-link ul {
    flex-direction: column;
  }
}
