.ddded {
  background-color: #0056cc;
}
.topbar1 .topbar-contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.topbar1 .topbar-contact ul .rs-contact-email {
  color: #fff;
}

.topbar1 .topbar-contact ul li {
  display: inline-block;
  line-height: 50px;
  color: #fff;
}
.topbar1 .topbar-contact ul li a {
  transition: all 0.4sease-in-out 0s;
  border-right: 1px solid #fff;
  /* margin-right: 20px; */
  padding-right: 20px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}
.topbar1 .topbar-contact ul li a:hover {
  text-decoration: none;
}
.topbar1 .topbar-sl-share ul {
  text-align: right;
  margin: 0px;
  padding: 0;
}
.topbar1 .topbar-sl-share ul li {
  display: inline-block;
  font-size: 16px;
  line-height: 50px;
  color: #000;
  font-family: "Poppins", sans-serif;
}
.topbar1 .opening1 a {
  border-right: 1px solid #fff;
  margin-right: 5px;
  padding-right: 20px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  color: #fff;
}

.topbar-sl-share .clearfix li a .topbar_icon {
  width: 52%;
}
.logo-box {
  width: 50%;
}
.logo-container-wrapper {
  width: 15%;
}
.custom-navbar {
  padding: 0 !important;
  height: 105px;
  z-index: 1050;
  border-bottom: 1px solid #ffffff75;
  position: sticky;
  top: 0;
  background-color: #fff;
}

.topbar-contact .rs-contact-info .rs-contact-email img {
  width: 10%;
}

.topbar-contact .rs-contact-info .rs-contact-phone img {
  width: 10%;
}
.logo-text {
  color: #1a1e1a;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1;
  position: relative;
}
.logo-text span {
  color: #2db85c;
}
@media screen and (max-width: 992px) {
  .topbar-contact {
    text-align: center;
  }
  .topbar1 .topbar-contact ul li {
    display: inline-block;
    line-height: 36px;
    color: #fff;
  }
  .topbar1 .topbar-contact ul li a {
    border: none;
  }
  .topbar1 .topbar-contact ul li a {
    border: none;
  }
  .topbar1 .topbar-sl-share ul {
    text-align: center;
    margin: 0px;
    padding: 0;
  }
  .topbar1 .opening1 a {
    border: none;
    margin-right: 0px;
    padding-right: 0px;
  }
}
.custom-navbar .navbar-nav .nav-item {
  position: relative;
  margin: 0 4px;
}
.custom-navbar .navbar-nav .nav-link {
  color: #000 !important;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2px;
  padding: 40px 14px !important;
  transition: color 0.2s ease;
  font-family: "Poppins", sans-serif;
}
/* .custom-navbar .navbar-nav .nav-link:hover {
  color: #1973ee !important;
} */

.custom-navbar .navbar-nav .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.35em;
  vertical-align: 0.1em;
  content: "v";
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 600;
  border: none !important;
  opacity: 0.8;
}

.custom-navbar .dropdown-menu {
  background: rgba(11, 17, 12, 0.95);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(45, 184, 92, 0.2);
  border-radius: 4px;
  margin-top: -5px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  padding: 10px 0;
  min-width: 200px;
}
.custom-navbar .dropdown-item {
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
  transition: all 0.2s ease;
  font-family: "Poppins", sans-serif;
}
.custom-navbar .dropdown-item:hover {
  background-color: #1973ee !important;
  color: #ffffff !important;
  padding-left: 25px;
}

.nav-right-actions {
  height: 105px;
}

.nav-contact-btn {
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  padding: 13px 26px;
  text-decoration: none !important;
  border: 1px solid rgba(45, 184, 92, 0.25);
  position: relative;
  margin-right: 35px;
  font-family: "Poppins", sans-serif;
  background: transparent;
  transition: all 0.3s ease;
  background-color: #0056cc;
}
.nav-contact-btn::before,
.nav-contact-btn::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border: 1px solid #0056cc;
}
.nav-contact-btn::before {
  top: -4px;
  left: -4px;
  border-right: 0;
  border-bottom: 0;
}
.nav-contact-btn::after {
  bottom: -4px;
  right: -4px;
  border-left: 0;
  border-top: 0;
}

