@import url('https://fonts.googleapis.com/css2?family=Manrope:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');


html {
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  background: #19272B;
}

body {
  font-family: "Manrope", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #19272B;
  padding: 0;
  line-height: 1.8em;
  word-spacing: 0px;
}

header{
  width: 100%;
  left: 0;
  background-color: #fff;
}
.header-top {
  background: #03466E;
  padding: 8px 0;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 2;
}

.header-top::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: -1px;
  width: 35%;
  background: #ed8407;
  border-top-right-radius: 50px;
  z-index: -1;
}

.header-top-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-top-contact ul {
  display: flex;
  align-items: center;
  gap: 25px;
}

.header-top-contact ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-top-contact-icon {
  width: 45px;
  height: 45px;
  line-height: 41px;
  background:#ffffff;
  border-radius: 50%;
  text-align: center;
}

.header-top-contact-icon img {
  width: 24px;
}

.header-top-contact-info h6 {
  color: #ffffff;
  font-size: 18px;
}

.header-top-contact ul li a {
  color: #ffffff;
  font-weight: 400;
  font-size: 17px;
}

.header-top-contact ul li a i{
  color: #ffffff;
  margin-right: 5px;
}

.header-top-right {
  display: flex;
  align-items: center;
  gap: 15px;
}

.header-top-social span{
  color: #ffffff;
  font-weight: 500;
}

.header-top-social a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  border-radius: 50px;
  margin-left: 10px;
  background: #03466E;
  transition: all .5s ease-in-out;
}

.header-top-social a:hover {
  background: #03466E;
  color: #ffffff;
}

.header-phone {
  display: flex;
  align-items: center;
  gap: 15px
}

.header-phone-content span {
  display: block;
  margin-bottom: 13px;
  line-height: .6;
  color: #00283A;
  font-weight: 500
}

.header-phone-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #ed8407;
  border-radius: 50px;
  text-align: center
}

.header-phone-icon img {
  width: 27px
}

.header-phone-number {
  font-size: 20px;
  line-height: 1
}

.header-phone-number a {
  color: #ed8407;
}
a,
a:active,
a:focus,
a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

a:hover {
  color: #0049D0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #00283A;
  margin: 0px;
  font-weight: 600;
  font-family: 'Exo 2', sans-serif;
  line-height: 1.2;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin: 0px;
}

.img,
img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: auto;
}

label {
  color: #999;
  cursor: pointer;
  font-weight: 400;
}
.navbar {
    background: #fff;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar {
  background: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar.fixed-top {
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.17);
  animation: slide-down 0.7s;
}

@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

.navbar .navbar-brand .logo-display {
  display: block;
}

.navbar .navbar-brand .logo-scrolled {
  display: none;
}

.navbar.fixed-top .navbar-brand .logo-display {
  display: none;
}

.navbar.fixed-top .navbar-brand .logo-scrolled {
  display: block;
}

.navbar .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler-mobile-icon {
  display: inline-block;
  width: inherit;
  height: inherit;
}

.navbar-brand {
  margin-right: 0;
}

.navbar-brand img {
  width: 140px;
}

.navbar .dropdown-toggle::after {
  display: inline-block;
  margin-left: 5px;
  vertical-align: baseline;
  font-family: 'Font Awesome 6 Pro';
  content: "\f107";
  font-weight: 600;
  border: none;
  font-size: 14px;
}

@media all and (min-width: 992px) {

  .navbar.navbar-expand-lg .offcanvas .offcanvas-body{
    gap: 80px;
  }

  .navbar .nav-item .nav-link {
    margin-right: 25px;
    padding: 30px 0 30px 0;
    font-size: 17px;
    font-weight: 500;
    color: #00283A;
    text-transform: capitalize;
  }

  .navbar .nav-item:last-child .nav-link {
    margin-right: 0 !important;
  }

  .navbar.fixed-top .nav-item .nav-link {
    color: #00283A;
  }

  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
    border: none;
    left: -15px;
    border-radius: 15px;
    padding: 15px 12px;
    background: #fff;
    width: 220px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  }

  .navbar .nav-item .dropdown-menu .dropdown-item {
    font-size: 16px;
    font-weight: 400;
    color: #00283A;
    position: relative;
    overflow: hidden;
    text-transform: capitalize;
    transition: all .5s ease-in-out;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item:hover {
    background: transparent;
    color: #ed8407;
    padding-left: 22px;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item::before {
    content: "\f111";
    position: absolute;
    font-family: "Font Awesome 6 pro";
    left: 8px;
    top: 14px;
    color: #ed8407;
    font-weight: bold;
    font-size: 6px;
    transform: scale(0, 0);
    transition: all .5s ease-in-out;
    z-index: -1;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item:hover::before {
    opacity: 1;
    visibility: visible;
    transform: scale(1, 1);
  }

  .navbar .nav-item .nav-link {
    position: relative;
  }

  .navbar .nav-item .nav-link.active,
  .navbar .nav-item:hover .nav-link {
    color: #ed8407;
  }

  .navbar.fixed-top .nav-item .nav-link.active,
  .navbar.fixed-top .nav-item:hover .nav-link {
    color: #ed8407;
  }

  .navbar .nav-item:hover .dropdown-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }

  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }

  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }

  .navbar .dropdown-menu.fade-up {
    top: 140%;
  }

  /* nav right */
  .nav-right {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
  }
