/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@font-face {
  font-family: "Righteous";
  src: url("../fonts/Poppins-Black.ttf");
  src: url("../fonts/Roboto.ttf");
}

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
  box-sizing: border-box !important;
  transition: ease all 0.5s;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #666666;
  font-size: 14px;
  font-family: Poppins;
  line-height: 1.80857;
  font-weight: normal;
  overflow-x: hidden;
}

a {
  color: #1f1f1f;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  font-weight: normal;
  position: relative;
  padding: 0 0 10px 0;
  font-weight: normal;
  line-height: normal;
  color: #111111;
  margin: 0;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 13px;
}

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

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #212121;
  text-decoration: none !important;
  opacity: 1;
}

button:focus {
  outline: none;
}

ul,
li,
ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

p {
  margin: 20px;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
}

a {
  color: #222222;
  text-decoration: none;
  outline: none !important;
}

a,
.btn {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
}

:focus {
  outline: 0;
}

.layout_padding {
  padding-top: 90px;
  padding-bottom: 0px;
}

.padding_0 {
  padding: 0px;
}

.header_bg {
  width: 100%;
  float: left;
  background: #2d4fbc !important;
  padding-bottom: 20px !important;
}

.header_section {
  width: 100%;
  float: left;
  background-image: url(../images/banner-bg.png);
  height: auto;
  background-size: cover;
  padding-bottom: 90px;
}

.bg-dark {
  background-color: transparent !important;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url(../images/toggle-icon.png);
}

.navbar-toggler-icon {
  width: 55px;
}

.navbar-dark .navbar-toggler {
  border-color: transparent !important;
}

.navbar-toggler {
  padding: 0.25rem 0px;
}

.navbar {
  padding: 30px 0px 10px 0px;
}

.navbar-dark .navbar-nav .nav-link {
  color: #000;
  font-size: 18px;
  padding-bottom: 0px;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #000;
}

.logo {
  width: 70%;
  float: left;
}

.banner_taital {
  width: 100%;
  float: left;
  font-size: 70px;
  color: #060303;
  font-weight: bold;
  line-height: 1.2;
  padding-top: 60px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.banner_text {
  width: 90%;
  float: left;
  font-size: 16px;
  color: #383838;
  margin-left: 0px;
}

.read_bt {
  width: auto;
  float: left;
  margin-top: 30px;
}

.read_bt a {
  width: auto;
  float: left;
}

.read_bt a:hover {
  background-color: #8480f9;
  border-bottom: 7px solid #393bb9;
}

#my_slider .carousel-control-prev:hover,
#my_slider .carousel-control-next:hover,
#my_slider .carousel-control-prev:focus,
#my_slider .carousel-control-next:focus {
  background: #055eff;
  color: #fff;
}

#my_slider a.carousel-control-prev {
  position: absolute;
  left: 850px;
  top: 100%;
}

#my_slider a.carousel-control-next {
  position: absolute;
  right: 350px;
  top: 100%;
  background-color: #055eff;
}

#my_slider .carousel-control-prev,
#my_slider .carousel-control-next {
  width: 65px;
  height: 65px;
  background: #000006;
  opacity: 1;
  font-size: 30px;
  color: #ffffff;
}

.about_section {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 90px;
}

.image_2 {
  width: 90%;
  float: left;
}

.about_section::after {
  content: "";
  position: absolute;
  height: 466px;
  width: 655px;
  margin: 0 auto;
  justify-content: center;
  left: 0px;
  right: initial;
  display: block;
  background-image: url(../images/about-bg.png);
  top: 37px;
  z-index: -1;
  background-size: 100%;
}

.about_taital {
  width: 100%;
  float: left;
  font-size: 40px;
  color: #383838;
}

.about_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #0c0900;
  margin-left: 0px;
}

.us_text {
  background-color: #ececeb;
  border-radius: 100%;
  color: #5114b2;
  padding: 5px 10px;
}

.read_bt_1 {
  width: 170px;
  float: left;
  margin-top: 40px;
}

.read_bt_1 a {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  background-color: #393bb9;
  border-radius: 30px;
  padding: 9px 0px;
}

.read_bt_1 a:hover {
  background-color: #8480f9;
}

.services_section {
  width: 100%;
  float: left;
  background-image: url(../images/services-bg.png);
  background-size: cover;
  height: auto;
  padding-bottom: 90px;
  margin-top: 90px;
  background-repeat: no-repeat;
}