.nav-contact-btn:hover {
  background-color: #000;
  color: #ffffff !important;
  border-color: #000;
}

.hero-slider-fullscreen {
  height: 100vh;
  width: 100%;
}
.carousel-inner_hero,
.carousel-item_hero {
  height: 100%;
  width: 100%;
}
.carousel-item_hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slide-overlay {
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.45));
  display: flex;
  align-items: center;
}

.hero-container-box {
  margin-top: 0px;
}

.quality-pill-badge {
  background-color: #0056cc;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 22px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.5px;
  margin-bottom: 25px;
  font-family: "Poppins", sans-serif;
}
.pill-dot {
  font-size: 8px;
  margin-right: 10px;
  color: #ffffff;
}

.hero-main-title {
       font-size: 60px;

  font-weight: 700;
  line-height: 1.15;
  color: #ffffff;
  letter-spacing: -0.5px;
  font-family: "Poppins", sans-serif;
}
.carousel-item_hero {
  background: url(./assets/images/slider-2-1.jpg);
  background-size: cover;
}

.hero-sub-text {
  font-size: 16px;
  color: #e5e7eb;
  line-height: 1.65;
  margin-top: 25px;
  font-weight: 400;
  max-width: 550px;
  font-family: "Poppins", sans-serif;
}

.hero-action-container {
  margin-top: 30px;
}
.our-stores-bracket-btn {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.2px;
  border: 1px solid rgba(45, 184, 92, 0.25);
  padding: 16px 36px;
  text-decoration: none !important;
  position: relative;
  background: transparent;
  transition: all 0.3s ease;
  background-color: #0056cc;
}
.our-stores-bracket-btn::before,
.our-stores-bracket-btn::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border: 1px solid #0056cc;
}
.our-stores-bracket-btn::before {
  top: -4px;
  left: -4px;
  border-right: 0;
  border-bottom: 0;
}
.our-stores-bracket-btn::after {
  bottom: -4px;
  right: -4px;
  border-left: 0;
  border-top: 0;
}

.our-stores-bracket-btn:hover {
  background-color: #000;
  color: #ffffff;
}

.image-match-indicators {
  position: absolute;
  right: 40px;
  top: 50%;
  left: auto;
  bottom: auto;
  transform: translateY(-50%);
  flex-direction: column;
  margin: 0;
  z-index: 40;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: #000000 !important;
  border: 1px solid #000000 !important;
  border-radius: 0.25rem;
  display: block;
}
@media (max-width: 992px) {
  .hero-slider-fullscreen {
    height: 77vh !important;
    width: 100%;
  }
  .custom-navbar {
    background: #fff !important;
    height: auto;
    padding: 10px 0 !important;
  }
  .logo-container-wrapper {
    height: auto;
    padding-left: 15px;
  }
  .logo-container-wrapper::before {
    display: none;
  }

  .logo-text {
    font-size: 26px;
  }
  .logo-box {
    width: 100%;
  }
  .logo-text img {
    width: 100% !important;
  }
  .logo-container-wrapper {
    width: 21% !important;
  }
  .custom-navbar .navbar-nav .nav-link {
    padding: 24px 20px 0px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
  .custom-navbar .dropdown-menu {
    background: transparent;
    border: none;
    box-shadow: none;
    padding-left: 15px;
  }
  .hero-main-title {
    font-size: 42px;
  }
  .hero-container-box {
    padding-left: 20px;
  }
}

.about_section {
  padding: 80px 0px;
  background-color: #ffffff;
  font-family: "Poppins", sans-serif;
  overflow: hidden;
}

.about_img_wrapper {
  position: relative;
}
.service_section {
  padding: 80px 0px;
  background-color: #fafafa;
}
.service_card {
  border: 1px solid #d3d3d3;
  border-radius: 16px;
  padding: 10px;
}
.service_card img {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.service_card {
  transform: translateY(-8px);
  border-color: #0076f7;
  box-shadow: 0px 20px 40px rgba(60, 109, 224, 0.08);
  margin-top: 10px;
}

.service_card_body {
  padding-top: 20px;
}
.service_card_body .service_card_tittle {
  font-size: 23px;
  font-weight: 600;
  color: #111625;
  line-height: 28px;
  margin-bottom: 15px;
  transition: color 0.3s ease;
  font-family: "Poppins", sans-serif;
}
.service_card_body .servcie_card_desc {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #6c727f;
}
.main_img_box .main_img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.floating_location_badge h5 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin: 0;
  text-align: center;
}

.about_content {
  padding-left: 35px;
}

.about_content .main_heading {
  font-size: 44px;
  font-weight: 700;
  color: #1a2b49;
  line-height: 54px;
  margin-bottom: 25px;
  font-family: "Marcellus", serif;
}

.business_info_block {
  margin-bottom: 25px;
}

.business_info_block .info_text {
  font-size: 20px;
  font-weight: 600;
  color: #1a2b49;
  line-height: 28px;
}

.business_info_block .sky_blue_light {
  color: #00d2ff;
  border-bottom: 2px solid #00d2ff;
  padding-bottom: 1px;
}

.about_content p {
  font-size: 15px;
  color: #697488;
  line-height: 26px;
  margin-bottom: 40px;
  text-align: justify;
}

.btn_get_started {
  display: inline-block;
  background-color: #0056cc;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  padding: 15px 35px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0px 5px 15px rgba(0, 86, 204, 0.2);
  margin-bottom: 15px;
}

.btn_get_started:hover {
  background-color: #1a2b49;
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-2px);
}