@media (min-width: 992px) {
    .nav-right {
        display: flex
;
        align-items: center;
        justify-content: center;
        gap: 28px;
    }
        .nav-right .search-btn .nav-right-link {
        font-size: 20px;
    }
}
  .nav-right-link {
    position: relative;
    font-size: 16px;
    color: #00283A;
    font-weight: 500;
    border: none;
    background: transparent;
  }

  .nav-right-link:hover {
    transition: all .5s ease-in-out;
    color: #ed8407 !important;
  }

  .nav-right .search-btn .nav-right-link{
    font-size: 20px;
  }

  .navbar.fixed-top .nav-right-link{
    color: #00283A;
  }

  .navbar.fixed-top .nav-right-link:hover{
    color: #ed8407 !important;
  }
}

@media all and (min-width: 1199px) and (max-width: 1399px){
  .navbar .nav-item .nav-link {
    margin-right: 15px !important;
  }

  .navbar.fixed-top .navbar-brand img{
    width: 130px;
  }

  .nav-right {
    margin-left: 15px !important;
  }

  .navbar.fixed-top .nav-right{
    gap: 12px;
  }
}

@media all and (max-width: 1199px) {
  .navbar .nav-right-btn {
    display: none;
  }
}

@media all and (min-width: 992px) and (max-width: 1199px){
  .navbar .nav-item .nav-link {
    margin-right: 15px;
    font-size: 16px;
  }

  .navbar.navbar-expand-lg .offcanvas .offcanvas-body{
    gap: 50px;
  }
}


/* mobile menu */
.mobile-menu-right {
  display: none;
}

@media all and (max-width: 991px) {
  .navbar {
    padding-top: 8px;
    padding-bottom: 8px;
    background: #fff;
  }

  .navbar-brand img {
    width: 130px;
  }

  .navbar .offcanvas{
    width: 300px;
  }

  .navbar .offcanvas-header .btn-close{
    box-shadow: none;
  }

  .navbar .offcanvas-brand{
    width: 150px;
  }

  .navbar .dropdown-toggle::after {
    float: right;
    margin-top: 2px;
  }

  .navbar .nav-item .nav-link {
    color:  #00283A;
    font-weight: 500;
    margin-right: 0px;
    transition: all .5s ease-in-out;
  }

  .navbar .nav-item .nav-link:hover {
    color: #ed8407 !important;
  }

  .navbar-toggler {
    padding: 0;
    border: none;
  }

  .navbar-toggler span{
    display: block;
    width: 22px;
    border-bottom: 3px solid #ed8407;
    border-radius: 50px;
    margin-top: 5px;
  }

  .navbar-toggler span:first-child{
    margin-top: 0;
  }

  .navbar-toggler span:nth-child(2){
    width: 15px;
  }

  .mobile-menu-right,
  .mobile-menu-btn {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .mobile-menu-right .nav-right-link {
    background: transparent;
    border: none;
    font-size: 20px;
    color: #ed8407;
    text-align: center;
    padding: 0;
    position: relative;
  }

  .mobile-menu-right .nav-right-link span{
    position: absolute;
    width: 18px;
    height: 18px;
    line-height: 18px;
    color: #fff;
    background: #ed8407;
    border-radius: 50px;
    font-size: 12px;
    right: -10px;
    top: -5px;
  }

  .navbar .dropdown-menu {
    border-radius: 15px;
    border: 1px solid rgba(0, 0, 0, 0.08);
  }

  .nav-right {
    display: none;
  }
}
.navbar .nav-item .dropdown-submenu {
  position: relative;
}

.navbar .nav-item .dropdown-submenu .dropdown-menu::before {
  display: none;
}

.navbar .nav-item .dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 15px;
  top: 7px;
  font-weight: 600;
}

