/* 
* Project: Beta Social Media Design
* Developed By: Fexpink Limited
* Developer : Yunus A. Polash
* Contact: +8801303260848
* Email: info@fexpink.com / yunus.a.polash@gmail.com
*/

/* Primary Title Font CDN */
@import url("https://fonts.cdnfonts.com/css/samsung-sharp-sans");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --primary-color: #0084ff;
  --primary-hover-color: #0065c4;
  --secondary-color: #f000f8;
  --black-color: #232323;
  --gray-color: #5e5e5e;
  --white-color: #ffffff;
  --title-font: "Samsung Sharp Sans", sans-serif;
  --text-font: "Poppins", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--text-font);
}

body {
  background: #F2F4F8;
}

a {
  color: var(--primary-color);
  text-decoration: none;
}

a:hover {
  color: var(--primary-hover-color);
}

input {
  font-family: var(--text-font);
  color: var(--gray-color);
}

.primary-text-color {
  color: var(--primary-color);
}

/* hide browser default pass show icon */
input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
  display: none;
}

input[type="password"]::-webkit-credentials-auto-fill-button,
input[type="password"]::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
}

input[type="password"]::-webkit-textfield-decoration-container {
  display: none !important;
}

input[type="password"]::-webkit-password-toggle-button {
  display: none !important;
}

/* ###hide browser default pass show icon */

/* header style */
.header-custom-style .navbar-brand img {
  width: 127px;
}

