:root {
    --theme-color1: #0b3b5e;
    --theme-color2: #ff6d2e;
    --theme-color3: #ebf1f5;
    --theme-color4: #7c858c;
    --bg-theme-color1: #0b3b5e;
    --bg-theme-color2: #ff6d2e;
    --bg-theme-color3: #ebf1f5;
    --bg-theme-color4: #7c858c;
    --border-theme-color1: #0b3b5e;
    --border-theme-color2: #ff6d2e;
    --border-theme-color3: #ebf1f5;
    --border-theme-color4: #7c858c;
}

/* carousel  */
.carousel-bg {
    background: linear-gradient(rgba(51, 91, 131, 0.8), rgba(51, 91, 131, 0.8)),
      url("../assets/images/carousel-3.jpg");
    height: 100vh;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;

    background-position: center;
    animation: carouselAnimation 10s infinite;
  }
  .carousel-caption {
    right: 0%;
    top: 20%;
    text-align: left;
  }
  
  .carousel-inner {
    text-align: left;
  }
  .carousel-content p {
    font-size: 18px;
    line-height: 36px;
  }
  @keyframes carouselAnimation {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.2);
    }
    100% {
      transform: scale(1);
    }
  }
  

/* services section start  */
.service-section {
    position: relative;
    /* margin-top: -100px; */
    /* background: url("../assets/img/pattern-1.png"); */
    /* height: 668px; */
    /* background-repeat: no-repeat; */
    /* object-fit: cover; */
    height: 100%;
    background-color: var(--bg-theme-color1);
    width: 100%;
  }
  
  .card-title{
    text-align: center;
  }
  .service-section .card {
    
    position: relative;
    background: #ffffff;
    padding: 80px 20px 20px;
    transition: all 300ms ease;
    margin-top: -50px;
    transition: all 0.5s;
    z-index: 155;
  }
  
  .card-icon i {
    position: absolute;
    left: 50%;
    top: -55px;
    margin-left: -55px;
    height: 110px;
    width: 110px;
    background: var(--bg-theme-color2);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 54px;
    border-radius: 50%;
    transition: all 300ms ease;
    z-index: 1;
  }
  
  .service-section .card:hover .card-icon i {
    background: var(--bg-theme-color1);
  }
  .service-section .card .img-box {
    overflow: hidden;
    transition: 0.5s all;
  }
  .service-section .card img {
    transition: 0.5s all;
    object-fit: cover;
  }
  .service-section .card:hover {
    transform: translateY(-20px);
    box-shadow: 0 10px 20px rgb(0 0 0 / 40%);
  }
  .service-section .card img:hover {
    transform: scale(1, 1.5);
  }
  .service-section .card p {
    font-size: 16px;
    line-height: 32px;
    color: #7c858c;
    margin-bottom: 20px;
  }
  .service-section .services-text p {
    font-size: 18px;
    color: #8fa1ae;
    font-weight: 400;
    text-align: center;
    margin-top: 20px;
  }
  .service-section .services-text p strong {
    border-bottom: 2px solid var(--border-theme-color2);
  }
  
  .card-body {
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
  }
  
  .card-body .d-flex {
    align-items: flex-start;
  }
  
  .card-body .d-flex i {
    color: #007bff;
  }
  
  .card-body .d-flex h5 {
    font-size: 1.25rem;
    margin: 0 0 5px 0;
    font-weight: bold;
  }
  
  .card-body .d-flex p {
    margin: 0;
    color: #555;
  }

  
/*** Service, Price & Team ***/
.service-item,
.price-item,
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.service-item img,
.team-item img {
    transition: .5s;
}

.service-item:hover img,
.team-item:hover img {
    transform: scale(1.1);
}

.service-item a.btn-slide,
.price-item a.btn-slide,
.team-item div.btn-slide {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 0;
}