.service_taital {
  width: 100%;
  float: left;
  font-size: 40px;
  color: #ffffff;
  text-align: center;
}

.service_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #dcdada;
  margin-left: 0px;
  text-align: center;
}

.our_text {
  background-color: #ececeb;
  border-radius: 100%;
  color: #5114b2;
  padding: 17px 10px;
}

.services_section_2 {
  width: 100%;
  float: left;
}

.icon_1 {
  width: 100%;
  float: left;
  text-align: center;
  padding-top: 90px;
}

.design_text {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  padding-top: 10px;
}

.lorem_text {
  width: 80%;
  text-align: center;
  color: #d5d5d5;
  font-size: 16px;
  margin: 0 auto;
}

.icon_3 {
  width: 100%;
  float: left;
  text-align: center;
  padding-top: 220px;
}

.read_bt_2 {
  width: 170px;
  margin: 0 auto;
  text-align: center;
}

.read_bt_2 a {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #000;
  text-align: center;
  background-color: #ffffff;
  border-radius: 30px;
  padding: 9px 0px;
  margin-top: 70px;
}

.read_bt_2 a:hover {
  background-color: #8480f9;
}

.blog_section {
  width: 100%;
  float: left;
  padding-bottom: 90px;
}

.blog_taital {
  width: 100%;
  float: left;
  font-size: 40px;
  color: #181717;
  text-align: center;
  margin-top: 15px;
}

.blog_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #2d2d2d;
  margin-left: 0px;
  text-align: center;
  font-weight: 400;
}

.box_main {
  width: 100%;
  float: left;
  background-color: #ffffff;
  height: auto;
  border-radius: 5px;
  padding-bottom: 20px;
}

.box_main:hover {
  box-shadow: 0px 1px 10px 1px #888888;
}

.student_bg {
  width: 100%;
  float: left;
  background-image: url(../images/img-3.png);
  height: auto;
  background-size: cover;
  position: relative;
  min-height: 287px;
  background-repeat: no-repeat;
}

.image_15 {
  width: 20%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: -40px;
  background: #334bbb;
  display: block;
  border-radius: 100%;
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  padding: 13px 20px;
  left: 0;
  right: 0;
}

.hannery_text {
  width: 100%;
  float: left;
  font-size: 20px;
  color: #1d1f1e;
  font-weight: bold;
  padding-left: 20px;
  padding-top: 15px;
}

.fact_text {
  width: 100%;
  float: left;
  font-size: 15px;
  color: #282828;
  margin: 0px;
  padding: 0px 11px;
  padding-left: 20px;
}

.newsletter_section {
  width: 100%;
  float: left;
  background-color: #2e4dbc;
  height: auto;
  padding: 40px 0px;
}

.newsletter_text {
  width: 100%;
  float: left;
  color: #ffffff;
  font-size: 40px;
}

.tempor_text {
  width: 100%;
  float: left;
  color: #ffffff;
  font-size: 16px;
  margin-left: 0px;
  margin-top: 0px;
}

.mail_bt_main {
  width: 100%;
  float: left;
  padding-top: 50px;
}

.mail_text {
  width: 60%;
  float: left;
  color: #000;
  font-size: 16px;
  background-color: #ffffff;
  padding: 10px 15px;
  border: 0px;
  height: auto;
  border-radius: 50px;
}

.subscribe_bt {
  width: 150px;
  float: left;
  color: #acabab;
  font-size: 16px;
  background-color: #040202;
  padding: 10px 15px;
  text-align: center;
  border-radius: 50px;
  margin-left: 30px;
}

.subscribe_bt a {
  color: #acabab;
}

.client_section {
  width: 100%;
  float: left;
  background-color: #f5f5f5;
  height: auto;
  padding-bottom: 140px;
}

.tes_text {
  background-color: #ececeb;
  border-radius: 100%;
  color: #5114b2;
  padding: 15px 10px;
}

.client_section_2 {
  width: 100%;
  float: left;
}

.client_box {
  width: 100%;
  float: left;
  background-color: #402fb7;
  padding: 30px 30px 10px 30px;
  border-radius: 20px;
}

.client_box.active {
  background-color: #ffffff;
}

.client_box:hover {
  background-color: #ffffff;
}

.client_box:hover .magna_text {
  color: #000;
}

