.text-white{
    color: #fff;
}
.page-top-logo img,
.theme-logo img{
    max-width: 150px;
}
.page-top-logo{
    margin: 0.5rem 0;
}
.inner-page-main-banner{
    margin-top: 0px;
}
.mb-3{
	margin-bottom: 1rem;
}
h2{
    font-size: 38px;
}
.text-wrapper h6{
    margin-bottom: 30px;
}
.scroll-top{
    display: block;
    line-height: 2.2;
}
.design-list {
	list-style: none;
	padding: 0;
	margin-bottom: 2rem;
}

.design-list li {
	position: relative;
	padding-left: 50px; /* space for icon */
	margin-bottom: 15px;
	line-height: 1.6;
}

.design-list li::before {
	content: "\2713"; /* checkmark */
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #000;
	border-radius: 50%;
	font-weight: bold;
	padding: 6px 0px;
	font-size: 14px;
	display: inline-block;
	text-align: center;
	width: 32px;
	height: 32px;
	line-height: 18px; /* centers text vertically */
}

.single-service-item .wrapper h3 a{
	font-weight: 600;
}
.single-service-item .wrapper h5{
    margin-bottom: 0.85rem;
}

.inner-page-main-banner .banner-text .text-wrapper>div .content{
	padding: 20px 0 20px 0;
}
.inner-page-main-banner .banner-text .text-wrapper>div .content h2{
	margin: 0px 0 30px 0;
}
.theme-feature-menu .navbar-nav > li > a{
	line-height: 70px;
}
.theme-feature-menu .navbar-nav > li > a:before{
    width: 36px;
    height: 1px;
    transform: translate(-50%, 0);
    margin-top: 0.85rem;
}
.theme-main-title{
	margin: 50px 0;
}
.theme-main-title h4{
	text-transform: uppercase;
}
#concept-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#concept-section .right-side ul li {
  display: flex;
  align-items: flex-start; 
  margin-bottom: 3rem;
}

#concept-section ul li span {
  font-size: 60px;
  color: #000;
  margin-right: 18px;
  line-height: 1;
}

#concept-section ul li div {
  flex: 1;
}

#concept-section h5 {
  margin-bottom: 0.85rem;
  font-weight: 600;
}

#concept-section p {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 0;
  color: #333;
}
.image-gallery-wrapper .single-img img{
	height: 335px;
	max-width: 100%;
	object-fit: cover;
}
.policy-section {
  width: 100%;
  padding: 80px 20px;
  /* background: #000; */
}

.policy-wrapper {
  color: #000;
}

.policy-wrapper h1 {
  text-align: center;
  font-size: 42px;
  color: #000;
  font-weight: 800;
  margin-bottom: 60px;
  letter-spacing: 1px;
}

.policy-wrapper h2 {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.policy-wrapper p {
  font-size: 16px;
  line-height: 1.8;
  color: #000;
  margin-bottom: 18px;
}

.policy-wrapper strong {
  color: #000;
}

.policy-wrapper a {
  color: #0096ff;
  text-decoration: none;
}

.policy-wrapper a:hover {
  text-decoration: underline;
}
.policy-wrapper ul {
  margin: 0 0 18px 25px;
  padding: 0;
  list-style: disc; /* ensures round bullets */
}

.policy-wrapper li {
  font-size: 16px;
  color: #000;
  line-height: 1.8;
  margin-bottom: 6px;
  text-align: justify; /* for cleaner paragraph-style bullets */
}
footer {
  background: #f9f9f9;
  padding: 50px 0;
}
footer:before{
  height: 50px;
}
.copy-text {
  margin-bottom: 10px;
  font-size: 14px;
  color: #555;
}
.footer-links{
  margin-bottom: 1rem;
}
footer .social-share li{
  margin-bottom: 5px;
}
.footer-links,
.social-share {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

.footer-links a,
.social-share a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-links a:hover,
.social-share a:hover {
  color: #007bff;
}
.contact-box {
  background: #111;
  padding: 30px 25px;
  border-radius: 8px;
  color: #fff;
  max-width: 350px;
}

.contact-box h6 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  border-bottom: 2px solid #0096ff;
  display: inline-block;
  padding-bottom: 4px;
  text-transform: uppercase;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 16px;
}

.contact-list i {
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: #0096ff;
  color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.contact-list a {
  color: #ccc;
  text-decoration: none;
  transition: 0.3s ease;
}

.contact-list a:hover {
  color: #0096ff;
}

.contact-list i:hover {
  background: #0073e6;
}
#service-section {
  padding: 80px 0;
}

#service-section .service-content-wrapper {
  position: relative;
}

