/*
Theme Name: Pro Rubbish Away
Author: App and Website
Description: The official consulting comapny theme by <a href="https://appandwebsite.au/"> App and Website </>
Version: 1.0.0
*/


/* ============== Pagination css starts=================== */
.pagination_main{
	width: 100%;
	display: flex;
	justify-content: center;
}
.pagination_main .page-numbers{
   margin-right: 1.2rem;
   width: 40px!important;
   height: 45px!important;
   line-height: 2.6rem!important;
   font-size: 1.3rem;
   font-weight: 600;
   text-align: center;
   border-radius: 6px;
   border: 2px solid #075c00;
   background: #fff;
   color: #075c00;
 }
 .pagination .page-numbers:hover{
   background: #075c00;
   border-color: #075c00;
   color: #fff;
 }
 .pagination .current {
    background: #075c00;
    border-color: #075c00;
   color: #fff;
 }
 .pagination .page-numbers:last-child{
   margin-right: 0rem;
 }
 /* ============== Pagination css ends=================== */



.header-style-one .main-box {
    gap: auto!important;
}
.hdrmain{
    display: flex;
    justify-content: space-between;
}
.main-box{
    display: flex;
    justify-content: space-between;
}



.rf-hero-section {
    padding: 80px 20px;
    background: transparent;
    position: relative;
}

.rf-hero-container {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    padding: 100px 0 60px 0;
}

/* LEFT */
.rf-hero-left {
    flex: 1;
}

.rf-hero-badge {
    display: inline-block;
    background: #fff;
    color: #42990e;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 500;
    border: 1px solid #ccc;
}

.rf-hero-title {
    font-size: 48px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 20px;
}

.rf-hero-title span {
    color: #42990e;
}

.rf-hero-desc {
    font-size: 18px;
    color: #1a2b11;
    max-width: 520px;
    margin-bottom: 30px;
    font-weight: 600;
}

/* BUTTONS */
.rf-hero-buttons {
    display: flex;
    gap: 15px;
    margin-bottom: 40px;
}

.rf-btn-primary {
    background: #42990e;
    color: #fff;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.rf-btn-primary:hover {
    background: #3a8f09;
}

.rf-btn-secondary {
    border: 2px solid #42990e;
    color: #42990e;
    padding: 12px 26px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.rf-btn-secondary:hover {
    background: #42990e;
    color: #fff;
}

/* STATS */
.rf-hero-stats {
    display: flex;
    gap: 40px;
    margin-top: 10px;
}

.rf-hero-stats h3 {
    font-size: 22px;
    color: #000;
    margin-bottom: 5px;
}

.rf-hero-stats p {
    font-size: 13px;
    color: #000;
}

/* FORM */
.rf-hero-form {
    flex: 1;
    background: #ffffff;
    padding: 35px;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
    border: 1px solid #42990e;
}

.rf-hero-form h3 {
    font-size: 22px;
    margin-bottom: 5px;
    color: #1e293b;
}

.rf-hero-form p {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 20px;
}

/* FORM GRID */
.rf-form-grid {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.rf-form-row {
    display: flex;
    gap: 15px;
}

.rf-form-row input {
    width: 100%;
}

/* INPUTS */
.rf-form-grid input,
.rf-form-grid textarea {
    padding: 14px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    font-size: 14px;
    width: 100%;
}

/* TEXTAREA */
.rf-form-grid textarea {
    min-height: 120px;
    resize: none;
}

/* DARKER PLACEHOLDER */
.rf-form-grid input::placeholder,
.rf-form-grid textarea::placeholder {
    color: #475569;
}

/* FOCUS */
.rf-form-grid input:focus,
.rf-form-grid textarea:focus {
    outline: none;
    border-color: #42990e;
    box-shadow: 0 0 0 2px rgba(22,163,74,0.1);
}

/* BUTTON */
.rf-form-grid button {
    background: #42990e;
    color: #fff;
    border: none;
    padding: 15px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.rf-form-grid button:hover {
    background: #42990e;
}

.rf-form-top-line {
    height: 5px;
    width: 100%;            
    margin: -37px auto 20px auto; 
    border-radius: 50px;
    background: linear-gradient(90deg, #42990e, #42990e, #42990e);
    position: relative;
    overflow: hidden;
}

/* SHINE EFFECT */
.rf-form-top-line::after {
    content: "";
    position: absolute;
    top: 0;
    left: -60%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.7), transparent);
    animation: rf-shine 2.5s infinite;
}

@keyframes rf-shine {
    0% { left: -60%; }
    100% { left: 120%; }
}


.btn-style-three {
    padding: 0px 0px 0px 20px;
    height: 50px;
}
.btn-style-three .btn-arrow-right {
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.logo img{
    height: 70px!important;
}
.nav-logo{
    background: #fff;
    width: fit-content!important;
    padding: 8px 20px;
    border-radius: 5px;
}
.mobile-menu {
    width: 320px;
}


/* Sticky class */
#mainHeader.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}


/* Section */
.pra-about-section {
  padding: 60px 0px;
  background: #f9fbf8;
}

/* Container */
.pra-about-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

/* Left Content */
.pra-about-content {
  flex: 1;
}

.pra-about-title {
  margin-bottom: 20px;
  line-height: 1.3;
}

.pra-about-text {
  margin-bottom: 15px;
  font-weight: 500;
}

/* Button */
.pra-about-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 12px 26px;
  background: linear-gradient(135deg, #fd8001, #d16901);
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  transition: 0.3s ease;
  font-weight: 600;
}

.pra-about-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  color: #fff;
}

.work-section .inner-container {
    padding: 60px 0;
    background: none;
}


/* Right Image */
.pra-about-image-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pra-about-image-box {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  padding: 10px;
  background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  height: fit-content;
}

.pra-about-image-box img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 15px;
}

/* Decorative effect */
.pra-about-image-box::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 80px;
  height: 80px;
  background: rgba(76, 175, 80, 0.2);
  border-radius: 50%;
  z-index: 0;
}