@media (max-width: 992px) {
  .about_img_wrapper {
    max-width: 500px;
    margin: 0 auto 50px auto;
    padding-left: 20px;
  }
  .about_content {
    padding-left: 0px;
  }
  .about_content .main_heading {
    font-size: 34px;
    line-height: 44px;
  }
}

@media (max-width: 992px) {
  .about_img_wrapper {
    padding-left: 0px;
  }

  .about_content .main_heading {
    font-size: 26px;
    line-height: 36px;
  }
  .business_info_block {
    flex-direction: column;
    align-items: flex-start;
  }

  .business_info_block .info_text {
    font-size: 18px;
    line-height: 26px;
  }
  .about_footer_row {
    flex-direction: column;
    align-items: flex-start;
  }
  .cta_btn_box {
    width: 100%;
    margin-top: 15px;
  }
  .btn_get_started {
    width: 100%;
    text-align: center;
  }
}

.why_choose_section {
  padding: 80px 0px;
  background-color: #fff;
}
.expert {
  border: 1px solid #0277f7;
  height: 355px;
  border-radius: 16px;
  padding: 20px 20px;

  margin-top: 10px;

  box-shadow: 0px 20px 40px rgba(60, 109, 224, 0.08);
}
.expert img {
  width: 20%;
  text-align: center;
}
.expert h3 {
  padding-top: 15px;
  padding-bottom: 7px;
  font-size: 23px;
  text-align: left;
}
.expert p {
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #6c727f;
}
.expert_top {
  margin-top: 30px;
}
.heading_section_block {
  margin-bottom: 30px;
  font-family: "Poppins", sans-serif;
}

.heading_section_block .heading_section_main_title {
  font-size: 44px;
  font-weight: 700;
  color: #0e2246;
  line-height: 54px;
  margin: 0px auto;
  max-width: 800px;
  font-family: "Marcellus", serif;
}

@media (max-width: 992px) {
  .heading_section_block .heading_section_main_title {
    font-size: 36px;
    line-height: 46px;
  }
}

