
* {
    box-sizing: border-box;
}

body {
    cursor: url('https://ongofix.com/assets/images/logo-removebg-preview.png')16 16, auto !important;
}
.why-choose-us {
    padding: 100px 0 !important;
    background-color: var(--secondery-color) !important;
}

.container , .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl  {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.row {
    margin-right: -15px !important;
    margin-left: -15px !important;
}
.row > * {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.section-title {
    margin-bottom: 40px !important;
}

.section-title h3 {
    display: inline-block !important;
    position: relative !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.6em !important;
    text-transform: capitalize !important;
    color: var(--accent-color) !important;
    padding-left: 35px !important;
    margin-bottom: 20px !important;
}

.section-title h2 {
    font-size: 46px !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    margin-bottom: 0 !important;
    cursor: none !important;
}
h2 {
    margin: 0;
    line-height: 1.1em !important;
    color: var(--primary-color) !important;
}

.section-title p {
    margin-top: 30px !important;
    margin-bottom: 0 !important;
}

.why-choose-item {
    display: flex !important;
    border-bottom: 1px solid var(--divider-color) !important;
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
}

.why-choose-item .icon-box {
    position: relative !important;
    width: 60px !important;
    height: 60px !important;
    background-color: #EAF0EC !important;
    border-radius: 50% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-right: 20px !important;
    transition: all 0.4s ease-in-out !important;
}

.why-choose-item:hover .icon-box {
    background-color: transparent !important;
}

.why-choose-item .icon-box img {
    max-width: 24px !important;
    z-index: 1 !important;
    transition: all 0.3s ease-in-out !important;
}

.why-choose-item .icon-box::before
 {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0;
    right: 0 !important;
    background-color: #192324 !important;
    border-radius: 50% !important;
    height: 100% !important;
    width: 100% !important;
    transform: scale(0) !important;
    transition: all 0.3s ease-in-out !important;
}

.why-choose-item-content {
    width: calc(100% - 80px) !important;
}

.why-choose-item:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.why-choose-images {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    margin-left: 30px !important;
}

.why-choose-img-box-1,.why-choose-img-box-2 {
    display: flex !important;
    gap: 20px !important;
    width: 100% !important;
}

.why-choose-img-1 {
    width: calc(57% - 10px) !important;
}

.why-choose-img-1 figure {
    display: block !important;
}

.why-choose-img-2 figure {
    display: block !important;
}

.why-choose-img-3 figure {
    display: block !important;
}

.why-choose-img-4 figure {
    display: block !important;
}

.reveal {

    overflow: hidden;
}

figure {
    margin: 0;
}

.why-choose-img-2 {
    width: calc(43% - 10px);
}


.why-choose-img-3 {
    width: calc(67% - 10px);
}

.why-choose-img-4 {
    width: calc(33% - 10px);
}

.reveal img {
    height: 100%;
    transform-origin: left;
}

.why-choose-img-4 img {
    width: 100%;
    object-fit: cover;
}

.why-choose-img-3 img {
    width: 100%;
    aspect-ratio: 1 / 0.746;
    object-fit: cover;
}

.why-choose-img-2 img {
    width: 100%;
    object-fit: cover;
}

.why-choose-img-1 img {
    width: 100%;
    aspect-ratio: 1 / 0.756;
    object-fit: cover;
}


@media only screen and (max-width: 991px) {
    .why-choose-us {
        padding: 50px 0;
    }
}

@media only screen and (max-width: 767px) {
    .why-choose-img-2 img {
        aspect-ratio: 1 / 1.02;
    }
}




@media only screen and (max-width: 991px) {
    .why-choose-content {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .section-title {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .section-title h3 {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title h2 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 991px) {
    .section-title h2 {
        font-size: 36px;
    }
}


@media only screen and (max-width: 991px) {
    .section-title p {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .why-choose-item-content {
        width: calc(100% - 70px);
    }
}

@media only screen and (max-width: 991px) {
    .why-choose-item .icon-box {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .why-choose-item-content {
        width: calc(100% - 70px);
    }
}

@media only screen and (max-width: 767px) {
    .why-choose-item-content h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 991px) {
    .why-choose-images {
        margin-left: 0;
    }
}

img {
    max-width: 100%;
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .why-choose-img-4 img {
        aspect-ratio: 1 / 1.588;
    }
}



.why_choose_us_box .icon {
    background-color: #f7f7f7;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
}

.why_choose_us_box .ttl {
    font-weight: 600;
    font-size: 1.1rem;
}

.why_choose_us_box .des {
    font-size: 0.95rem;
    color: #555;
}


.intro-video {
    background: #f9f9f9;
}

.intro-video .intro-video-box {
    position: relative;
    width: 100%;
}

.intro-video .swiper-slide {
    padding: 10px;
}

.custom-swiper-arrow {
    color: #ed1c24;
    font-weight: bold;
    transition: all 0.3s ease;
}

.custom-swiper-arrow:hover {
    color: #ed1c24;
    transform: scale(1.1);
}

/* Optional Shadow and Responsive Ratio */
.ratio {
    aspect-ratio: 16 / 9;
    background: #000;
}

iframe {
    width: 100%;
    height: 100%;
    border: 0;
}


.trasted-happy-users-sec {
    background: #f9f9f9;
    padding: 30px 0;
}

.trasted-happy-user-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.trasted-happy-user-left h3 {
    font-weight: 700;
    font-size: 1.8rem;
}

.trasted-happy-user-right .trust-badge img {
    max-height: 60px;
    border-radius: 6px;
    margin-right : 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.trasted-happy-user-right .trust-badge img:hover {
    transform: scale(1.05);
}

.trusted-happy-users-sec h3 {
  font-size: 1.5rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  .trusted-badges {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}



.trasted-happy-users-sec {
    margin-top: 40px !important;
    margin-bottom: 40px; /* To give gap from OUR MAGICAL PROCESS */
}

.trasted-happy-user-inner {
    background-color: #f8f8f8;
    border-radius: 12px;
    padding: 20px 30px;
    box-shadow: 0 0 12px rgba(0,0,0,0.03);
}

.trusted-badge img {
    max-height: 50px;
    object-fit: contain;
}

@media (max-width: 768px) {
    .trasted-happy-user-inner {
        flex-direction: column;
        text-align: center;
    }
    .trasted-happy-user-right {
        justify-content: center;
    }
}


.why_choose_us_sec {
    background-color: #f9f9f9;
}

.why_choose_us_box h5 {
    font-weight: 600;
    color: #333;
}

.why_choose_us_box p {
    font-size: 15px;
    color: #666;
}




* {
    padding: 0;
    margin: 0;
}


.header-1 {
    position: sticky;
    top: 0;
    background: #fff;
    box-shadow: 0px 4px 30px 0px rgb(72 73 121 / 15%);
    z-index: 2;
}

@media (min-width: 1200px) {
    .container {
        /* max-width: 1280px; */
    }
}


.navigation_area .navbar {
    flex-wrap: inherit;
    padding: 10px 0;
}


.navigation_area .logo_area {
    max-width: 160px;
    width: 100%;
}


.top_header_cell_right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -12.5px;
    margin: 0 0 0 -12.5px;
    justify-content: flex-end;
    /* width: 100%; */
    margin-left: auto;
}


.top_header_button {
    display: flex;
    margin: 0;
    padding: 0;
    /* margin: 0 2.5px; */
    align-items: center;
}

.location-img {
    height: 24px;
}

.location-section {
    border: 0;
    padding: 7px 0px;
    padding-left: 0px;
    width: 95px;
    font-size: 14px;
}

.top_header_button .ser-account-Item {
    position: relative;
    margin: 0px;
}
.top_header_button > * {
    flex: 0 0 auto;
    /* padding: 0 10px; */
    font-size: 16px;
    line-height: 24px;
    display: block;
    z-index: 1;
    position: relative;
    margin: 0 10px;
    color: #231f20;
}


.top_header_button .user-account-btn {
    margin-right: 0px;
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 10px 10px;
    padding-left: 30px;
}

.top_header_button .user-account-btn svg {
    display: block;
    width: 28px;
    height: 28px;
}

.user-account-dropdown {
    position: absolute;
    top: 100%;
    right: -50%;
    width: 256px;
    margin-top: 14px;
    background-color: #fff;
    -webkit-box-shadow: 0 15px 40px 0 rgba(0, 0, 0, .09);
    -moz-box-shadow: 0 15px 40px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 15px 40px 0 rgba(0, 0, 0, .09);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 6px 16px 11px;
    opacity: 0;
    visibility: hidden;
    margin: 0 auto;
    z-index: 10;
}

.user-account-dropdown-list {
    padding: 0px;
    margin: 0px;
    margin-right: 0px !important;
}

.navigation_area .navbar ul li {
    margin-right: 15px;
}

.navigation_area .navbar ul li a {
    color: #231f20;
}
.user-account-dropdown-list li a {
    display: flex
;
    padding: 8px 0;
    font-size: 14px;
}
a {
    text-decoration: none;
    padding: 0;
    margin: 0;
}

.user-account-dropdown-list li a .icon {
    width: 25px;
    margin-right: 5px;
    text-align: center;
}

.right_side_menu_overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 10;
}

.right_side_menu {
    padding-bottom: 0px;
    position: fixed;
    top: 0;
    right: -260px;
    bottom: 0;
    -ms-overflow-style: none;
    height: 100%;
    background: #fff;
    /* border-right: 2px solid #ddd; */
    /* width: 50px; */
    width: 260px;
    /* transform: translateX(-280px); */
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    z-index: 3;
    transition: 300ms ease all;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    transition: .3s ease all;
    z-index: 11;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
;
}


.right_side_menuinner {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    height: 100%;
    width: 100%;
}

.right_side_menu_area {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 0px 0px 50px;
    position: relative;
}


.right_side_menu_areainner {
    padding: 20px 0;
}

.right_side_menu_areainner ul li {
    margin-bottom: 5px;
    position: relative;
}

.right_side_menu_areainner ul li a {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 20px;
    display: block;
    color: #231f20;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}


.homeBannerSlidersec {
    padding: 10px 0 14px;
}

.homeBannerSlider .owl-nav {
    opacity: 0;
    transition: all 0.3s;
}

.homeBrandSearchsec {
    padding: 30px 0 20px;
}

.homeBrandSearchsecinner h1.title {
    font-size: 36px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-bottom: 5px;
}

.searchProductCardFormWrap {
    text-align: center;
}

.searchProductCardFormWrap .homeBrandSearcForm {
    display: inline-block;
    max-width: 400px;
    width: 100%;
}



.searchProductCardFormWrap .homeBrandSearcForminner {
    padding: 7px 25px;
    border-radius: 30px;
}
.homeBrandSearcForminner {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.11) 0px 0px 10px 0px;
    display: flex
;
    max-width: 574px;
    margin: 20px auto 15px;
    padding: 7px 20px;
    border-radius: 8px;
}

.searchProductCardFormWrap .homeBrandSearcForminner .homeBrandSearcBtn {
    font-size: 20px;
}

.homeBrandSearcForminner .homeBrandSearcBtn {
    background: transparent;
    border: 0;
}

.homeBrandSearcForminner .form-control {
    border: 0;
    box-shadow: none;
    padding-left: 8px;
}

.searchProductCardFormWrap .searchProductCardCtaWrap {
    margin-left: 20px;
}

.searchProductCardFormWrap .searchProductCardCtaWrap .ctaUnderline {
    display: inline-block;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #231f20;
    position: relative;
}

.findModelNumberModalDiolog {
    max-width: 480px;
}

.findModelNumberModalContent {
    padding: 40px 30px;
    border-radius: 15px;
}

.findModelNumberModalContent .close {
    position: absolute;
    top: 10px;
    right: 15px;
    padding: 0px;
    font-size: 22px;
    line-height: 26px;
    opacity: 1;
}

.findModelNumberModalHeader {
    text-align: center;
    margin-bottom: 20px;
}


.testimonial-modern {
  background-color: #f8f9fa;
}

.testimonial-modern .testimonial-image img {
  object-fit: cover;
  height: 100%;
  border-radius: 10px;
}


.testimonial-modern-section {
  background-color: #ffffff;
  padding-top: 50px !important;
  padding-bottom: 40px !important;
}

.testimonial-modern-section .testimonial-image img {
  object-fit: cover;
  height: 100% !important;
  border-radius: 10px !important;
}

.testimonial-modern-section .testimonial-text {
  max-height: 140px !important;
  overflow-y: auto !important;
  padding-right: 5px !important;
}

.testimonial-modern-section .testimonial-text::-webkit-scrollbar {
  width: 6px !important;
}
.testimonial-modern-section .testimonial-text::-webkit-scrollbar-thumb {
  background-color: #ccc !important;
  border-radius: 5px !important;
}

.testimonial-text {
  display: -webkit-box;
  -webkit-line-clamp: 5; /* Show only 5 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 9.5em; /* fallback for older browsers */
}


  .load-more-content {
    display: none;
  }
  .load-more-content.visible {
    display: block;
  }

.text-secondary{
    color : #ed1c24 !important;
}


.testimonial_card {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.testimonial_image {
  background-size: cover;
  background-position: center;
  height: 320px;
  position: relative;
  display: flex;
  align-items: flex-end;
}

.testimonial_content {
  background: white;
  padding: 16px;
  border-radius: 12px;
  margin: 12px;
  width: calc(100% - 24px);
}

.testimonial_name {
  margin: 0;
  font-weight: 600;
}

.testimonial_sub {
  margin: 0;
  font-size: 0.9rem;
  color: #666;
}

.testimonial_text {
  margin-top: 8px;
  font-size: 0.95rem;
}


.apple-parts-sec {
  background: #fff; /* or light gray if you want */
}

.apple-title {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.apple-subtitle {
  font-size: 1rem;
  color: #444;
}

.apple-image {
  max-width: 100%;
  height: auto;
}


.why_feature_card {
  transition: transform 0.3s, box-shadow 0.3s;
}
.why_feature_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.icon-circle {
  width: 60px;
  height: 60px;
  /*background: linear-gradient(135deg, #ff6a00, #ee0979); */
  border-radius: 50%;
}
.feature-title {
  font-weight: 600;
  font-size: 1.1rem;
}
.feature-desc {
  color: #555;
  font-size: 0.95rem;
}


.trusted-happy-users-sec .trusted-box {
  background: #f8f8f8;
  border-radius: 12px;
}

.trusted-badge-img {
  max-height: 36px;
  height: auto;
}

@media (max-width: 767px) {
  .trusted-box {
    flex-direction: column;
    text-align: center;
    font-size: 10px;
  }
  .trusted-text h3 {
    margin-bottom: 10px;
    font-size: 20px !important;
  }
}

@media (max-width: 767px) {
  .feature-desc {
    display: -webkit-box;
    -webkit-line-clamp: 4;      /* show only 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (max-width: 767px) {
  .trusted-badge-img {
    max-height: 25px;  /* pehle 40px tha, ab chhota karke 25px kiya */
  }
}

.load-more-content {
  display: none;
}

.load-more-content.visible {
  display: block;
}



  .features {
    display: flex;
    flex-wrap: wrap;
    background-color: #f8f8f8;
    border-radius: 12px;
    padding: 0px 0px;
    justify-content: space-around;
    margin: 20px;
    margin-bottom: 80px;
    margin-left: 70px;
    margin-right: 70px;
  }
  .feature {
    flex: 1 1 250px;
    max-width: 300px;
    text-align: center;
    color: #000;
    margin: 20px;
  }
  
  .feature img {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
    color: #000;
  }
  .feature h4 {
    margin: 10px 0 8px;
    font-size: 18px;
  }
  .feature p {
    margin: 0;
    font-size: 14px;
    color: #000;
  }

 @media (max-width: 992px) {
    .feature {
      flex: 1 1 45%;
      max-width: 45%;
    }
  }

  @media (max-width: 600px) {
    .features {
      flex-direction: column;
              padding: 0px;
        margin-left: 35px;
        margin-right: 35px;
    }
    .feature {
      flex: 1 1 100%;
      max-width: 100%;
    }
  }
