.text-justify {
    text-align: justify;
}
.quick-links-1 {
    right: -35px;
    z-index: 99;
    top: 40%;
    position: fixed;
    transform: translateY(-50%);
    border-radius: 30px;
    display: inline-block;
    color: #fff!important;
    background-color: var(--theme-color);
    box-shadow: 0 1px 20px 1px #1e8342;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    width: 120px;
    height: 40px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    align-items: center;
    justify-content: center;
}
.service-icon img{
    width:70px;
}
@-webkit-keyframes spin1 {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
.spin-img {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 40000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}
.footer-logo img{
    height:80px;
}
.quick-links-1 .fas{
    padding-left: 5px;
}
#header {
    width: 100%;
    transition: all 0.3s ease-in-out;
}
#header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: white; 
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); 
    color:#000;
}
#header.fixed img{
    max-width: 100%;
    height: 60px;
}
.h-400{
    height:400px!important;
}
.apb-30{
    padding-bottom:30px!important;
}
.apb-20{
    padding-bottom:20px!important;
}
.apb-10{
    padding-bottom:10px!important;
}
.package-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 35%;
}

/* Default: 1 border per item */
.team-style1 {
  text-align: center;
  border-right: 1px solid #cdb6a8;
}

/* Desktop (4 columns) — every 4th item no border */
@media (min-width: 992px) {
  .row > [class*="col-"]:nth-child(4n) .team-style1 {
    border-right: none;
  }
}

/* Tablet (2 columns) — every 2nd item no border */
@media (min-width: 768px) and (max-width: 991px) {
  .row > [class*="col-"]:nth-child(2n) .team-style1 {
    border-right: none;
  }
}

/* Mobile — single column — no border */
@media (max-width: 767px) {
  .team-style1 {
    border-right: none;
  }
}



.col-1-5{
    width: 20%;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
th, td {
    padding: 12px;
    text-align: left;
    border: 1px solid #ddd;
}
th {
    background-color: #f2f2f2;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}
.w-60 {
    width: 60% !important;
}
@media screen and (max-width: 600px) {
    table, thead, tbody, th, td, tr {
        display: block;
    }
    thead tr {
        display: none;
    }
    tr {
        margin-bottom: 15px;
    }
    td {
        text-align: right;
        padding-left: 50%;
        position: relative;
    }
    td::before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 50%;
        padding-left: 15px;
        font-weight: bold;
        text-align: left;
        white-space: nowrap;
    }
}
@media (max-width: 991px) {
    .rtl{
        flex-direction: column-reverse;;
    }
    .package-style1 {
        height: 350px;
    }
    .mpb-30{
        padding-bottom:30px;
    }
}
@media (min-width: 991px) {
    .package-style1 {
        height: 400px;
    }
    /*.package-style3 {*/
    /*    height: 70px;*/
    /*}*/
}
.service-style3 {
    height: 430px;
}
.facilities .fa, .facilities .fas {
    font-size: 35px!important;
}
/*.package-style3 {*/
/*    background-color: var(--theme-color);*/
/*}*/
/*.package-style3 h5{*/
/*    color: #ffffff;*/
/*}*/
/*.package-style3 .package-icon .fa, .package-style3 .package-icon .fas{*/
/*    color: #ffffff;*/
/*}*/
.quote-icon img{
    height:80px!important;
}

.section-title {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: #333;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

 
.callback-wrapper {
  display: flex;
  flex-wrap: no-wrap;
  background-color: #06933a;
  border-radius: 30px;
  color: #fff;
  padding: 60px;
  align-items: center;
  justify-content: space-between;
}

.callback-content {
  flex: 1 1 65%;
  min-width: 300px;
}

.callback-content h1 {
  font-size: 2.5rem;
  margin: 10px 0 20px;
  font-weight: bold;
}

.callback-content h4 {
  font-size: 1.2rem;
  font-weight: 400;
}

.callback-content p {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-top: 10px;
}

.callback-image {
  flex: 1 1 35%;
  text-align: center;
}

.callback-image img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}

.white-btn{
    background: #fff;
    color:#000;
}
.white-btn:after, .white-btn:before {
    background-color: #ff5700;
}


/* Responsive Design */
@media (max-width: 768px) {
  .callback-wrapper {
    flex-direction: column;
    padding: 60px;
    text-align: center;
  }

  .callback-content h1 {
    font-size: 2rem;
  }

  .callback-content p {
    font-size: 1rem;
  }

  .callback-image {
    margin-top: 20px;
  }
}