/* Responsive */
@media (max-width: 992px) {
  .about_row {
    flex-direction: column;
  }

  .pra-about-image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}


.footer-style-one .widget-contact {
    padding: 25px;
}


/* Section */
.pra-process-section {
  padding: 60px 0px;
}

/* Header */
.pra-process-header {
  text-align: center;
  margin-bottom: 20px;
}

.pra-process-title {
  margin-bottom: 10px;
}

p{
  font-weight: 500;
}

/* Grid */
.pra-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

/* Card */
.pra-process-card {
  background: #f9fbf8;
  padding: 30px 25px;
  border-radius: 20px;
  position: relative;
  transition: 0.3s ease;
  border: 1px solid #eef3ec;
}

.pra-process-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.08);
}

/* Number */
.pra-process-number {
  font-weight: bold;
  font-size: 28px;
  color: #4CAF50;
  margin-bottom: 15px;
}

/* Title */
.pra-process-card-title {
  margin-bottom: 10px;
  font-size: 24px;
}

/* Text */
.pra-process-card-text {
  color: #555;
  line-height: 1.6;
}

/* Subtle top border accent */
.pra-process-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, #4CAF50, #81c784);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

/* Responsive */
@media (max-width: 992px) {
  .pra-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
.pra-process-grid {
  gap: 16px;
}
.pra-process-card {
  padding: 20px;
}
}

@media (max-width: 480px) {
.pra-process-grid {
  gap: 10px;
}
.pra-process-card {
  padding: 10px;
}
/* Title */
.pra-process-card-title {
  font-size: 20px;
}

/* Text */
.pra-process-card-text {
  font-size: 14px;
}
}


/* RESPONSIVE */
@media (max-width: 992px) {
    .rf-hero-container {
        flex-direction: column;
    }

    .rf-hero-title {
        font-size: 40px;
    }

    .rf-hero-stats {
        justify-content: space-between;
    }
}

@media (max-width: 576px) {
    .rf-hero-title {
        font-size: 32px;
    }

    .rf-hero-buttons {
        flex-direction: column;
    }

    .rf-hero-stats {
        gap: 15px;
    }

    .rf-form-row {
        flex-direction: column;
    }
    .rf-hero-form {
    width: 100%;
    }
    .rf-hero-container {
     gap: 30px;
    }
    .rf-hero-container {
    padding: 60px 0 60px 0;
   }
   .rf-hero-desc {
    font-size: 16px;
   }
}



/* Section */
.pra-services-section {
  padding: 60px 0px;
}

/* Header */
.pra-services-header {
  text-align: center;
  margin-bottom: 30px;
}

.pra-services-title {
  margin-bottom: 10px;
}

.pra-services-subtext {
  color: #666;
}

/* Grid */
.pra-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Card */
.pra-service-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.3s ease;
  border: 1px solid #eef3ec;
}
h2{
    font-size: 40px!important;
    font-weight: 600!important;
    font-family: var(--heading-font-family)!important;
}
.pra-service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}


.cta-section .outer-box:before {
    position: absolute;
    content: "";
    background-image: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 40px 0 0 40px;
}
.cta-section .content-column .inner-column {
    max-width: 990px;
    padding: 70px;
}
.cta-section .content-column .inner-column .title {
    max-width: 990px;
}
.cta_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