.navbar .nav-item .dropdown-submenu a:hover {
  background: transparent;
  color: #fff;
}

.navbar .nav-item .dropdown-submenu .dropdown-menu {
  top: 120%;
  left: 100%;
  opacity: 0;
  visibility: hidden;
}

.navbar .nav-item .dropdown-submenu:hover .dropdown-menu {
  top: 0;
  opacity: 1;
  visibility: visible;
}

@media all and (max-width: 991px) {
  .navbar .nav-item .dropdown-submenu .dropdown-menu {
    margin: 0 17px;
  }

  .navbar .nav-item .dropdown-submenu .dropdown-menu {
    opacity: unset;
    visibility: unset;
  }

  .navbar .nav-item .dropdown-submenu a::after {
    top: 4px;
  }

  .navbar .nav-item .dropdown-submenu a:hover {
    color: #ed8407;
  }
}
@media all and (max-width: 991px) {
  .header-top::before {
    display: none;
  }
  .header-top-wrap{
    flex-wrap: wrap;
    gap: 10px;
  }

}

@media all and (max-width: 767px) {
  .header-top-wrap{
    flex-direction: column-reverse;
  }
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
}
.theme-btn {
    font-size: 16px;
    color: #ffffff;
    padding: 12px 20px;
    transition: all .5s ease-in-out;
    text-transform: capitalize;
    position: relative;
    border-radius: 15px;
    vertical-align: middle;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: none;
    background: #ed8407;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    z-index: 1;
}
.footer-area {
  background: #00283A;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.footer-bg::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/shape/02.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: .1;
  z-index: -1;
}

.footer-widget-box {
  margin-bottom: 20px;
}

.footer-widget {
  position: relative;
  z-index: 1;
  margin-top: 50px;
}

.footer-logo img {
  width: 200px;
  margin-bottom: 30px;
}

.footer-widget-title {
  color: #fff;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-size: 24px;
  z-index: 1;
}

.footer-widget-title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
  height: 3px;
  background-color: #fff;
  border-radius: 50px;
  z-index: -1;
}

.footer-widget-title::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 3px;
  left: 18px;
  bottom: 0;
  background-color: #ed8407;
  border-radius: 0px;
  z-index: -1;
}