.service-item a.btn-slide i,
.service-item a.btn-slide span,
.price-item a.btn-slide i,
.price-item a.btn-slide span,
.team-item div.btn-slide i,
.team-item div.btn-slide span {
    position: relative;
    height: 40px;
    padding: 0 15px;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 0 35px 35px 0;
    transition: .5s;
    z-index: 2;
}

.team-item div.btn-slide span a i {
    padding: 0 10px;
}

.team-item div.btn-slide span a:hover i {
    background: var(--secondary);
}

.service-item a.btn-slide span,
.price-item a.btn-slide span,
.team-item div.btn-slide span {
    padding-left: 0;
    left: -100%;
    z-index: 1;
}

.service-item:hover a.btn-slide i,
.price-item:hover a.btn-slide i,
.team-item:hover div.btn-slide i {
    border-radius: 0;
}

.service-item:hover a.btn-slide span,
.price-item:hover a.btn-slide span,
.team-item:hover div.btn-slide span {
    left: 0;
}

.service-item a.btn-slide:hover i,
.service-item a.btn-slide:hover span,
.price-item a.btn-slide:hover i,
.price-item a.btn-slide:hover span {
    background: var(--secondary);
}






.operations-text{
    color: #ffffff;
}


.operations-image{
    margin-top: -4.5rem;
}


/* work section start  */
.work-area {
  position: relative;
  /* padding: 120px 0 70px; */
}
.work-area .sub-title::before {
  position: absolute;
  left: 50%;
  top: 0;
  height: 2px;
  width: 42px;
  background: var(--bg-theme-color2);
  content: "";
}
.work-block {
  position: relative;
  margin-bottom: 50px;
  margin-top: 50px;
  z-index: 1;
  text-align: center;
}

.work-card-icon {
  background: #fff;
  position: absolute;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -50px;
  box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
  left: 50%;
  font-size: 54px;
  transition: all 300ms ease;
  margin-left: -50px;
  color: var(--bg-theme-color2);
  transition: all 0.5s;
}
.work-card-icon::after {
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ffffff;
  content: "";
  transition: all 300ms ease;
}
.work-card-body {
  position: relative;
  background: var(--bg-theme-color3);
  padding: 85px 30px 30px;
  margin-bottom: 40px;
  transition: all 500ms ease;
}


.work-block h4 {
  position: relative;
  color: var(--theme-color1);
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}
.work-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 600;
  background: var(--bg-theme-color1);
  letter-spacing: 0.05em;
  overflow: hidden;
  text-transform: uppercase;
}
.work-btn .count {
  position: relative;
  padding: 15px 10px;
  width: 55px;
}
.work-btn .count span {
  position: relative;
  color: #ffffff;
  z-index: 1;
}
.work-btn .count::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: var(--bg-theme-color2);
  content: "";
  transition: all 500ms ease;
}
.work-btn .work-btn-title {
  display: inline-block;
  padding: 15px 35px;
  position: relative;
  z-index: 2;
  color: #fff;
  transition: all 0.5s;
}

.work-card:hover .work-card-icon {
  background: var(--bg-theme-color2);
  color: #fff;
}
.work-card:hover .work-card-icon::after {
  border-top: 10px solid var(--border-theme-color2);
}
.work-card:hover .work-card-body {
  background: var(--bg-theme-color1);
  color: rgb(211, 210, 210);
}
.work-card:hover .work-card-body h4 {
  color: #fff;
}
.work-card:hover .count::after {
  background: var(--bg-theme-color1);
}
.work-card:hover .work-btn-title {
  background: var(--bg-theme-color2);
  color: #fff;
}