.client_box:hover .consectetur_text {
  color: #000;
}

.client_box:hover .ipsum_text {
  color: #000;
}

.left_main {
  width: 30%;
  float: left;
}

.right_main {
  width: 70%;
  float: left;
}

.magna_text {
  width: 100%;
  float: left;
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
}

.magna_text.active {
  color: #000;
}

.consectetur_text {
  width: 100%;
  float: left;
  font-size: 20px;
  color: #ffffff;
  margin: 0px;
}

.consectetur_text.active {
  color: #000;
}

.quote_icon {
  width: 30px;
  float: left;
  padding-top: 10px;
  background-image: url(../images/quote-icon1.png);
  height: 100px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 15px;
}

.quote_icon.active {
  background-image: url(../images/quote-icon.png);
}

.client_box .quote_icon:hover {
  background-image: url(../images/quote-icon.png);
}

.ipsum_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #ffffff;
  margin-left: 0px;
}

.ipsum_text.active {
  color: #000;
}

.carousel-indicators li {
  width: 50px;
  height: 15px;
  border-radius: 40px;
  background-color: #0c0900;
}

.carousel-indicators .active {
  background-color: #402fb7;
}

.carousel-indicators {
  bottom: -80px;
}

.contact_section {
  width: 100%;
  float: left;
  padding-bottom: 90px;
}

.touch_taital {
  width: 100%;
  float: left;
  font-size: 40px;
  color: #1d1c1c;
  font-weight: bold;
  text-align: center;
}

.contact_section_2 {
  width: 100%;
  float: left;
  margin-top: 30px;
}

.email_text {
  width: 100%;
  float: left;
  padding: 20px 20px 20px 20px;
}

.email-bt {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #2a2a2c;
  margin-bottom: 20px;
  padding: 8px 15px;
  border: 1px solid #909090;
}

.massage-bt {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #2a2a2c;
  margin-bottom: 20px;
  padding: 40px 15px 8px 15px;
  border: 1px solid #909090;
  height: 120px;
}

.send_btn {
  width: 170px;
  float: left;
}

.send_btn a {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  background-color: #4c35bc;
  padding: 10px;
  border-radius: 30px;
}

.send_btn a:hover {
  color: #ffffff;
  background-color: #000;
}

.footer_section {
  width: 100%;
  float: left;
  background-color: #0f1941;
  height: auto;
  padding-bottom: 40px;
  padding-top: 60px;
}

.address_main {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-image: url(../images/footer-bg.png);
  height: auto;
  display: flex;
  padding: 15px 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.address_text {
  width: 100%;
  font-size: 16px;
  color: #ffffff;
}

.address_text a {
  color: #ffffff;
}

.padding_left_15 {
  padding-left: 15px;
}

.footer_section_2 {
  width: 100%;
  float: left;
  padding-top: 40px;
}

.link_text {
  width: 100%;
  float: left;
  font-size: 20px;
  color: #fcfcfc;
  font-weight: bold;
  text-transform: uppercase;
}

.footer_menu {
  width: 100%;
  float: left;
}

.footer_menu ul {
  margin: 0px;
  padding: 0px;
}

.footer_menu li {
  font-size: 16px;
  color: #878585;
}

.footer_menu li a {
  color: #878585;
}

.footer_menu li a:hover {
  color: #fcfcfc;
}

.footer_text {
  width: 55%;
  float: left;
  font-size: 16px;
  color: #878585;
  margin-left: 0px;
  margin-top: 0px;
}

.footer_text_1 {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #878585;
  margin-left: 0px;
  margin-top: 0px;
}

.social_icon {
  width: 100%;
  float: left;
}

.social_icon ul {
  margin: 0px;
  padding: 0px;
}

.social_icon li {
  float: left;
  padding-right: 10px;
  padding-top: 10px;
}

.copyright_section {
  width: 100%;
  float: left;
  background-color: #ffffff;
  height: auto;
}

.copyright_text {
  width: 100%;
  float: left;
  color: #0b0b0c;
  text-align: center;
  font-size: 16px;
  margin-left: 0px;
}

.copyright_text a {
  color: #0b0b0c;
}

.copyright_text a:hover {
  color: #402fb7;
}

.margin_top_90 {
  margin-top: 90px;
}

/* Ronin Cleaning Service Custom Styles */
.service-card {
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  margin-bottom: 40px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.service-card::before {
  content: "";
  position: absolute;
  top: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: rgba(45, 79, 188, 0.1);
  z-index: -1;
}

.service-card::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: rgba(45, 79, 188, 0.05);
  z-index: -1;
}

.service-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 15px 35px rgba(45, 79, 188, 0.15);
}