@media (max-width: 992px) {
  .about_section {
    padding: 50px 0px;
  }
  .service_section {
    padding: 50px 0px;
    background-color: #fafafa;
  }
  .why_choose_section {
    padding: 50px 0px;
    background-color: #fff;
  }
  .service_card_res_top_bottom_expert {
    margin-top: 30px !important;
  }
  .expert {
    border: 1px solid #0277f7;
    height: 100%;
    border-radius: 16px;
    padding: 20px 20px;
    margin-top: 0px !important;
    box-shadow: 0px 20px 40px rgba(60, 109, 224, 0.08);
  }
  .testimonial_slide_item {
    padding: 0px 5px !important;
    outline: none;
  }
  .faq-wrapper {
    padding: 50px 0px 50px !important;
    background-color: #fafafa;
  }
  .service_card_res_top_bottom {
    margin-top: 20px;
  }
  .heading_section_block .heading_section_sub_title {
    font-size: 12px;
  }
  .heading_section_block .heading_section_main_title {
    font-size: 26px;
    line-height: 36px;
  }
  .wcu_title {
    font-size: 26px !important;

    line-height: 36px !important;

    margin-top: 0px !important;
  }
}

.how_it_works_section {
  padding: 80px 0px;
  background-color: #fafafa;
  font-family: "Poppins", sans-serif;
}

.how_it_works_card_col {
  position: relative;
  padding: 0px 12px;
}

.how_it_works_step_card {
  background-color: #ffffff;
  border: 1px solid #0076f7;
  border-radius: 16px;
  padding: 35px 30px 30px 30px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.01);
  min-height: 380px;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.how_it_works_step_card .how_it_works_card_num {
  font-family: "Playfair Display", serif;
  font-size: 52px;
  font-weight: 700;
  color: #0076f7;
  line-height: 1;
  margin-bottom: 15px;
  transition: transform 0.3s ease;
}

.how_it_works_step_card .how_it_works_card_tag {
  font-size: 11px;
  font-weight: 700;
  color: #9c9a96;
  letter-spacing: 1.5px;
  display: block;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

.how_it_works_step_card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #111625;
  line-height: 28px;
  margin-bottom: 15px;
  transition: color 0.3s ease;
}

.how_it_works_step_card p {
  font-size: 14px;
  color: #5c6270;
  line-height: 24px;
  margin-bottom: 40px;
  font-family: "Poppins", sans-serif;
}

.how_it_works_step_card .how_it_works_card_bottom_highlight {
  font-size: 13px;
  font-weight: 600;
  color: #0076f7;
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px dashed #e8e6e1;
  transition: all 0.3s ease;
  font-family: "Poppins", sans-serif;
}

.how_it_works_arrow_divider {
  position: absolute;
  right: -10px;
  top: 45%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #c4bebb;
  z-index: 5;
  pointer-events: none;
  transition: all 0.4s ease;
}

.how_it_works_card_col:hover h3 {
  color: #0076f7;
}

@media (max-width: 992px) {
  .how_it_works_step_card {
    min-height: auto;
  }
  .how_it_works_card_col {
    margin-bottom: 25px;
  }

  .how_it_works_card_col:hover .how_it_works_step_card {
    transform: none;
  }
}

@media (max-width: 992px) {
  .how_it_works_arrow_divider {
    display: none;
  }
  .how_it_works_section {
    padding: 50px 0px;
  }
  .how_it_works_step_card {
    padding: 30px 20px;
  }
  .how_it_works_step_card .how_it_works_card_num {
    font-size: 44px;
  }
  .how_it_works_step_card h3 {
    font-size: 19px;
    line-height: 26px;
  }
}

.testimonial_slider_section {
  padding: 80px 0px;
  background-color: #fff;

  overflow: hidden;
}

.testimonial_slide_item {
  padding: 15px 12px;
  outline: none;
}

.testimonial_premium_card {
  background-color: #ffffff;
  border: 1px solid #0076f7;

  border-radius: 16px;
  padding: 40px 35px;

  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
}

.testimonial_premium_card p {
  font-size: 15px;
  font-weight: 400;
  color: #1c2024;
  line-height: 28px;
  margin-bottom: 30px;
  flex-grow: 1;
  font-family: "Poppins", sans-serif;
}

.testimonial_author_meta {
  margin-top: auto;
  border-top: 1px solid #f5f3ef;
  padding-top: 20px;
}

.testimonial_author_img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 14px;
  background-color: #eaeaea;
}