/* faqs section start  */
.faqs {
    background: linear-gradient(
        rgba(234, 240, 244, 0.9),
        rgba(234, 240, 244, 0.9)
      ),
      url(../assets/img/1.png);
  }
  .faq-block {
    margin-bottom: 40px;
    position: relative;
  }
  .faq-block .faq-content {
    padding-left: 70px;
    position: relative;
  }
  .faq-block .faq-icon {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    color: #fff;
    background-color: var(--bg-theme-color2);
    border-radius: 50%;
    font-size: 14px;
    transition: all 300ms ease;
  }
  .faq-block .faq-content h4 {
    font-size: 18px;
    line-height: 1.2em;
    color: var(--theme-color1);
    font-weight: 700;
    margin-bottom: 10px;
  }
  .faq-block .faq-content p {
    font-size: 16px;
    line-height: 30px;
    color: var(--theme-color4);
    width: 100%;
  }
  .faq-block:hover .faq-icon {
    background-color: var(--bg-theme-color1);
  }
  .accordion-button:not(.collapsed) {
    color: var(--bg-theme-color2);
  }
  .accordion-button {
    font-size: 18px;
    line-height: 25px;
    color: var(--theme-color1);
    font-weight: 700;
    transition: all 500ms ease;
    border-bottom: 1px solid var(--border-theme-color3);
  }
  .accordion-body {
    padding: 2rem 1rem;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #7c858c;
    margin-bottom: 0;
  }
  .accordion-button:not(.collapsed)::after {
    background: url(../assets/icons/minus-solid.svg);
    color: var(--bg-theme-color1);
  }
  .accordion-button::after {
    background: url(../assets/icons/plus-solid.svg);
    color: var(--bg-theme-color2);
  }
  
.operations-image{
    transform: scale(0.8);
}
/* .operations-image img{
    transform: scale(0.8);
} */

footer {
    color: #fff;
}

.footer-header{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
} 
ul {
    padding: 0px;
}
ol, ul {
    margin-bottom: 0px;
}

.social-icon {
    padding: 0;
    margin-bottom: 0px;
        float: right;
}

.social-icon li {
    list-style: none;
    display: inline-block;
}
.social-icon li i {
    font-size: 14px;
    color: #262725;
    border: solid 2px #ffffff;
    height: 31px;
    width: 31px;
    text-align: center;
    vertical-align: middle;
    border-radius: 100px;
    line-height: 27px;
    margin-right: 15px;
    transition: 1s;
    background: #fff;
}
.social-icon li i:hover {
    border: solid 2px #262725;
    color: #ffffff;
    background: #262725;
}

.phone-no i {
    position: relative;
    margin-right: 14px;
    font-size: 43px;
    top: 5px;
}
.phone-no {
    text-align: right;
}
.footer-day-time {
    padding-bottom: 30px;
    border-bottom: 2px solid #7a6f6f;
    padding-top: 14px;
    margin-bottom: 55px;
}
.footer-day-time ul li {
    display: inline;
    margin-right: 20px;
}
.footer-day-time ul li:last-child {
    margin-right: 0px;
}
.phone-no a {
    color: #fff;
    font-family: PlayfairDisplay-Black;
    font-size: 34px;
    font-weight: bold;
}
.footer-top {
    background: #0b3b5e;
    padding:50px 0 50px;
}
.footer-top h4 {
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.footer-top p {
    font-size: 13px;
    line-height: 2;
}

.footer-logo {
    display: block;
    margin-bottom: 32px;
}
.address1 li {
    list-style: none;
    position: relative;
    padding: 0px 0 14px 34px;
    line-height: 26px;
}
ul.address1 span {
    position: absolute;
    width: 40px;
    max-width: 40px;
    left: 0;
}
.address1 li a {
    color: #fff;
    text-decoration: none;
}
ul.address1 i {
    width: 20px;
    position: absolute;
    left: 0px;
    text-align: center;
    font-size: 28px;
    top: 0;
}

ul.address1 i.fa-envelope {
    font-size: 18px;
    top: 4px;
}
footer ul.social-icon {
    float: left;
}
footer .social-icon li i:hover {
    background: #ff6d2e;
    border-color: #ff6d2e;
}

.footer-bottom {
    background: #ff6d2e;
    padding: 10px 0px;
}
.footer-bottom ul li {
    display: inline;
    margin-right: 20px;
    font-size: 18px;
}
.footer-bottom ul li a{
    color:#fff;
}

.footer-bottom ul {
    float: right;
}

.footer-bottom ul li:last-child {
    margin-right: 0;
}
.copyright {
    font-size: 18px;
}

.cbm-calculator-section {
  padding: 60px 0;
}
.cbm-calculator-section .sec-title h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}
.cbm-calculator-section .sub-title {
  font-size: 1.25rem;
  color: #ff6d2e;
}
.cbm-calculator-section .card {
  background: #ffffff;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.cbm-calculator-section .form-group label {
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}
.cbm-calculator-section .form-control {
  border: 2px solid #e0e0e0;
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 1rem;
}
.cbm-calculator-section .form-control:focus {
  border-color: #ff6d2e;
  box-shadow: 0 0 0 0.2rem rgba(255, 109, 46, 0.25);
}
.cbm-calculator-section .btn-primary {
  background-color: #ff6d2e;
  border-color: #ff6d2e;
  padding: 10px 0;
  font-size: 1.25rem;
  font-weight: 600;
  border-radius: 5px;
}
.cbm-calculator-section .btn-primary:hover {
  background-color: #e65c24;
  border-color: #e65c24;
}
.cbm-calculator-section .result h4 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
}
.cbm-calculator-section .text-primary {
  color: #ff6d2e;
}