.service-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  margin-bottom: 15px;
  border-radius: 5px;
  border: 2px solid #333333;
  transition: all 0.3s ease;
  box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}

.service-card:hover img {
  transform: scale(1.03);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}

.service-card h3 {
  font-weight: 700;
  margin-bottom: 15px;
  color: #2d4fbc;
  font-size: 22px;
  position: relative;
  padding-bottom: 15px;
}

.service-card h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: #2d4fbc;
}

.service-card p {
  color: #666;
  margin-bottom: 25px;
  line-height: 1.7;
}

.service-btn {
  display: inline-block;
  padding: 10px 25px;
  background-color: #2d4fbc;
  color: #fff;
  border-radius: 30px;
  font-weight: 600;
  transition: all 0.3s ease;
  text-decoration: none;
  border: 2px solid #2d4fbc;
}

.service-btn:hover {
  background-color: transparent;
  color: #2d4fbc;
}

.faq-item {
  margin-bottom: 30px;
  border-radius: 10px;
  padding: 25px;
  background-color: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.faq-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.faq-item h4 {
  cursor: pointer;
  font-weight: 700;
  color: #2d4fbc;
  margin-bottom: 15px;
  font-size: 20px;
  position: relative;
  padding-left: 35px;
}

.faq-item h4::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  font-weight: 800;
  color: #2d4fbc;
  opacity: 0.5;
}

.faq-item p {
  color: #666;
  line-height: 1.8;
  padding-left: 35px;
  position: relative;
}

.service-area-list {
  columns: 3;
  column-gap: 20px;
  list-style-type: none;
  margin-top: 30px;
}

.service-area-list li {
  margin-bottom: 15px;
  padding: 10px 15px;
  background-color: rgba(45, 79, 188, 0.05);
  border-radius: 5px;
  transition: all 0.3s ease;
  cursor: default;
}

.service-area-list li:hover {
  background-color: rgba(45, 79, 188, 0.1);
  transform: translateX(5px);
}

.detailed-service {
  padding: 40px;
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.detailed-service::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 150px;
  background-image: radial-gradient(
    circle,
    rgba(45, 79, 188, 0.1) 20%,
    transparent 70%
  );
  z-index: -1;
}

.detailed-service h3 {
  color: #2d4fbc;
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 24px;
  position: relative;
  padding-bottom: 15px;
}

.detailed-service h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 3px;
  background-color: #2d4fbc;
}

.detailed-service p {
  color: #666;
  margin-bottom: 20px;
  line-height: 1.8;
}

.detailed-service .service-btn {
  margin-top: 10px;
}

.cta-button {
  display: inline-block;
  padding: 15px 35px;
  background-color: #2d4fbc;
  color: #fff !important;
  font-weight: 700;
  border-radius: 50px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  text-decoration: none;
  border: 2px solid #2d4fbc;
  box-shadow: 0 5px 15px rgba(45, 79, 188, 0.3);
  letter-spacing: 1px;
  white-space: nowrap;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.cta-button:hover {
  background-color: transparent;
  color: #2d4fbc !important;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(45, 79, 188, 0.2);
}

.cta-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  z-index: -1;
}

.cta-button:hover::before {
  left: 100%;
}

/* Modern Text Logo */
.text-logo {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 28px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.text-logo span.logo-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  color: #2d4fbc;
  font-size: 20px;
  font-weight: 900;
}

.text-logo .logo-container {
  display: flex;
  align-items: baseline;
}

.text-logo span.logo-text {
  position: relative;
  margin-right: 10px;
}

.text-logo span.logo-subtitle {
  font-size: 12px;
  font-weight: 500;
  opacity: 0.9;
  letter-spacing: 1px;
  white-space: nowrap;
}

/* Enhanced Background Elements */
.header_section {
  position: relative;
  overflow: hidden;
}

.header_section::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
}

.header_section::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: -50px;
  width: 300px;
  height: 300px;
  background-color: rgba(255, 255, 255, 0.03);
  border-radius: 50%;
}

.about_section {
  position: relative;
  overflow: hidden;
}