.footer-list {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.footer-list li a {
  color: #fff;
  transition: all .5s ease-in-out;
}

.footer-list li a i {
  margin-right: 5px;
  color: #ed8407
  font-weight: 400;
  font-size: 13px;
}

.footer-list li a:hover {
  padding-left: 10px;
  color: #ed8407
}

.footer-widget-box p {
  color: #fff;
  padding-right: 18px;
  margin-bottom: 20px;
}

.footer-social {
  display: flex;
  gap: 15px;
  justify-content: end;
}

.footer-social li a i {
  height: 38px;
  width: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 15px;
  background: #fff;
  color: #ed8407;
  transition: all .5s ease-in-out;
}

.footer-social li a i:hover {
  background: #ed8407;
  color: #fff;
}

.footer-contact li {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
}

.footer-contact li a {
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.footer-contact li i {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  margin-right: 15px;
  border-radius: 13px;
  background: #fff;
  text-align: center;
  transition: all 0.3s ease-in-out;
  color:#fff;
}

.footer-newsletter .subscribe-form .form-control {
  padding: 14px 20px;
  border-radius: 12px;
  box-shadow: none;
  border: none;
}

.footer-newsletter .subscribe-form .theme-btn {
  margin-top: 20px;
  width: 100%;
}

.footer-newsletter .subscribe-form .theme-btn:hover {
  color: #ed8407;
}

.footer-newsletter .subscribe-form .theme-btn::before{
  background: #fff;
}

.copyright {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.copyright .footer-menu {
  margin: 0;
  padding: 0;
  text-align: right;
}

.copyright .footer-menu li {
  display: inline-block;
  margin-left: 25px;
  font-size: 16px;
}

.copyright .footer-menu li a {
  color: #fff;
  transition: all .5s ease-in-out;
}

.copyright .footer-menu li a:hover {
  color: #ed8407;
}

.copyright .copyright-text {
  color: #fff;
  margin-bottom: 0px;
  font-size: 16px;
}

.copyright .copyright-text a {
  color: #ed8407;
  font-weight: 500;
}

@media all and (max-width: 1199px) {
  .footer-widget-box {
    margin-bottom: 50px;
  }
}

@media all and (max-width: 991px) {

  .footer-area::before {
    display: none;
  }

  .footer-widget-wrap {
    padding-bottom: 0px;
  }

  .copyright .footer-menu {
    float: left;
    margin-top: 20px;
    text-align: left;
  }

  .copyright .footer-menu li {
    margin-left: 0;
    margin-right: 15px;
  }

}

@media all and (max-width: 767px) {
  .footer-widget-wrap {
    padding-bottom: 0px;
  }

  .footer-social {
    justify-content: flex-start;
    margin-top: 20px;
  }
}

.main {
  margin-top: 0rem;
}
.hero-section{
  position: relative;
}
 .section_repairs {
  background-color: #f5f5f5;
  }
  .padding-global {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  }
  .padding-section-default {
  padding-top: 3rem;
  padding-bottom: 3rem;
  }
  .container-large {
  margin-right: auto !important;
  margin-left: auto !important;
  }
  .container-large {
  width: 100%;
  max-width: 77.5rem;
  margin-left: auto;
  margin-right: auto;
  }
  .text-align-center {
  text-align: center;
  }
  .margin-bottom {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-left: 0rem !important;
  }
  .margin-bottom {
  margin: 0 0 .5rem;
  }
  .heading-h2 {
  color: var(--black);
  margin-top: 0;
  font-family: DM Sans, sans-serif;
  font-size: 3.125rem;
  font-weight: 500;
  line-height: 1.1;
  }
  .horizontal-separator-yellow {
  background-color: var(--itweak-yellow);
  width: 50px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  }
  .repair_grid
  {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  display: flex
  ;
  }
  .repair_card
  {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  padding: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: transform .2s;
  display: flex
  ;
  box-shadow: 0 1px 6px #00000026;
  }
  .w-inline-block {
  max-width: 100%;
  display: inline-block;
  }
  .repair_icon {
  width: 75px;
  margin-left: auto;
  margin-right: auto;
  }
  .w-embed:before, .w-embed:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
  }
  .w-embed:before, .w-embed:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
  }
  .w-embed:after {
  clear: both;
  }
  @media screen and (max-width: 479px) {
  .repair_card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  aspect-ratio: 1;
  flex: 1;
  align-items: center;
  width: auto;
  min-width: 90px;
  height: auto;
  min-height: 90px;
  font-size: .9rem;
  }
  }
  a {
  color: var(--grey);
  line-height: 1.5;
  text-decoration: underline;
  }
  .repair_card {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  padding: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: transform .2s;
  display: flex
  ;
  box-shadow: 0 1px 6px #00000026;
  }