.testimonial_author_info {
  line-height: 1.3;
}

.testimonial_author_info h4 {
  font-size: 15px;
  font-weight: 700;
  color: #111625;
  margin-bottom: 3px;
}

.testimonial_author_info p {
  font-size: 13px;
  color: #70757f;
  margin-bottom: 0px;
  font-weight: 500;
}

.testimonial_slick_init .slick-dots {
  bottom: -40px;
}

.testimonial_slick_init .slick-dots li button:before {
    font-size:32px;
    color: #c4bebb;
    opacity: 0.5;
}

.testimonial_slick_init .slick-dots li.slick-active button:before {
      color: #0076f7;
    opacity: 1;
    font-size: 32px;
}

@media (max-width: 992px) {
  .testimonial_premium_card {
    padding: 30px 24px;
    min-height: 290px;
  }
  .testimonial_quote_text {
    font-size: 15px;
    line-height: 26px;
  }
}

@media (max-width: 992px) {
  .testimonial_slider_section {
    padding: 50px 0px;
  }
  .testimonial_premium_card {
    min-height: auto;
  }
}

.testimonial_stars_box img {
  width: 27%;
  margin-bottom: 10px;
}

.faq-wrapper {
  padding: 80px 0px 80px;
  background-color: #fafafa;
}

.sub-title {
  color: #000;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 15px;
}

.main-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.faq-item {
  border-bottom: 1px solid #e0dbd1;
  padding: 10px 0;
}

.faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  cursor: pointer;
  text-decoration: none !important;
}

.faq-question {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin: 0;
  padding-right: 20px;
  font-family: "Poppins", sans-serif;
}