.about_section::before {
  content: "";
  position: absolute;
  top: -150px;
  left: -150px;
  width: 400px;
  height: 400px;
  background-image: radial-gradient(
    circle,
    rgba(45, 79, 188, 0.05) 30%,
    transparent 70%
  );
  z-index: -1;
}

.services_section {
  position: relative;
  overflow: hidden;
}

.services_section::before {
  content: "";
  position: absolute;
  bottom: -100px;
  right: -100px;
  width: 350px;
  height: 350px;
  background-image: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1) 30%,
    transparent 70%
  );
  z-index: 0;
}

.banner_section {
  position: relative;
}

.banner_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    45deg,
    rgba(45, 79, 188, 0.05) 25%,
    transparent 25%,
    transparent 50%,
    rgba(45, 79, 188, 0.05) 50%,
    rgba(45, 79, 188, 0.05) 75%,
    transparent 75%,
    transparent
  );
  background-size: 100px 100px;
  opacity: 0.2;
  z-index: 0;
}

/* More Enhancements */
.contact_section {
  background-color: rgba(45, 79, 188, 0.03);
  border-radius: 0 0 50% 50% / 20px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.footer_section {
  background-color: #0f1941;
  position: relative;
  overflow: hidden;
}

.footer_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(90deg, #2d4fbc, #557af5, #2d4fbc);
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-logo .text-logo {
  display: inline-flex;
}

.footer_text {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8;
  margin-bottom: 25px;
}

.footer-heading {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
}

.footer-heading:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: #2d4fbc;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

.footer-links li a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  padding-left: 15px;
}

.footer-links li a:before {
  content: "›";
  position: absolute;
  left: 0;
  top: 0;
  color: #2d4fbc;
  transition: all 0.3s ease;
}

.footer-links li a:hover {
  color: #fff;
  padding-left: 20px;
}

.footer-links li a:hover:before {
  color: #fff;
}

.footer-address {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
}

.footer-address i {
  position: absolute;
  left: 0;
  top: 5px;
  color: #2d4fbc;
}

@media (max-width: 768px) {
  .service-area-list {
    columns: 2;
  }

  .banner_taital {
    font-size: 50px;
    line-height: 60px;
  }

  .text-logo {
    font-size: 22px;
  }

  .detailed-service,
  .service-card {
    padding: 25px;
  }
}

@media (max-width: 576px) {
  .service-area-list {
    columns: 1;
  }

  .banner_taital {
    font-size: 40px;
    line-height: 50px;
  }

  .text-logo span.logo-text::after {
    display: none;
  }
}

/* Modern Navbar Styling */
.modern-navbar {
  padding: 15px 0;
  transition: all 0.3s ease;
}

.modern-navbar .navbar-toggler {
  border: none;
  outline: none !important;
  padding: 0.5rem;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}

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

.navbar-toggler-icon {
  width: 1.5em;
  height: 1.5em;
}

.navbar-collapse {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  position: relative;
  z-index: 1000;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  margin-top: 20px;
  padding: 20px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.navbar-collapse::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40%;
  height: 100%;
  background-image: url("../images/cleaning-illustration.svg");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.15;
  z-index: -1;
}

.navbar-dark .navbar-nav {
  padding-left: 10px;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  font-size: 18px;
  padding: 12px 20px;
  margin: 5px 0;
  border-radius: 8px;
  transition: all 0.3s ease;
  position: relative;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateX(5px);
}

.navbar-dark .navbar-nav .nav-item {
  opacity: 0;
  animation: fadeInRight 0.5s forwards;
}

.navbar-dark .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.1s;
}
.navbar-dark .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.2s;
}
.navbar-dark .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.3s;
}
.navbar-dark .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 0.4s;
}
.navbar-dark .navbar-nav .nav-item:nth-child(5) {
  animation-delay: 0.5s;
}
.navbar-dark .navbar-nav .nav-item:nth-child(6) {
  animation-delay: 0.6s;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (max-width: 768px) {
  .navbar-collapse {
    padding: 15px;
    margin-top: 15px;
  }

  .navbar-dark .navbar-nav .nav-link {
    font-size: 16px;
    padding: 10px 15px;
  }
}

.detailed-service img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  margin-bottom: 15px;
  border: 2px solid #333333;
  transition: all 0.3s ease;
  box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}

.detailed-service:hover img {
  transform: scale(1.03);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