/*Home page section*/
  .section_repair_grey {
    background-color: #f5f5f5;
}
.padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.padding-section-default {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.container-large {
    width: 100%;
    max-width: 77.5rem;
    margin-left: auto;
    margin-right: auto;
}
.repair_grid_cms {
    grid-column-gap: 65px;
    grid-row-gap: 65px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
;
}
.repair_cover_image {
    object-fit: cover;
    height: 100%;
    border-radius: 4%;
}
img {
    max-width: 100%;
    display: inline-block;
}
.margin-bottom {
    margin-top: 0rem !important;
    margin-right: 0rem !important;
    margin-left: 0rem !important;
}

.margin-bottom {
    margin: 0 0 .5rem;
}
.heading-h2 {
    color: #000000;
    margin-top: 0;
    font-family: DM Sans, sans-serif;
    font-size: 3.125rem;
    font-weight: 500;
    line-height: 1.1;
}
.horizontal-separator-yellow.left-align {
    margin-left: 0;
}
.horizontal-separator-yellow {
    background-color: rgb(255, 140, 0);
    width: 50px;
    height: 3px;
    margin-left: auto;
    margin-right: auto;
}
.margin-top {
    margin-right: 0rem !important;
    margin-bottom: 0rem !important;
    margin-left: 0rem !important;
}
.margin-top {
    margin: 1rem 0 0;
}
.repair_tile_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 1.25rem;
    display: grid
;
}
.repair_tile {
    grid-column-gap: 5px;
    grid-row-gap: 9px;
    aspect-ratio: 1;
    color: var(--black);
    text-align: center;
    background-color: #fff;
    border-radius: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 9px;
    font-size: .9rem;
    text-decoration: none;
    transition: transform .2s;
    display: flex
;
    box-shadow: 0 1px 6px #00000026;
}
.w-inline-block {
    max-width: 100%;
    display: inline-block;
}
.repair_tile_icon {
    flex: none;
    width: 45px;
    height: 45px;
    overflow: hidden;
}
.padding-top.padding-small {
    padding-top: .5rem;
}
.padding-top {
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
}
.justify-left {
    display: flex
;
}
.icon_button {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color:#ed8407;
    color: #fff;
    white-space: nowrap;
    border-radius: 100px;
    justify-content: flex-start;
    align-items: center;
    margin-top: .5rem;
    padding: 15px 30px;
    font-family: DM Sans, sans-serif;
    font-weight: 500;
    text-decoration: none;
    transition: transform .2s;
    display: flex
;
}
.custom_dropshadow {
    
}
.w-inline-block {
    max-width: 100%;
    display: inline-block;
}
.w-embed:before, .w-embed:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}
.w-embed:after {
    clear: both;
}
.w-embed:before, .w-embed:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}
svg:not(:root) {
    overflow: hidden;
}
.section_home_repair_service {
    background-color: gray;
    background-image: linear-gradient(#0006, #0006), url("https://cdn.prod.website-files.com/5e7d883…/65783a0…_technician.webp");
    background-position: 0 0, 50% 31%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
}
.padding-section-large {
    padding-top: 5.2rem;
    padding-bottom: 5.2rem;
}
.justify-center {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex
;
}
.text-align-center {
    text-align: center;
}
.text-style-bold {
    font-size: 1.25rem;
    font-weight: 600;
}
.office_detail.large {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    font-size: 1.5rem;
}
.office_detail {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    color: #fff;
    align-items: center;
    font-size: 1.125rem;
    font-weight: 600;
    text-decoration: none;
    display: flex
;
}
.office_detail_icon.large {
    width: 32px;
    height: 29px;
}
.w-inline-block {
    max-width: 100%;
    display: inline-block;
}
.button-group {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    display: flex
;
}
.button_primary {
    background-color: yellow;
    color: var(--black);
    border-radius: 100px;
    padding: 13px 40px;
    font-family: DM Sans, sans-serif;
    font-size: 1.15rem;
    font-weight: 500;
    transition: transform .2s;
    box-shadow: 0 0 20px #0000001a, inset -4px -5px 4px #00000026, inset 3px 5px 4px #fff6;
}
.w-button {
    color: #fff;
    line-height: inherit;
    cursor: pointer;
    background-color: #3898ec;
    border: 0;
    border-radius: 0;
    padding: 9px 15px;
    text-decoration: none;
    display: inline-block;
}
.py-120 {
    padding: 120px 0px;
}
.site-heading {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}
.site-title-tagline {
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 18px;
    font-weight: 700;
    color: var(--theme-color);
    position: relative;
}
.blog-item {
  position: relative;
  margin-bottom: 25px;
  background-color: var(--color-white);
  padding: 20px;
  border-radius: 20px;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
}

.blog-item-img{
  overflow: hidden;
  border-radius: 20px;
}

.blog-item-img img {
  border-radius: 20px;
}

.blog-item:hover .blog-item-img img{
  transform: scale(1.1);
} 

.blog-date{
  position: absolute;
  top: 40px;
  right: 0px;
  background: var(--theme-color);
  color: var(--color-white);
  font-weight: 500;
  padding: 5px 15px;
  border-radius: 50px 50px 0px 50px;
  box-shadow: var(--box-shadow);
  z-index: 1;
}

.blog-item-info {
  padding-top: 15px;
}

.blog-item-meta ul {
  margin: 0;
  padding: 0;
  margin-bottom: 14px;
  border-bottom: 1px solid var(--border-info-color);
  padding-bottom: 18px;
}

.blog-item-meta ul li {
  display: inline-block;
  margin-right: 15px;
  position: relative;
  color: var(--color-dark);
  font-weight: 500;
}

.blog-item-meta ul li i {
  margin-right: 5px;
  color: var(--theme-color);
}

.blog-item-meta a:hover {
  color: var(--theme-color);
}

.blog-title {
  font-size: 22px;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.blog-item-info p {
  margin-bottom: 16px;
}

.blog-item-info h4 a {
  color: var(--color-dark);
}

.blog-item-info h4 a:hover {
  color: var(--theme-color);
}

@media all and (max-width: 991px) {
  .blog-item-info {
    padding: 23px 15px 30px 15px;
  }
}
svg 
{
  color: white;
}
@keyframes scroll {
  0% {
    transform: translateX(0px);   /* shuru screen ke right se */
  }
  100% {
    transform: translateX(calc(-100% - 1.25rem));  /* khatam screen ke left pe */
  }
}
.section_featurescroll {
  background-color: #f5f5f5;
}
.section_featurescroll {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  display: flex;
  overflow: hidden;
}
.feature_scroll {
  animation: scroll 25s linear infinite;
}
.feature_scroll {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: row;
  flex: none;
  align-items: stretch;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}
.feature_card {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  background-color: #4d6c77;
  border-radius: 16px;
  flex: none;
  align-items: center;
  padding: 20px 30px;
  font-size: 1.2rem;
  display: flex;
}
.feature_icon {
  width: 35px;
  height: 34px;
}
.w-embed:before, .w-embed:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}
svg:not(:root) {
  overflow: hidden;
}
.w-embed:after {
  clear: both;
}
.w-embed:before, .w-embed:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}
a {
  text-decoration: none;
}

   
    h2 {
      font-size: 2.2rem;
      margin-bottom: 15px;
      color: #111;
    }

    p {
      font-size: 1rem;
      color: #555;
      line-height: 1.6;
    }

    .services {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
      margin-top: 40px;
    }

    .service-card {
      background: #fff;
      padding: 20px;
      border-radius: 15px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
      text-align: left;
    }

    .service-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 18px rgba(0,0,0,0.12);
    }

    .service-card h3 {
      font-size: 1.25rem;
      margin-bottom: 10px;
      color: #222;
    }

    .cta {
      margin-top: 60px;
      background: linear-gradient(90deg, #03466E, #03466E);
      color: #fff;
      padding: 40px 20px;
      border-radius: 20px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    }

    .cta h3 {
      font-size: 1.8rem;
      margin-bottom: 15px;
      color:#fff;
    }

    .cta p {
      font-size: 1.1rem;
      margin-bottom: 25px;
      color: #e5e7eb;
    }

    .cta button {
      background: #ed8407;
      color: #fff;
      font-weight: bold;
      padding: 12px 28px;
      font-size: 1rem;
      border: none;
      border-radius: 10px;
      cursor: pointer;
      transition: background 0.2s ease;
    }

    .cta button:hover {
      background: #f3f4f6;
      color:#ed8407;
    }


/* Brand Page*/
.brand-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
    }

    .brand-card {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
      display: flex;
      flex-direction: column;  /* stack logo + name */
      align-items: center;
      justify-content: center;
      padding: 20px;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .brand-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
    }

    .brand-card img {
      max-width: 100px;
      
      object-fit: contain;
      margin-bottom: 10px; /* space before text */
    }

    .brand-name {
      font-size: 14px;
      font-weight: 500;
      color: #333;
      text-align: center;
    }

    @media (max-width: 600px) {
      .brand-card img {
        max-width: 80px;
        max-height: 40px;
      }
      .brand-name {
        font-size: 13px;
      }
    }

    .breadcrumb {
      font-size: 14px;
      padding: 10px 20px;
      background: #eef3f5;
      color: #777;
    }
    .breadcrumb a {
      text-decoration: none;
      color: #00a5cf;
    }

    /* Hero Section */
    .hero {
      background: #fff;
      padding: 20px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 15px;
      
    }

    .hero img {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      background: #f2f7fb;
      padding: 10px;
    }

    .hero-content h1 {
      font-size: 22px;
      margin: 0;
    }
    .hero-content .stats {
      display: flex;
      gap: 20px;
      margin-top: 5px;
      font-size: 14px;
      color: #444;
    }
    .stats span {
      display: flex;
      align-items: center;
      gap: 5px;
    }
    .stats i {
      color: #00a5cf;
    }

    /* Offer Banner */
    .offer-banner {
      background: linear-gradient(90deg, #009ffd, #2af598);
      color: #fff;
      padding: 12px 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 15px;
    }
    .offer-banner button {
      background: #fff;
      border: none;
      padding: 6px 12px;
      border-radius: 20px;
      font-size: 14px;
      cursor: pointer;
    }