.service-new .primary-btn {
  background: var(--bg-theme-color1);
}
.service-new .primary-btn:before {
  background-color: var(--bg-theme-color3);
}
.service-new .primary-btn:hover {
  color: var(--bg-theme-color1);
}

/* fun fact section start  */
.fact-section {
  position: relative;
  padding: 120px 0 0;
}
.fact-section .bg-image {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 120px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-position: center top;
  background: linear-gradient(rgba(51, 91, 131, 0.8), rgba(51, 91, 131, 0.8)),
    url(../assets/images/pricing.png);
}

.fact-card {
  position: relative;
}
.fact-card:hover .fact-icon-card {
  transform: scale(0.8);
  background-color: var(--bg-theme-color3);
}

.fact-card-body {
  display: flex;
  height: 300px;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  padding: 60px 50px 36px;
  padding-right: 30px;
  border-top: 4px solid var(--border-theme-color2);
  box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
}
.fact-card-body .cont-box {
  font-size: 60px;
  color: var(--theme-color1);
  font-weight: 700;
  line-height: 1em;
  margin-right: 20px;
  text-transform: uppercase;
}
.fact-card-body span {
  font-size: 60px;
  color: var(--theme-color1);
  font-weight: 700;
  line-height: 1em;
}
.fact-card-body h4 {
  display: inline-block;
  font-size: 16px;
  line-height: 25px;
  color: #7c858c;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.sec-title {
  margin-bottom: 25px;
}

.primary-btn {
  position: relative;
  font-size: 13px;
  line-height: 25px;
  color: #ffffff;
  padding: 15px 40px;
  font-weight: 600;
  background: #ff6d2e;
  letter-spacing: 0.1em;
  overflow: hidden;
  text-transform: uppercase;
  display: inline-block;
  z-index: 1;
  border: none;
  transition: all 0.5s;
  border-radius: 0px;
  
}
.primary-btn:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #0b3b5e;
  z-index: -1;
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.primary-btn:hover:before {
  transform: scale(1, 1);
  transform-origin: bottom left;
}
.primary-btn:hover {
  color: #ffffff !important;
  box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
  border: none;
}

.sec-title h2 {
  position: relative;
  line-height: 1.2em;
  color: var(--theme-color1);
  font-size: 50px;
  font-weight: 700;
}



  /* For smaller screens (e.g., below 768px), show short text, hide full text */
@media (max-width: 768px) {
  .carousel-caption{
    top: 1%;
  }
}