/* Image */
.pra-service-img {
  height: 220px;
  overflow: hidden;
}

.pra-service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease;
}

.pra-service-card:hover img {
  transform: scale(1.08);
}

/* Content */
.pra-service-content {
  padding: 20px;
}

.pra-service-content h3 {
  margin-bottom: 10px;
  font-size: 24px;
}

.pra-service-content p {
  color: #555;
  margin-bottom: 15px;
  line-height: 1.6;
}

/* Button */
.pra-service-btn {
  display: inline-block;
  padding: 6px 18px;
  background: #4CAF50;
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
  font-size: 14px;
  transition: 0.3s ease;
}

.pra-service-btn:hover {
  background: #2e7d32;
  color: #fff;
}

/* Responsive */
@media (max-width: 992px) {
  .pra-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .pra-services-grid {
    grid-template-columns: 1fr;
  }

  .pra-services-header {
    margin-bottom: 30px;
  }
  .cta-section .content-column .inner-column {
    padding:50px 20px;
}
h2 {
    font-size: 30px !important;
    font-weight: 600 !important;
    font-family: var(--heading-font-family) !important;
}
.wrapabt2{
    margin-top: 0;
    margin-bottom: 30px;
}
}

.footer_logo{
    background: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}
.footer-style-one .widget-contact {
    background-color: transparent;
    padding: 0;
    border-radius: 30px;
    position: relative;
}
.footer-style-one .widget-contact:before {
    width: 0;
    height: 0;
}
.footer_text{
    color: #bbb;
}
.widget-contact a{
     color: #bbb!important;
}


.breadcrumb_custom{
   margin-top: 90px;
}


.pra-about-story-v2 {
  padding: 90px 20px;
}

.pra-about-story-grid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.pra-about-img-box {
  position: relative;
}

.pra-about-img-box img {
  width: 100%;
  border-radius: 20px;
}

.pra-about-img-badge {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: #4CAF50;
  color: #fff;
  padding: 8px 15px;
  border-radius: 20px;
}

.pra-about-features {
  margin-top: 20px;
  display: grid;
  gap: 10px;
}

.pra-about-features i {
  color: #4CAF50;
  margin-right: 8px;
}

@media(max-width:992px){
  .pra-about-story-grid {grid-template-columns:1fr;}
}


.pra-about-mvv-v2 {
  padding: 60px 0px;
  background: #f3f5f7;
}

.pra-mvv-wrap {
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 25px;
}

.pra-mvv-card {
  background: #fff;
  padding: 35px;
  border-radius: 20px;
  text-align: center;
  transition: 0.3s;
}

.pra-mvv-card i {
  font-size: 32px;
  color: #4CAF50;
  margin-bottom: 15px;
}

.pra-mvv-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.08);
}

@media(max-width:992px){
  .pra-mvv-wrap {grid-template-columns:1fr;}
}


.cta-section .ctambcs {
    margin-bottom: 0!important;
}

@media (max-width: 1400px){
.hdrmain .right-box .header-phone_box{
    display: flex!important;
}
}
@media only screen and (max-width: 1200px) {
    .mobile-nav-toggler {
        display: block;
    }
    .main-menu{
        display: none;
    }
    .footer-link-btn{
         display: none;
    }
    .breadcrumb_custom{
        margin-top: 70px;
    }
}
@media (max-width: 576px) {
    .header-style-one .main-box {
        gap: 0px;
    }
    .logo img{
        height: 50px;
        padding: 10px 0;
    }
    .header-style-one .header-phone_box .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.header-style-one .header-phone_box .number {
    font-size: 16px;
}
.header-style-one .header-phone_box {
    gap: 5px;
}
}

@media (max-width: 420px) {
    .logo img{
        height: 40px;
        width: auto;
        object-fit: contain;
        margin-left: -10px;
    }
    .header-style-one .header-phone_box .icon {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 24px;
}
.header-style-one .header-phone_box .number {
    font-size: 14px;
}
.header-style-one .header-phone_box {
    gap: 5px;
}
.mobile-nav-toggler {
    margin-left: 30px;
}
.right-box .icon img{
    height: 20px;
    margin-top: -5px;
}
}



