.banner-slider-button-prev{
    position: absolute;
    top: 50%;
    left:30px;
    width: 50px;
    height: 50px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    color:#fff;
    background-color:#0000;
    border-radius:50%;
    border:2px solid #ee7d1c;
    
} 

.banner-slider-button-next{
    position: absolute;
    top: 50%;
    right:30px;
    width: 50px;
    height: 50px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    color:#fff;
    background-color:#0000;
    border-radius:50%;
    border:2px solid #ee7d1c;
}

.banner-slider-button-prev,.banner-slider-button-next{
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-carousel .content-box{
    max-width:900px;
}

.banner-style-16 .content-box h6,.sub-title{
    color:#e97b17;
}
.theme-btn-one{
    background-color:#e97b17;
}

.service-block-four .inner-box .link-btn a{
    color:#e97b17;
}
.about-style-five{
    background-color:#fff;
}
.about-style-five .content-box .list-inner .list-item li ,.about-style-five .content-box p ,.about-style-five .content-box h2{
    color:#000;
}

.about-style-five .content-box .list-inner .list-item li:before {
    filter: invert(1);
}
.about-style-five .content-box h2{
    font-style:normal;
}

.project-1-overlay:before{
    background-color:#e97b17;
}
.theme-color{
    color:#e97b17;
}
.c_primary {
    color: #e97b17;
}

.project-1-content {
    position: absolute;
    left: 15px;
    bottom: 40px;
    transition: .5s;
    transform: translateY(10px);
    opacity: 0;
}
.bgfix {
  background-image: url('../images/align/home/probg.jpg');
  background-size: cover; /* Fixed typo "cove" → "cover" */
  background-position: center;
  background-attachment: fixed;

  clip-path: polygon(
    0% 0%, 100% 0%, 100% 85%, 
    90% 90%, 80% 85%, 70% 90%, 
    60% 85%, 50% 90%, 40% 85%, 
    30% 90%, 20% 85%, 10% 90%, 
    0% 85%
  );
}

.bggr{
    background-image: linear-gradient(335deg, #feebda 50%, transparent 50%);
    /*background-image: linear-gradient(39deg, #feebda 50%, transparent 50%);*/
}



.contact-section .form-inner .form-group button{
    background-color:#e97b17;
}
.contact-section .content-box h3 a {
    display: inline-block;
    color: #e97b17;
}
.contact-section .content-box span{
    color:#e97b17;
}
@media  (min-width: 320px) and (max-width: 767px){
.contact-section {
    height:860px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px){
    .contact-section{
        height:665px;
    }
}
@media (min-width: 1024px) and (max-width: 1600px){
.contact-section {
    height: 600px;
   }
}

@media  (min-width: 320px) and (max-width: 767px){
    .form-group{
        margin-top:5px;
    }
.working-section.home-17{
    background-color:#fff;
}

.chooseus-style-two .image-layer .shape-1 {
    position: absolute;
    right: -5px;
    bottom: 71px;
    width: 463px;
    height: 463px;
    background: #e97b17;
    border-radius: 50%;
}

.chooseus-style-two .image-layer .shape-2 {
    position: absolute;
    right: -18px;
    bottom: 75px;
    width: 491px;
    height: 510px;
    border: 2px solid #b9b9b9;
    border-radius: 50%;
}

.testimonial-block-one .inner-box .image-box .icon-box{
    background-color:#e97b1c;
}

.working-section.home-17 .working-block-one .inner-box .icon-box {
    background: #fff8e2;
}

.working-section.home-17 .working-block-one .inner-box .icon-box span {
    background: #e97b17;
}
.testimonial-section.home-16 {
    background: #000000;
}
.testimonial-section .outer-container {
    position: relative;
    padding: 120px 0px 115px 0px;
    background: #000000;
}

.inner-box .icon-box .icon{
  width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inner-box .icon-box .icon img{
  width: 80px;
    height: 80px;
    
}

.icon-box{
    display:flex;
    justify-content:center;
    align-items:center;
}

.fun-fact-1-block img{
    width:60px;
}
.contact-section {
    background-color:#ffffff;
}
.bg-layer{
    z-index:-1;
}
.bg-layer:before{
    position:absolute;
    content:'';
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:99;
background-image: linear-gradient(90deg, #000000d1, transparent 50%);
}

.banner-carousel .swiper-slide .bg-layer{
    height:950px;
}

.sidemenu-nav-toggler:hover {
    background-color: #e97b17;
    border-color: #e97b17;
}
/*---------ng---------*/

.services-box {
  background-color: #feebda;
  color: white;
  /*width: 250px;*/
  padding: 30px 20px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease-in-out;
}

.services-box:hover {
  background-color: #e97b17;
}

.services-box h3,
.services-box p {
  margin: 0px;
  text-align: center;
}

.services-box i {
  background-color: white;
  color: #d2691e;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  margin-bottom: 16px;
  font-size: 24px;
}

.rwd-table {
  /*margin: auto;*/
  min-width: 300px;
  max-width: 100%;
  border-collapse: collapse;
}

/*.rwd-table tr:first-child {*/
/*  border-top: none;*/
  /*background: #e97b17;*/
/*  color: #fff;*/
/*}*/

.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.rwd-table tr:nth-child(odd):not(:first-child) {
  background-color: #fff !important;
}

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
  border: 1px solid grey;
}

.rwd-table td:first-child {
  margin-top: .5em;
}

.rwd-table td:last-child {
  margin-bottom: .5em;
}

.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 120px;
  display: inline-block;
  color: #000;
}

.rwd-table th,
.rwd-table td {
  text-align: left;
}

.rwd-table {
  color: #333;
  border-radius: .4em;
  overflow: hidden;
}

.rwd-table tr {
  border-color: #bfbfbf;
}

.rwd-table th,
.rwd-table td {
  padding: .5em 1em;
}
thead, tbody, tfoot, tr, td, th {
 
    border-width: 1px;
}
@media screen and (max-width: 601px) {
  .rwd-table tr:nth-child(2) {
    border-top: none;
  }
}
@media screen and (min-width: 600px) {
  .rwd-table tr:hover:not(:first-child) {
    background-color: #feebda;
  }
  .rwd-table td:before {
    display: none;
  }
  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }
  .rwd-table th,
  .rwd-table td {
    padding: 1em !important;
  }
}
.rwd-table thead tr:first-child th {
  background-color: #e97b17 !important;
  color: white;
}

.rwd-table thead tr:nth-child(2) th {
  background-color: #e97b17 !important;
  color: white;
  font-weight: normal;
}



/* Section background and padding */
.faq-one {
    background-color: #ffffff;
    padding: 75px 0;
}

/* Section Title */
.sec-title__tagline {
    color: #e97b17;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.sec-title__title {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

/* Description Text */
.faq-one__content__text {
    font-size: 16px;
    color: #555;
    margin-bottom: 30px;
}

/* Accordion Styles */
.accordion-button {
    background-color: #fff;
    color: #333;
    font-weight: 600;
    font-size: 18px;
    padding: 15px 20px;
    border: 1px solid #e97b17;
    border-radius: 8px;
    box-shadow: none;
    transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
    background-color: #e97b17;
    color: #fff;
}

.accordion-button:focus {
    box-shadow: none;
}

.faq-one__accordion__icon {
    margin-left: auto;
    font-size: 18px;
    color: #e97b17;
}

/* Accordion body */
.accordion-body {
    background-color: #fff;
    border: 1px solid #e97b17;
    border-top: none;
    padding: 20px;
    font-size: 16px;
    color: #444;
    border-radius: 0 0 8px 8px;
}

/* Accordion item spacing */
.faq-one__accordion__item + .faq-one__accordion__item {
    margin-top: 15px;
}


.about-style-fives {
    position: relative;
    background: #ffffff;
    padding: 0px 0px 30px 0px;
}
.about-style-fives .content-box .list-inner .list-item li:before {
    position: absolute;
    content: '';
    background-image: url(../images/icons/icon-36.png);
    width: 20px;
    height: 20px;
    left: 0px;
    top: 6px;
    background-repeat: no-repeat;
}
.about-style-fives .content-box .list-inner .list-item li, .about-style-fives .content-box p, .about-style-fives .content-box h2 {
    color: #000;
}
 .about-style-fives .content-box .list-inner .list-item li {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Jost', sans-serif;
    color: #fff;
    margin-bottom: 9px;
    padding-left: 38px;
}


/* Base reset and styling */
.rwd-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.rwd-table th,
.rwd-table td {
  padding: 12px 16px;
  border: 1px solid #ddd;
}

.rwd-table thead {
  background-color: #f37435;
  color: #fff;
}

/* Responsive: Stack rows on small screens */
@media screen and (max-width: 768px) {
  .rwd-table {
    border: 0;
  }

  .rwd-table thead {
    display: none;
  }

  .rwd-table tr {
    display: block;
    margin-bottom: 15px;
    border-bottom: 2px solid #f37435;
  }

  .rwd-table td {
    display: block;
    text-align: right;
    position: relative;
    padding-left: 50%;
    border: none;
    border-bottom: 1px solid #ddd;
  }

  .rwd-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 16px;
    width: 45%;
    padding-left: 10px;
    font-weight: bold;
    text-align: left;
    color: #333;
  }
}

/* Accordion Button Styles */
.accordion-button {
    background-color: #fff;
    color: #333;
    font-weight: 600;
    font-size: 18px;
    padding: 15px 20px;
    border: 1px solid #e97b17;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
}

.accordion-button:hover {
    background-color: #fdf4ed;
    border-color: #e97b17;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.accordion-button:not(.collapsed) {
    background-color: #e97b17;
    color: #fff;
    box-shadow: 0 6px 16px rgba(233, 123, 23, 0.4);
}

.accordion-button:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(233, 123, 23, 0.3);
}

/* Accordion Icon */
.faq-one__accordion__icon {
    margin-left: auto;
    font-size: 18px;
    color: #e97b17;
    transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed) .faq-one__accordion__icon {
    transform: rotate(180deg);
}

/* Accordion Body Content */
.accordion-body {
    background-color: #fff;
    border: 1px solid #e97b17;
    border-top: none;
    padding: 20px;
    font-size: 16px;
    color: #444;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

/* Accordion Item Spacing */
.faq-one__accordion__item + .faq-one__accordion__item {
    margin-top: 15px;
}