#service-section .service-content-wrapper:before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  background: #ececec;
}

#service-section .single-service-item {
  width: 50%;
  margin-bottom: 50px;
  position: relative;
}

/* Right side items */
#service-section .single-service-item.float-right {
  float: right;
  text-align: left;
  padding-left: 70px;
}

/* Left side items */
#service-section .single-service-item.float-left {
  float: left;
  padding-right: 70px;
}

/* Titles */
#service-section .single-service-item h3 a {
  font-size: 20px;
  color: #292929;
  text-transform: uppercase;
  text-decoration: none;
}

#service-section .single-service-item h3 {
  position: relative;
  margin: -12px 0 25px 0;
}

/* Connector dots */
#service-section .single-service-item h3:before {
  content: '';
  width: 24px;
  height: 24px;
  border: 1px solid #ececec;
  background: #fff;
  position: absolute;
  top: 9px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

/* Position dots */
#service-section .single-service-item.float-right h3:before {
  left: -62px;
}

#service-section .single-service-item.float-left h3:before {
  right: -62px;
}

/* Hover effect */
#service-section .single-service-item:hover h3:before {
  background: #292929;
  border-color: #292929;
}

/* Content text */
#service-section .single-service-item p,
#service-section .single-service-item li {
  font-weight: 300;
  line-height: 26px;
  color: #555;
}
.contact-address-styleTwo{
  margin: 70px 0 50px 0;
}
.checkbox-input {
    margin: 15px 0;
    font-size: 14px;
}

.checkbox-input a {
    color: #007BFF; 
    text-decoration: none;
}

.checkbox-input a:hover {
    text-decoration: underline;
}

.terms-privacy {
    display: block; /* ensures it stays on its own line */
    font-size: 14px;
    color: #555;
    margin: 15px 0 20px 0;
}

.terms-privacy input[type="checkbox"] {
    margin-right: 8px;
    transform: scale(1.2); /* slightly bigger checkbox */
    vertical-align: middle;
    width: auto;
    margin-bottom: 5px;
}

.terms-privacy a {
    color: #007BFF;
    text-decoration: none;
}

.terms-privacy a:hover {
    text-decoration: underline;
}
@media(min-width:992.66px){
  #concept-section .right-side{
    margin-top: 0;
  }
}
@media(max-width:992px){
  .footer-links,
.social-share {
  gap: 5px;
  margin-bottom: 14px;
}
  footer{
    margin-top: 50px;
    padding: 50px 0 0 0;
  }
    .theme-main-header .left-button, 
    .theme-main-header .right-button{
        display: none;
    }
    #service-section{
      padding: 40px 0;
    }
	#service-section .service-content-wrapper {
    display: block;
    position: relative;
  }

  #service-section .service-content-wrapper::before {
    display: none;
  }

  #service-section .single-service-item {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }

  #service-section .single-service-item .wrapper {
    text-align: left; /* 🔥 ensure content stays left aligned */
  }

  #service-section .single-service-item h3,
  #service-section .single-service-item h5 {
    text-align: left; /* 🔥 fix heading alignment */
  }

  #service-section .single-service-item h3::before {
    display: none;
  }

  #service-section .single-service-item h5 {
    position: relative;
    font-size: 1.1rem;
    font-weight: 600;
    color: #02283e;
    margin: 25px 0 15px;
    padding-bottom: 6px;
  }

  #service-section .single-service-item h5::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0; /* 🔥 align accent line to left instead of center */
    transform: none;
    width: 40px;
    height: 2px;
    background-color: #0d6efd;
    border-radius: 2px;
  }

  #service-section .single-service-item ul {
    text-align: left;
    margin: 0 0 25px 0;
    display: block; /* 🔥 ensures consistent left flow */
  }
  #service-section .single-service-item.float-right{
    padding-left: 0;
  }
}
@media (max-width:768px){
	#service-section {
    padding: 60px 0;
  }

  #service-section .single-service-item {
    margin-bottom: 40px;
  }

  #service-section .single-service-item h3 a {
    font-size: 18px;
  }
    .policy-wrapper h1{
      font-size: 35px;
    }
    .policy-wrapper p {
      font-size: 14px;
      line-height: 1.6;
      margin-bottom: 14px;
    }
    .contact-page>.container>h4{
      margin: 50px 0 64px 0;
    }
    .checkbox-input label {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
}