/* Section */
.pra-thankyou-section {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  background: linear-gradient(135deg, #e8f5e9, #ffffff);
}

/* Container */
.pra-thankyou-container {
  width: 100%;
  max-width: 700px;
}

/* Card */
.pra-thankyou-card {
  background: #fff;
  padding: 50px 40px;
  border-radius: 25px;
  text-align: center;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  border: 1px solid #eef3ec;
}

/* Icon */
.pra-thankyou-icon {
  font-size: 60px;
  color: #4CAF50;
  margin-bottom: 20px;
}

/* Title */
.pra-thankyou-title {
  margin-bottom: 15px;
}

/* Text */
.pra-thankyou-text {
  color: #555;
  margin-bottom: 10px;
  line-height: 1.6;
}

.pra-thankyou-subtext {
  color: #777;
  margin-bottom: 25px;
}

/* Buttons */
.pra-thankyou-actions {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.pra-thankyou-btn {
  padding: 12px 26px;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 14px;
}

/* Primary */
.pra-thankyou-btn.primary {
  background: #4CAF50;
  color: #fff;
}

.pra-thankyou-btn.primary:hover {
  background: #2e7d32;
}

/* Secondary */
.pra-thankyou-btn.secondary {
  border: 1px solid #4CAF50;
  color: #4CAF50;
}

.pra-thankyou-btn.secondary:hover {
  background: #4CAF50;
  color: #fff;
}

/* Responsive */
@media (max-width: 576px) {
  .pra-thankyou-card {
    padding: 35px 20px;
  }
}

.blog-details__meta li i{
  color: #fd8001;
}
.cta_sm .ctambcs .content-column .inner-column {
  padding: 40px !important;
}
.cta_sm .ctambcs .content-column .inner-column h2 {
  font-size: 28px !important;
  margin-bottom: 10px;
}



.rubbish-services {
  padding: 60px 0px;
  background: #fff;
}


.section-header {
  text-align: center;
  margin-bottom: 30px;
}

/* Grid */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Card */
.service-card {
  background: #fff;
  padding: 20px 25px;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
  transition: 0.3s ease;
  position: relative;
  overflow: hidden;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.service-card .icon {
  font-size: 42px;
  margin-bottom: 15px;
}

.service-card h3 {
  font-size: 20px;
}

/* Responsive */
@media (max-width: 992px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}

.service-card {
  position: relative;
  background: #fff;
  padding: 30px 25px;
  border-radius: 16px;
  z-index: 1;
  overflow: hidden;
  transition: 0.3s ease;
}

/* Gradient Border Layer */
.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px; /* Border thickness */
  border-radius: 16px;
  background: linear-gradient(135deg, #2e7d32, #66bb6a, #a5d6a7);
  
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  
  z-index: -1;
}

/* Hover Effect */
.service-card:hover {
  transform: translateY(-8px) scale(1.02);
}

/* Optional Glow on Hover */
.service-card:hover::before {
  background: linear-gradient(135deg, #1b5e20, #4caf50, #81c784);
}
.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: linear-gradient(120deg, rgba(76,175,80,0.05), rgba(0,0,0,0));
  z-index: -1;
}

.why_basic{
  padding: 60px 0;
}
.why_basic ol li{
  list-style-type: disc;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 20px;
  color: #444;
}
.why_basic ol li strong{
   font-weight: 600;
}

.blog-block .content-box .inner-box {
    padding: 20px 20px 30px 20px;
}
.blog-block .content-box .inner-box h4{
    font-size: 20px;
}
.blog-block .content-box .inner-box .text{
    font-weight: 500;
    color: #555;
}
.blog-block .image .post-meta {
    font-size: 18px;
    font-weight: 600;
    width: auto;
    height: 36px;
    line-height: 36px;
    text-align: left;
    border-radius: 10px;
    background-color: var(--theme-color1);
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 1;
    padding: 0 10px;
}


.blog_details h1{
  font-size: 40px;
  font-weight: 600;
   margin-top: 30px!important;
}
.blog_details .blog_content p, .blog_details .blog_content span{
  color: #444;
}
.blog_details .blog_content h2{
  font-size: 36px!important;
  font-weight: 600!important;
  margin-top: 50px!important;
}
.blog_details .blog_content h3{
  font-size: 28px!important;
  font-weight: 600!important;
  margin-top: 20px!important;
}
.blog_details .blog_content ul li{
  list-style-type: disc;
  margin-left: 25px;
}
.blog_details .blog_content ul{
  margin-bottom: 25px;
}
.blog_details .blog_content ol li{
  list-style-type: decimal;
  margin-left: 25px;
}
.blog_details .blog_content ol{
  margin-bottom: 25px;
}
.sidebar__post .sidebar__post-list .sidebar__post-image > img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.service-box-layout2 .inner-box .icon {
    margin-bottom: 30px;
}
.why-choose-us-layout2 .sec-title .text {
    padding-bottom: 0px;
}

.main-menu .navigation > li > ul {
    width: 280px;
}
.main-menu .navigation > li > ul > li > a {
    font-size: 15px;
    margin: 0 16px;
    padding: 6px 0px;
    line-height: 26px;
}
.why_basic ul li{
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 10px;
}
.pagecon span{
  font-weight: 500!important;
  color: #555;
}
 .pagecon b{
  font-weight: 500!important;
  color: #222;
}
.hero_title_serv.rf-hero-title{
  font-size: 42px!important;
}
@media (max-width: 600px) {
  .hero_title_serv.rf-hero-title{
  font-size: 32px!important;
}
}

.stdsrv ul li{
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 10px;
}
.stdsrv ul li span{
    font-weight: 500!important;
  color: #555;
}
.stdsrv p span{
    font-weight: 500!important;
  color: #555;
}
.stdsrv ul li b{
  font-weight: 500!important;
  color: #222;
}


.wpcf7-form-control-wrap {
    width: 100%;
}
.rf-form-grid textarea {
    min-height: 100px;
}

.privacy_policy{
  margin-top: 120px;
}
.privacy_policy ul li{
 list-style-type: disc;
 margin-left: 25px;
}
.privacy_policy ul{
 margin-bottom: 20px;
}
.privacy_policy h3{
 margin-top: 50px;
}
.contact_page_form{
   background: #f3f5f7;
   border-radius: 6px;
   padding: 40px;
}
.ctsec{
  padding-top: 80px!important;
}

@media (max-width: 600px) {
.contact_page_form{
   padding: 40px 10px;
   margin-bottom: 20px;
}
.contact-details__info li .text {
    margin-left: 10px;
}
.contact-details__info li .text span {
    font-size: 18px;
}
.ctsec{
  padding-top: 0!important;
}
}


.wrw-advantage-section{
  padding: 60px 0px;
  background:#fff;
  font-family:Arial,sans-serif;
}

.wrw-advantage-wrapper{
  max-width:1250px;
  margin:0 auto;
}

.wrw-advantage-top{
  text-align:center;
  max-width:992px;
  margin:0 auto 35px;
}

.wrw-mini-title{
  display:inline-block;
  padding:8px 18px;
  background:#ffffff;
  border:1px solid #dbe5ff;
  border-radius:50px;
  font-size:13px;
  font-weight:700;
  color:#2563eb;
  letter-spacing:.5px;
  margin-bottom:18px;
}

.wrw-advantage-top h2{
  font-size:42px;
  line-height:1.2;
  color:#111827;
  margin:0 0 18px;
}

.wrw-advantage-top p{
  font-size:17px;
  line-height:1.8;
  color:#5b6475;
  margin:0;
}

.wrw-advantage-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}

.wrw-advantage-card{
  background:#ffffff;
  border-radius:22px;
  padding:32px 28px;
  position:relative;
  overflow:hidden;
  box-shadow:0 15px 35px rgba(18,38,63,.08);
  transition:all .35s ease;
  border:1px solid rgba(230,235,245,.9);
}

.wrw-advantage-card:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:5px;
  background:linear-gradient(90deg,#42990e,#fd8001);
}

.wrw-advantage-card:hover{
  transform:translateY(-8px);
  box-shadow:0 22px 45px rgba(18,38,63,.14);
}

.wrw-advantage-card h3{
  font-size:22px;
  color:#111827;
  margin:0 0 14px;
  line-height:1.3;
}

.wrw-advantage-card p{
  font-size:15px;
  line-height:1.8;
  color:#5f6b7a;
  margin:0;
}

/* Tablet */
@media (max-width: 992px){
  .wrw-advantage-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .wrw-advantage-top h2{
    font-size:34px;
  }
}

/* Mobile */
@media (max-width: 768px){
  .wrw-advantage-section{
    padding:60px 15px;
  }

  .wrw-advantage-grid{
    grid-template-columns:1fr;
    gap:18px;
  }

  .wrw-advantage-top{
    margin-bottom:35px;
  }

  .wrw-advantage-top h2{
    font-size:28px;
  }

  .wrw-advantage-top p{
    font-size:16px;
  }

  .wrw-advantage-card{
    padding:24px 22px;
    border-radius:18px;
  }

  .wrw-advantage-card h3{
    font-size:20px;
  }
}


.header-style-one .main-box {
    gap: 40px;
}
.main-menu .navigation > li {
    margin-right: 30px;
}
.bhours p{
	font-size: 18px;
	font-weight: 600;
	color: #ddd;
	margin-top: 20px;
	margin-bottom: 0px;
}
.bhours span{
	color: #ccc;
}