.custom-btn-group {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.header-custom-style .nav-link {
  color: var(--black-color);
  text-align: center;
  font-family: var(--text-font);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
}

.header-custom-style .navbar-nav .nav-link.active,
.header-custom-style .navbar-nav .nav-link:hover {
  color: var(--primary-color);
}

.header-custom-style .navbar-nav {
  gap: 20px;
}

.header-custom-style .btn-outline-primary,
.header-custom-style .btn-primary {
  border-radius: 50px;
  display: flex;
  padding: 5px 20px;
  justify-content: center;
  align-items: center;
}

.header-custom-style .btn-outline-primary {
  border: 1px solid var(--Primary-Color, #0084FF);
}

.header-custom-style .btn-primary {
  background: var(--primary-color);
}

.header-custom-style .btn-outline-primary:hover {
  background: var(--Primary-Color, #0084FF);
}

.header-custom-style .btn-primary:hover {
  background: var(--primary-hover-color);
}

/* ###header style */

/* hero sec */
.hero-section,
.about-section {
  background-image: url('https://storage.perfectcdn.com/nh80j0/fgp5p7c4k3tausgy.png');
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 630px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
}

.hero-title {
  color: var(--Black-Color, #232323);
  font-family: var(--title-font);
  font-size: 44px;
  font-weight: 700;
}

.paragraph {
  color: var(--Paragraph-Color, #5E5E5E);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

.hero-bg-effect {
  position: relative;
  display: block;
}

.img-bg-effect {
  position: relative;
  display: inline-block;
}

.hero-bg-effect::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--secondary-color);
  opacity: 0.5;
  pointer-events: none;
}



.img-bg-effect img {
  position: relative;
  z-index: 1;
}

.img-bg-effect {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.img-bg-effect::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 60%;
  transform: translate(-50%, -50%) rotate(36deg);
  background: radial-gradient(rgb(255 0 255) 0%, rgb(255 0 255) 70%);
  filter: blur(100px);
  z-index: -1;
  opacity: .5;
}

/*.img-bg-effect {
  position: relative;
  display: inline-block;
}

.img-bg-effect::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../img/hero-bg-effect.png') center/cover no-repeat;
  z-index: 0; 
}

.img-bg-effect img {
  position: relative;
  z-index: 1; 
}*/
.btn-outline-primary.custom-primary-outline-style {
  background: var(--white-color);
  color: #000;
}

.btn-outline-primary.custom-primary-outline-style:hover {
  background: var(--primary-color);
  color: white;
}

.btn-primary.custom-primary-style,
.btn-outline-primary.custom-primary-outline-style {
  width: 100%;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  padding: 10px 30px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
}

.custom-login-frm-style {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.has-icon .icon {
  display: flex;
  font-size: 24px;
  color: var(--primary-color);
}

.form-group.has-icon input {
  background: transparent;
  border: 0;
  box-shadow: none !important;
  /*height: 45px;*/
}

.custom-login-frm-style .form-group.has-icon {
  display: flex;
  align-items: center;
  background: var(--white-color);
  padding: 5px 13px;
  border-radius: 50px;
  border: 1px solid #DADADA;
}

.custom-login-frm-style .form-check-label {
  color: #000;

  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.icon.pass-icon {
  color: var(--gray-color);
}

.custom-height {
  height: 100%;
}

@media (max-width: 1199px) {
  .hero-right-img {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .custom-height {
    height: auto;
  }

  .md-reverse-col {
    display: flex;
    flex-direction: column-reverse;
  }

  .hero-section {
    padding: 50px 0;

  }
}

.right-wrapper {
  text-align: center;
  position: relative;
  display: flex;
  align-items: end;
  justify-content: center;
}

.custom-gap-hero {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

/* ###hero sec */

/* counter */
.order-completed {
  text-align: center;
}

.order-completed .icon {
  background-color: var(--primary-color);
  border-radius: 50%;
  width: 87px;
  height: 87px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.order-completed .icon iconify-icon {
  font-size: 35px;
  color: var(--white-color);
}

.order-completed .number {
  font-size: 32px;
  font-weight: 700;
  color: var(--black-color);
}

.order-completed .text {
  font-size: 18px;
  color: var(--gray-color);
}

.counter-wrapper {
  padding: 50px 0;
  background: var(--white-color);
}

/* ###counter */

/* why choose */
.section-title-h2 {
  font-family: var(--title-font);
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 0;
}

.section-subtitle-p {
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--black-color);
}

.w-fitcontent {
  width: fit-content !important;
}

.custom-gap {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.section-inner-gap {
  padding: 100px 0;
}

.body-bg {
  background-color: #F2F4F8;
}

/* ###why choose */

/* our service section */
.mb-30 {
  margin-bottom: 30px;
}

.card.custom-card-style {
  border-radius: 25px;
  background: var(--white-color);
  box-shadow: 0 4px 14px 0 rgba(164, 164, 164, 0.25);
  border: 0;
  height: 100%;
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.card.custom-card-style::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: var(--primary-color);
  opacity: 0;
  z-index: -1;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
}

.card.custom-card-style:hover::after {
  width: 100%;
  height: 100%;
  opacity: 0.1;
}

.card.custom-card-style .card-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 30px 20px;
}

.card.custom-card-style .card-title {
  color: var(--Black-Color, #232323);
  font-family: var(--title-font);
  font-size: 22px;
  font-weight: 700;
}

/*.img-bottom-ctrl {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 1300px) and (min-width: 990px) {
  .img-bottom-ctrl {
    position: absolute;
    bottom: 0;
    right: -70px;
    width: 63%;
  }
}
@media (max-width: 991px) {
    .img-bottom-ctrl {
    position: unset;
  }
}*/
.pb-100 {
  padding-bottom: 100px;
}

@media (min-width: 992px) {
  .img-bottom-ctrl {
    max-height: 100%;
    object-fit: contain;
  }
}

.card-iconify-icon {
  width: 80px;
  height: 80px;
  background: var(--primary-color);
  color: var(--white-color);
  font-size: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-icon img {
  width: 90px;
}

.step-wrapper {
  display: flex;
  justify-content: space-between;
}

.step {
  color: #C2C2C2;
  text-align: right;
  font-family: var(--title-font);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.44px;
}

.btn-sm {
  padding: 5px 15px !important;
}

/*@media (max-width: 991px) {
  .custom-img-fluid{
    max-width: 100%;
  }
}*/
/* ###our service section */

/* faq */
/* Hide Bootstrap's default accordion icon */
.custom-accordion .accordion-button::after {
  display: none !important;
}

.card.custom-card-style.faq:hover::after {
  all: unset;
}

/* Optional: align your icon nicely */
.custom-accordion .accordion-button iconify-icon {
  margin-left: auto;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}

/* Rotate icon when accordion is open */
.custom-accordion .accordion-button:not(.collapsed) iconify-icon {
  transform: rotate(180deg);
}

.custom-accordion .accordion-item {
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.custom-accordion .accordion-button {
  color: #000;
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.36px;
}

.custom-accordion .accordion-body {
  color: var(--gray-color);
  padding-top: 0;
}

.custom-accordion .accordion-button:not(.collapsed) {
  background: var(--white-color);
}

/* ###faq */

/* testimonial */
.test-bg-effect {
  background-image: url('https://storage.perfectcdn.com/nh80j0/mn2h8x4rlky50rg8.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.testimonial-card {
  display: flex;
  gap: 15px;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  align-items: stretch;
}

.testimonial-card .profile-img {
  width: 111px;
  border-radius: 9px;
  object-fit: cover;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
}

.testimonial-card .name {
  font-weight: bold;
  margin-bottom: 0;
  font-size: 18px;
}

.testimonial-card .designation {
  font-size: 0.85rem;
  color: gray;
  margin-bottom: 0;
}

.swiper-slide {
  height: auto !important;
}


/* ###testimonial */

/* footer */
.footer {
  font-size: 14px;
  background: #212027;
}

.footer p {
  margin-bottom: 0.5rem;
  color: var(--white-color);
}

.footer a {
  color: var(--white-color);
  text-decoration: none;
}

.footer a:hover {
  color: var(--primary-hover-color);
}

.footer-links li {
  margin-bottom: 6px;
}

.footer-links li a {
  transition: color 0.3s;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-social a {
  font-size: 15px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;

}

.footer-social iconify-icon {
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
}

.footer-social a:hover iconify-icon {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.footer-icon {
  background: var(--white-color);
  color: var(--primary-color);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
}

.footer-contact div:hover .footer-icon {
  background: var(--primary-color);
  color: var(--white-color);
}

.footer-bottom {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.footer-bottom-links {
  display: flex;
  gap: 15px;
}

.footer-bottom-links a:hover {
  color: var(--primary-hover-color);
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.gap-19 {
  display: flex;
  flex-direction: column;
  gap: 19px;
}

.follow-us-title {
  font-size: 16px;
}

.text-14 {
  font-size: 14px;
}

.footer-links a {
  font-size: 16px;
}

.footer h5 {
  font-family: var(--title-font);
  font-weight: 500;
}

.title-font {
  font-family: var(--title-font);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--gray-color);
  margin-top: 50px;
  padding-top: 15px;
}

/* ###footer */




/* about us */
.gap-15 {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.custom-card-hr {
  border: none;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.icon-circle {
  min-width: 66px;
  min-height: 66px;
  background-color: var(--primary-color);
  border-radius: 50%;
  color: var(--white-color);
  font-size: 30px;
}

.custom-card-hr h6 {
  font-size: 16px;
}

.custom-card-hr p {
  font-size: 11px;
  line-height: 1.4;
  color: var(--gray-color);
}

.card-hr-data {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 100%;
}

.right-edge-image img {
  width: 48%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  object-fit: cover bottom;
}



@media (max-width: 1399px) {
  .right-edge-image img {
    object-fit: scale-down;

  }
}

@media (min-width: 991px) {}

.my-100 {
  margin: 100px 0;
}

.card-wrapper {
  background: var(--white-color);
  border-radius: 25px;
  background: #FFF;
  box-shadow: 0 4px 34px 0 rgba(176, 176, 176, 0.25);
}

.p-56 {
  padding: 56px;
}

.pe-49 {
  padding-right: 49px;
}

.image-top-adjustment {
  margin-top: -150px;
}

.social-btn-group .social-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  background-color: #e9e9e9;
  border-radius: 20px;
  font-size: 14px;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.social-btn-group .social-btn:hover {
  background-color: #dcdcdc;
}

.social-btn-group .social-icon {
  font-size: 18px;
}

.img-bg-effect.about::after {
  background: var(--primary-color);
}

/* ###about us */

/* contact-us */
.custom-card-style.center-aligned-content .card-body {
  align-items: center;
}

.custom-card-style.center-aligned-content .card-title,
.custom-card-style.center-aligned-content .paragraph {
  text-align: center;
}

.gap-10 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

.img-bg-effect.about::after {
  height: 100%;
  transform: translate(-50%, -50%) rotate(0);
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  -o-transform: translate(-50%, -50%) rotate(0);
}

/* ###contact-us */

/* blog */
.custom-card-style.with-img .card-body {
  padding: 15px 20px;
}

.custom-card-style.with-img {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

/* ###blog */


/* blog details */


.blog-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.blog-meta {
  font-size: 16px;
  color: #4B4B4B;
  margin-bottom: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .blog-meta {
    gap: 10px;
  }
}

.para-nav-item,
.Breadcrumb,
.Breadcrumb span {
  text-decoration: none;
  color: #000;
}

.blog-meta iconify-icon {
  font-size: 16px;
  vertical-align: middle;
}

.blog-meta span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.blog-meta .share-icons iconify-icon {
  font-size: 20px;
  margin-left: 10px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.blog-meta .share-icons iconify-icon:hover {
  color: var(--primary-hover-color);
}

.blog-subtitle {
  font-size: 22px;
  font-weight: 600;
  /*margin: 30px 0 15px;*/
}

.blog-content {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
}

.section-inner-gap-2 {
  padding: 40px 0;
}

.gap-8 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}


.gap-32 {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.about-section.mh-auto {
  min-height: auto;
}

.card-wrapper.service-top-card {
  background: var(--primary-color);
  color: var(--white-color);
  margin-top: 100px;
}

.service-top-card .btn.btn-outline-primary {
  background: var(--white-color);
  color: var(--primary-color);
  border-radius: 50px;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 500;
}

.service-top-card .btn.btn-outline-primary:hover {
  background: var(--primary-color);
  color: var(--white-color);
  border-color: var(--white-color);
}

.service-top-card .paragraph {
  color: var(--white-color);
}

/* ###blog details */


/* services style */
.service-top-card .title-font {
  font-size: 24px;
  font-weight: 700;
  font-family: var(--title-font);
  margin-bottom: 0;
}

.service_icon_box {
  display: flex;
  padding: 6px 10px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: #E1E1E1;
  gap: 10px;
  font-size: 14px;
  width: 119px;
}

.service_filter_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  /*height: 40px;*/
  width: 100%;
  padding: 6px 12px;
  text-decoration: none;
  border-radius: 50px;
  border: 1px solid #DDD;
  background: #E7E7E7;
  color: #000;
}

.form-control {
  background-color: var(--body-bg-day);
  border-color: var(--border-color-day);
  box-shadow: none;
  line-height: 1;
  display: flex;
  align-items: center;
  border-radius: 50px;
  font-size: 16px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.search_box_container {
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 50px;
  border: 1px solid #DDD;
  background: #E7E7E7;
}
.search_box_container input{
  padding-right: 35px;
}
.search_box_container a.service_search_submit {
  position: absolute;
  right: 10px;
  font-size: 20px;
  color: var(--gray-color);
  display: flex;
}

.service_filter_btn::after {
  display: none;
}

.service_table {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding: 8px;
  display: flex;
  justify-content: center;
}

.service_table.service_heading {
  border-radius: 5px;
  background: var(--Black-Color, #232323);
  color: var(--white-color);
}

.service_offer_block {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}

/*.table-wrapper.service_table_custom {
  padding: 20px 18px;
  border-radius: 10px;
  background: var(--white);
  border: 0;
}*/
/*.table-wrapper.service_table_custom {
  padding: 20px 18px;
  border-radius: 10px;
  background: #FFF;
  border: 0;
}

.service_table>div {
  display: flex;
  align-items: flex-start;
}

.service_table div {
  flex: 1;
  padding: 8px;
  vertical-align: top;
  line-break: anywhere;
}

a.service_search_submit {
  display: flex;
}*/

/*@media (max-width: 991px) {
  .service_table.service_heading {
    display: none;
  }

  .service_table>div {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
  }


  .table-wrapper .service_table>div[data-label]::before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    color: var(--primary-light);
  }


  .service_table:first-child {
    display: none !important;
  }

  .service_table {
    display: grid;
    gap: 10px;
    padding: 15px 10px;
    grid-template-areas:
      "orderId orderId orderId orderId orderId orderId orderId orderId orderId orderId orderId orderId"
      "table_services table_services table_services table_services table_services table_services table_services table_services table_services table_services table_services table_services"
      "table_rate table_rate table_rate table_min_order table_min_order table_min_order table_min_order table_min_order table_max_order table_max_order table_max_order table_max_order "
      "table_details table_details table_details table_details table_details table_details table_details table_details table_details table_details table_details table_details";
    border-bottom: 0;
  }

  .service_table .table_id {
    grid-area: orderId;
    background: var(--primary-light);
    color: var(--white);
    width: max-content;
    margin: 0 auto;
    border-radius: 5px;
  }

  .service_table .table_services {
    grid-area: table_services;
  }

  .service_table .table_rate {
    grid-area: table_rate;
  }

  .service_table .table_min_order {
    grid-area: table_min_order;
  }

  .service_table .table_max_order {
    grid-area: table_max_order;
  }

  .service_table .table_average_time {
    grid-area: table_average_time;
  }

  .service_table .table_details {
    grid-area: table_details;
  }

  .service_table_custom {
    grid-template-columns: repeat(1, 1fr);
  }

  .custom-flex-column {
    flex-direction: column;
  }
}*/

/*@media (max-width: 768px) {
  .service_table {
    grid-template-areas:
      "orderId orderId orderId orderId orderId orderId orderId orderId orderId orderId orderId orderId"
      "table_services table_services table_services table_services table_services table_services table_services table_services table_services table_services table_services table_services"
      "table_rate table_rate table_rate table_rate table_rate table_rate table_min_order table_min_order table_min_order table_min_order table_min_order table_min_order"
      "table_max_order table_max_order table_max_order table_max_order table_max_order table_max_order table_average_time table_average_time table_average_time table_average_time table_average_time table_average_time"
      "table_details table_details table_details table_details table_details table_details table_details table_details table_details table_details table_details table_details";
  }

  .service_item.service_table_header {
    display: grid;
  }

  .service_item.service_table_header {
    display: none !important;
  }
}*/



.service-top-from {
  padding: 21px 28px;
  border-radius: 10px;
  border: 1px solid #E8E8E8;
  background: var(--white-color, #FFF);
  box-shadow: 0 4px 4px 0 rgba(165, 165, 165, 0.12);
}




/* Desktop Table */
table.custom-table {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}

.custom-table tbody:last-child {
  border-style: hidden;
}

.custom-table th {
  background-color: #222;
  color: #fff;
  text-align: center;
  font-weight: 500;
  white-space: nowrap;
}

.custom-table thead th:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.custom-table thead th:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.custom-table td {
  text-align: center;
  vertical-align: middle;
  padding: 20px;
  white-space: nowrap;
}

.price-badge {
  background-color: #f5a200;
  color: var(--black-color);
  border-radius: 25px;
  padding: 2px 10px;
  display: inline-block;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  width: max-content;
}

.view-btn {
  background: none;
  border: 1px solid #0d6efd;
  color: #0d6efd;
  border-radius: 20px;
  padding: 5px 25px;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s;
}

.view-btn:hover {
  background: #0d6efd;
  color: #fff;
}

.custom-table td:nth-child(2),
.custom-table th:nth-child(2) {
  text-align: left !important;
  width: 35%;
}


/* Hide table header & make card style on small screens */


.custom-table-card {
  padding: 20px 18px;
  border: 0;
  border-radius: 10px;
  background: #FFF;
}


.order-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* Between 768px and 991px → side by side */
@media (min-width: 768px) and (max-width: 991px) {
  .order-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 50%;
    margin: 0 auto;
  }

  .order-wrapper>div {
    flex: 1;
  }
}

/* ###services style */

/* sign up style */
.sign-up-img {
  display: flex;
  justify-content: center;
  align-items: end;
  height: 100%;
  padding-bottom: 50px;
}

.sign-up-img img {
  width: 500px;
}

/* ###sign up style */

/* meadia Query */



@media (max-width: 991px) {
  .section-inner-gap {
    padding: 50px 0;
  }

  /*.testimonial-wrapper {
    height: 450px;
  }*/

  .hero-title,
  .section-title-h2 {
    font-size: 36px;
  }

  .order-completed .number {
    font-size: 28px;
  }

  .card.custom-card-style .card-title {
    font-size: 20px;
  }

  .btn-primary.custom-primary-style,
  .btn-outline-primary.custom-primary-outline-style,
  .service-top-card .btn.btn-outline-primary {
    padding: 8px 18px;
  }

  .custom-accordion .accordion-button {
    font-size: 16px;
  }

  .testimonial-card .name {
    font-size: 16px;
  }

  .gap-19 {
    gap: 16px;
  }

  .has-icon .icon,
  .service-top-card .title-font {
    font-size: 22px;
  }

  .header-custom-style .navbar-nav {
    gap: 0;
  }

  .offcanvas-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .my-100 {
    margin: 50px 0;

  }

  .card-wrapper {
    margin-top: 50px;
  }

  .image-top-adjustment {
    margin-top: -100px;
    margin-bottom: 0;

  }

  .p-56 {
    padding: 0 30px 30px 30px;
  }

  .pe-49 {
    padding-right: 0;
  }

  .right-edge-image img {
    position: relative;
    object-fit: contain;
    width: 100%;
  }
  .card-wrapper.service-top-card{
    margin-top: 80px;
  }
  .section-inner-gap-2{
    padding: 30px 0;
  }

}

@media (max-width: 767px) {

  .btn-primary.custom-primary-style,
  .btn-outline-primary.custom-primary-outline-style,
  .service-top-card .btn.btn-outline-primary {
     padding: 7px 16px;
    font-size: 14px;
  }

  .hero-title,
  .section-title-h2 {
    font-size: 26px;
  }

  .order-completed .number {
    font-size: 24px;
  }

  .card.custom-card-style .card-title {
    font-size: 18px;
  }

  .custom-accordion .accordion-button {
    font-size: 15px;
  }

  .order-completed {
    margin-bottom: 15px;
  }

  .testimonial-card .name {
    font-size: 15px;
  }

  .has-icon .icon,
  .service-top-card .title-font {
    font-size: 20px;
  }

  .gap-19 {
    gap: 14px;
  }

  /*.testimonial-wrapper {
    height: 520px;
  }*/

  .footer-bottom {
    flex-direction: column;
  }

  .footer-bottom-links {
    gap: 10px;
    flex-direction: column;
  }

  .service_icon_box {
    gap: 5px;
    flex: 1 1 100px;
  }

  .search_box_container .form-control,
  .service_filter_btn.dropdown-toggle,
  .custom-login-frm-style .form-control {
    font-size: 14px;
  }

  .sign-up-img img {
    width: fit-content;
  }


}




/* ###meadia Query */