.faq-icon-box {
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.faq-icon-box::before,
.faq-icon-box::after {
  content: "";
  position: absolute;
  background-color: #333;
  transition: transform 0.3s ease;
}

.faq-icon-box::before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.faq-icon-box::after {
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.faq-header:not(.collapsed) .faq-icon-box::after {
  transform: translateX(-50%) rotate(90deg);
  opacity: 0;
}

.faq-body {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  padding-bottom: 20px;
  font-family: "Poppins", sans-serif;
}
.wcu_title {
  font-size: 44px;
  font-weight:700;
  line-height: 56px;
  color: #111;
  font-family: "Marcellus", serif;
  color: #000;
  margin-top: 10px;
}

.wcu_desc {
  font-size: 15px;
  line-height: 1.7;
}

.wcu_number {
  font-family: "Marcellus", serif;
  font-size: 3.2rem;
  font-weight: 500;
  color: #000;
  min-width: 140px;
  line-height: 1;
}

.wcu_info h4 {
  font-family: "Marcellus", serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
}
.main_img {
  width: 100%;
  display: block;
  border-radius: 30px;
}

.footer_bgcolor {
  background-color: #000000;
  padding: 70px 0px 60px 0px;

  color: #ffffff;
}

.footer_bgcolor_logo_box {
  margin-bottom: 25px;
}

.footer_bgcolor_logo {
  max-height: 89px;
  background-color: #ffffff;
  padding: 8px 14px;
  border-radius: 4px;
}

.footer_bgcolor_text {
  font-size: 14px;
  color: #ebdcd5;
  line-height: 24px;
  margin-bottom: 25px;
  max-width: 320px;
  font-family: "Poppins", sans-serif;
}

.footer_bgcolor_socials {
  display: flex;
  gap: 12px;
}

.footer_bgcolor_icon_link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background-color: #ffffff;
  color: #7a442e;
  border-radius: 6px;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer_bgcolor_icon_link:hover {
  background-color: #ebebeb;
  color: #ffffff;
  transform: translateY(-3px);
  text-decoration: none;
}

.footer_bgcolor_title {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 30px;
  letter-spacing: -0.3px;
}

.footer_bgcolor_links_list li {
  margin-bottom: 12px;
}

.footer_bgcolor_links_list li a {
  font-size: 15px;
  color: #ebdcd5;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  font-family: "Poppins", sans-serif;
}

.footer_bgcolor_links_list li a:hover {
  color: #ffffff;
  transform: translateX(5px);
  text-decoration: none;
}

.footer_bgcolor_contact_list li {
  margin-bottom: 18px;
}

.footer_bgcolor_contact_icon {
  font-size: 15px;
  color: #ffffff;
  width: 25px;
  display: inline-block;
  margin-top: 3px;
}

.footer_bgcolor_contact_data {
  font-size: 15px;
  color: #ebdcd5;
  text-decoration: none;
  line-height: 24px;
  transition: color 0.3s ease;
  font-family: "Poppins", sans-serif;
}

a.footer_bgcolor_contact_data:hover {
  color: #ffffff;
  text-decoration: none;
}

.footer_bgcolor_copyright_bar {
  background-color: #faf6f0;
  padding: 20px 0px;

  border-top: 1px solid #ebdcd5;
}

.footer_bgcolor_copy_text {
  font-size: 14px;
  color: #444444;
  margin-bottom: 0px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.footer_bgcolor_author_link {
  color: #000000;
  font-weight: 700;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.footer_bgcolor_author_link:hover {
     color: #0056cc;
}

@media (max-width: 992px) {
  .footer_bgcolor {
    padding: 60px 0px 40px 0px;
  }
  .footer_bgcolor_title {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 20px;
  }
  .footer_bgcolor_text {
    max-width: 100%;
  }
}

@media (max-width: 992px) {
  .footer_bgcolor {
    padding: 50px 0px 30px 0px;
  }
  .footer_bgcolor_col {
    text-align: left;
  }
  .footer_bgcolor_copy_text {
    font-size: 18px;
    line-height: 26px;
  }
}

.footer_bgcolor_contact_icon img {
  width: 75%;
}

.footer_bgcolor_icon_link img {
  width: 49%;
}

.page-title {
  position: relative;
  padding: 140px 0px 80px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.page-title:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
}
.page-title h1 {
  position: relative;
  color: #ffffff;
  font-size: 50px;
  font-weight: 600;
  line-height: 1em;
  padding-bottom: 20px;
  margin-bottom: 22px;
 font-family: "Marcellus", serif;
}
.page-title h1:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 50px;
  height: 2px;
  background-color: #0056cc;
}
.page-title .page-breadcrumb {
  position: relative;
}
.page-title .page-breadcrumb li {
  position: relative;
  display: inline-block;
  margin-right: 2px;
  padding-right: 2px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.page-title .page-breadcrumb li a {
  color: #ffffff;
  font-weight: 500;
}

.page-title .page-breadcrumb li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}
.page-title .page-breadcrumb {
  position: relative;

  padding: 0px;
}
.right_arrow {
  width: 9px;
}

.about_us_page {
  padding: 80px 0px;
}

.about_us_page .accent_line {
  width: 45px;
  height: 2px;
  background-color: #c4965e;
  margin-bottom: 30px;
}

.about_us_page .image_wrapper {
  position: relative;
  display: inline-block;
  z-index: 1;
  padding-top: 30px;
  padding-right: 30px;
}

.about_us_page .image_wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 85%;
  height: 90%;
  background-color: #0056cc;
  z-index: -1;
}

.about_us_page .image_wrapper img {
  position: relative;
  z-index: 2;
  display: block;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}

@media (max-width: 992px) {
  .about_us_page h2 {
    font-size: 27px;
  }
  .about_us_page .image_wrapper {
    padding-top: 20px;
    padding-right: 20px;
    margin-top: 20px;
  }
}

.why_choose_us {
  background-color: #fafafa;
  position: relative;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
  padding: 80px 0px;
}

.why_choose_us .bg_image_column {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  background-image: url("why-choose-us-3.jpg");
  background-size: cover;
  background-position: center left;
  z-index: 1;
}

.why_choose_us .z_index_up {
  z-index: 2;
}

.why_choose_us .content_card_box {
  background-color: #ffffff;
  padding: 60px 80px 60px 60px;
  box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.04);
  margin-top: 40px;
  margin-bottom: 40px;
}

.why_choose_us .heading_wrapper {
  display: flex;
  align-items: center;
}

.why_choose_us h3 {
  font-size: 44px;
  font-weight: 700;
  color: #1a2b49;
  line-height: 54px;
  margin-bottom: 25px;
  font-family: "Marcellus", serif;
}

.why_choose_us .inline_line {
  width: 35px;
  height: 1.5px;
  background-color: #c4965e;
  margin-left: 15px;
}

.why_choose_us p {
  font-size: 15px;
  color: #7d7d7d;
  line-height: 28px;
  margin-bottom: 30px;
}

.why_choose_us .feature_item {
  display: flex;
  align-items: flex-start;
}

.why_choose_us .icon_box {
  font-size: 28px;

  margin-right: 15px;
  line-height: 1;
  padding-top: 3px;
  width: 20%;
}

.why_choose_us h4 {
  font-size: 17px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 4px;
}

.why_choose_us span {
  font-size: 13px;
  color: #8c8c8c;
  line-height: 22px;
  display: block;
}

@media (max-width: 1199px) {
  .why_choose_us .content_card_box {
    padding: 45px;
  }
}

@media (max-width: 992px) {
  .why_choose_us {
    background-color: #ffffff;
    padding: 0px 0px 50px !important;
  }
  .why_choose_us .content_card_box {
    padding: 30px 15px;
    box-shadow: none;
    margin: 0;
  }
  .why_choose_us h3 {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
.about_why_us_img img {
  width: 100%;
}

.services_list_card {
  background-color: #f2f2f28a;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  margin-top: 136px;
}

.service_card_list h3 {
  background-color: #0056cc;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  padding: 20px 24px;
  border-radius: 16px 16px 0 0;
}

.service_menu_list {
  margin-bottom: 0;
  padding: 10px 0;
}

.service_menu_list li {
  border-bottom: 1px solid #f0ece3;
}

.service_menu_list li:last-child {
  border-bottom: none;
}

.service_menu_list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 24px;
  color: #2b2b2b;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
}

.service_arrow_img {
  width: 14px;
  height: 14px;
  object-fit: contain;
  display: inline-block;
}

.contact_cta_card {
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  position: relative;
  padding: 40px 24px;
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top: 30px;
}

.cta_content h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
}

.cta_content p {
  font-size: 14px;
  opacity: 0.9;
  line-height: 1.6;
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
}

.cta_content .phone_number {
  font-size: 16px;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 8px 15px;
  border-radius: 30px;
  display: inline-block;
  backdrop-filter: blur(5px);
  font-family: "Poppins", sans-serif;
}

.service_details_main img {
  border-radius: 16px;
  object-fit: cover;
  height: 400px;
}

.service_details_description p {
  font-size: 15px;
  color: #555555;
  line-height: 1.7;
  margin-bottom: 20px;
}

.servive_details_second_section h2 {
  font-size: 34px;
  font-weight: 700;
  color: #1a2b49;
  line-height: 54px;
  margin-bottom: 25px;
  font-family: "Marcellus", serif;
}
.service_details_main h2 {
  font-size: 44px;
  font-weight: 700;
  color: #1a2b49;
  line-height: 54px;
  margin-bottom: 25px;
  font-family: "Marcellus", serif;
}

@media (max-width: 992px) {
  .service_details_main img {
    height: auto;
  }

  .service_details_main h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .servive_details_second_section h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .services_list_card {
    margin-top: 20px;
  }
  .contact_cta_card {
    margin-top: 40px !important;
  }
}

.description_text p {
  color: #6c757d;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-align: justify;
}
.servive_details_second_section p {
  color: #6c757d;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-align: justify;
}

.service_details_section {
  padding: 80px 0px;
}

.contact_us_page {
  background-color: #fafafa;
  font-family: "Poppins", sans-serif;
}

.contact_us_page .main_card_wrapper {
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-wrap: wrap;
}

.contact_us_page .image_container_box {
  background-image: url("./assets/images/contact-us-img.jpg");
  background-size: cover;
  background-position: center;
  width: 50%;
  min-height: 550px;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 30px;
}

.contact_us_page .contact_us_information {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: space-around;
}

.contact_us_page .info_text span {
  display: block;
  font-size: 13px;
  color: #ffffff;
}

.contact_us_page .info_text strong {
  display: block;
  font-size: 15px;
  color: #ffffff;
  margin-top: 4px;
}

.contact_us_page .form_container_box {
  width: 50%;
  padding: 60px 50px;
}

.contact_us_page .badge_text {
  font-size: 12px;
  font-weight: 600;
  color: #333333;
  border: 1px dashed #cccccc;
  padding: 4px 12px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 20px;
}

.contact_us_page h3 {
  font-size: 44px;
  font-weight: 700;
  color: #1a2b49;
  line-height: 54px;
  margin-bottom: 25px;
  font-family: "Marcellus", serif;
}

.contact_us_page p {
  font-size: 14px;
  color: #7a7a7a;
  line-height: 24px;
  margin-bottom: 35px;
}

.contact_us_page form {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.contact_us_page input {
  width: calc(50% - 8px);
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 14px 20px;
  font-size: 14px;
  outline: none;
}

.contact_us_page textarea {
  width: 100%;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 14px 20px;
  font-size: 14px;
  outline: none;
  resize: none;
}

.contact_us_page input:focus,
.contact_us_page textarea:focus {
  border-color: #0056cc;
}

@media (max-width: 992px) {
  .contact_us_page .image_container_box,
  .contact_us_page .form_container_box {
    width: 100%;
  }
  .contact_us_page .image_container_box {
    min-height: 380px;
  }
  .contact_us_page .form_container_box {
    padding: 40px 25px;
  }
  .contact_us_page h3 {
    font-size: 26px;
    line-height: 36px;
  }
  .contact_us_page {
    padding: 50px 0px;
  }
  .page-title h1 {
    font-size: 38px;
  }
  
}
@media (max-width: 575px) {
  .contact_us_page input {
    width: 100%;
  }
  .contact_us_page .contact_us_information {
    flex-direction: column;
    gap: 15px;
  }
}

.info_text span img {
  width: 7%;
}

.contact_us_page {
  padding: 80px 0px;
}









.our_gallery {
    font-family: 'Poppins', sans-serif;
    background-color: #f8f9fa; /* Light grey subtle background like image */
    padding: 80px 0;
}



/* --- Masonry Grid Engine (Creates the exact compact fluid structure) --- */
.gallery_masonry_grid {
    column-count: 4; /* Desktop pe 4 columns */
    column-gap: 20px;
    width: 100%;
}

.gallery_item {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px; /* Space between rows */
    background: #ffffff;
    border-radius: 16px; /* Smooth heavy rounded corners like image */
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); /* Soft premium shadow */
    cursor: pointer;
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.3s ease;
}

/* Image behavior inside card */
.gallery_img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Smooth hover scaling inside grid */
.gallery_item:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

/* --- Responsive Layout Breaks --- */
@media (max-width: 992px) {
    .gallery_masonry_grid {
        column-count: 3; /* Tablets pe 3 columns */
    }
}

@media (max-width: 768px) {
    .gallery_masonry_grid {
        column-count: 2; /* Small screens pe 2 columns */
    }
    .our_gallery .gallery_title {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .gallery_masonry_grid {
        column-count: 1; /* Mobile pe single display cascade */
    }
}

/* --- Custom Zoom Modal Styling (Zero Inline) --- */
.gallery_zoom_backdrop {
    background-color: rgba(15, 23, 42, 0.9) !important; /* Dark slate matte overlay */
}

.gallery_modal_body {
    background: transparent !important;
    border: none !important;
    position: relative;
}

.zoomed_fluid_img {
    max-height: 85vh;
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

.gallery_close_btn {
    position: absolute;
    top: -50px;
    right: 0;
    background: none;
    border: none;
    color: #ffffff;
    font-size: 3rem;
    line-height: 1;
    opacity: 0.7;
    outline: none !important;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.gallery_close_btn:hover {
    opacity: 1;
}