/*PAGINATION DESIGN*/

.page-center ul.pagination li {
    width: 35px;
    height: 35px;
    background: #ff55001a;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    line-height: 35px;
    margin: 0px 5px;
    transition: all .3s;
    display: inline-block;
    color: #000;
}

.page-center ul.pagination li a:hover {
    color: #000 !important;
}

.page-center ul.pagination {
    display: inline-block;
    margin: 0 auto;
}

.page-center ul.pagination li.active {
    background: #ff5500;
    color: #fff;
    cursor: no-drop;
}

.page-center {
    text-align: center;
}

/*PAGINATION DESIGN ENDS*/

/*-------------------------
    Preloader Css
---------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999999;
 }
/* PRELOADER CSS ENDS*/

/* Page Disabled */
    ul.pagination li.disabled {
      cursor: no-drop;
    }
/* Page Disabled End */
.feature-image img {
  width: 100%;
}
.pointer {
  cursor: pointer;
}
.gocover {
    display:none;
    position: absolute;
    position: fixed; 
    left: 0; 
    top: 0; 
    z-index: 999; 
    width: 100%; 
    height: 100%; 
    overflow: visible;
}

.mybtn1.lg {
  width: 200px;
}


/*---------------------------
Faq Page Start
-----------------------------*/
.faq-section {
  padding: 40px 0px 60px;
  }

.ui-accordion .ui-accordion-header {
  padding: 16px 40px 16px !important;
  margin-top: 20px !important;
  color: #fff;
  font-weight: 600;
  border: 0px;
  }
  .ui-accordion .ui-accordion-header:focus {
    outline: 0px;
    border: 0px; }
  .ui-accordion .ui-accordion-header .ui-icon {
    display: none; }
  .ui-accordion .ui-accordion-header::before {
    position: absolute;
    content: "\f128";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    left: 15px;
    }

.ui-accordion .ui-widget-content {
  border: 0px;
  -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.05); }

  /*---------------------------
Faq Page End
-----------------------------*/

/*====================
 Thank you Area Start
 =====================*/
.thankyou {
  padding: 100px 0px 100px; }
  .thankyou .content {
    background: #010860;
    padding: 20px 30px 50px;
    text-align: center;
    }
    .thankyou .content .icon {
      font-size: 90px;
      color: #ff5500; }
    .thankyou .content .heading {
      font-size: 28px;
      line-height: 38px;
      text-transform: uppercase;
      color: #fff;
      font-weight: 600; }
    .thankyou .content .text {
      color: #fff;
      margin-bottom: 0px; }
    .thankyou .content a.link {
      color: #fff;
      margin-top: 20px;
      display: block;
      text-decoration: underline;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 600; }


.content-text {
    font-size: 16px;
    line-height: 36px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; 
}
.content-text li {
  line-height: 2;
}

.order-details .pricing-plan .content  {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0px;
}

.order-details .pricing-plan .content  span{
    color: #fff !important;
}

.order-details .pricing-plan .content  li{
    color: #fff !important;
}

/*====================
 404 Area Start
 =====================*/
.fourzerofour {
  padding: 100px 0px 100px;
  text-align: center; }
  .fourzerofour .content {
    text-align: center; }
    .fourzerofour .content .heading {
      font-size: 36px;
      line-height: 46px;
      font-weight: 700;
      color: #28384f;
      margin: 40px 0px 25px; }
    .fourzerofour .content .text {
      max-width: 450px;
      display: block;
      margin: 0 auto; }
    .fourzerofour .content .mybtn1 {
      margin-top: 28px;; }

/*
Select option style Start
*/
        .top-header .content .right-content .language-selector .language option{
          color: #242424;
        }
      .top-header .content .right-content .currency-selector {
        margin-right: 10px;
        display: inline-block; }
        .top-header .content .right-content .currency-selector i {
          color: #fff;
          font-size: 16px;
          margin-top: 2px; }
        .top-header .content .right-content .currency-selector .currency {
          border: none;
          color: #fff;
          cursor: pointer;
          background: none;
          font-size: 14px; }
.top-header .content .right-content .currency-selector .currency option{
  color: #242424;
}




/*-------------------------------
 Order Details Start
--------------------------------*/
.order-details {
  padding: 100px 0px 100px; }
  .order-details .order-details-box {
    -webkit-box-shadow: 0px 7px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 7px 25px rgba(0, 0, 0, 0.1);
    border-radius: 30px 30px 30px 30px;
    background: #fff;
    }
    .order-details .order-details-box .header {
      background: #1242c9;
      text-align: center;
      padding: 30px 0px;
      border-radius: 30px 30px 0px 0px; }
      .order-details .order-details-box .header .title {
        color: #fff;
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 0px; }
    .order-details .order-details-box .content .patment-method {
      width: 100%;
      background: #1242c9;
      height: 50px;
      border: 0px;
      border-radius: 50px;
      padding: 0px 30px;
      color: #fff;
      margin-top: 20px; }
    .order-details .order-details-box .content .btn-checkout {
      border: 1px solid #1242c9;
      background: none;
      display: inline-block;
      padding: 10px 40px;
      margin-top: 30px;
      border-radius: 50px;
      color: #1242c9;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .order-details .order-details-box .content .btn-checkout:hover {
        background: #1242c9;
        color: #fff; }
  .order-details .pricing-plan {
    margin-top: 50px;
    background: #1242c9;
    border-radius: 20px; }
    .order-details .pricing-plan .header-area {
      padding: 21px 20px 26px;
      border-bottom: 1px solid #fff;
      text-align: center; }
      .order-details .pricing-plan .header-area .title {
        color: #fff;
        font-size: 24px;
        line-height: normal;
        margin-bottom: 0px; }
      .order-details .pricing-plan .header-area .sub-title {
        color: #fff;
        margin-bottom: 0px; }
    .order-details .pricing-plan .pricing-area {
      text-align: center;
      padding: 12px 30px 5px; }
      .order-details .pricing-plan .pricing-area p {
        margin-bottom: 0px;
        font-size: 50px;
        color: #fff; }
        .order-details .pricing-plan .pricing-area p sup {
          font-size: 24px;
          position: relative;
          top: -25px; }
        .order-details .pricing-plan .pricing-area p sub {
          font-size: 16px;
          position: relative;
          bottom: 0px;
          left: -6px; }
    .order-details .pricing-plan .content {
      padding: 0px 30px 30px;
      text-align: center; }
      .order-details .pricing-plan .content p {
        color: #fff;
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 0px; }

/*-------------------------------
 Order Details End
--------------------------------*/

.content-text ol,.content-text ul {display: inline-block;}

img.projectimg {
  width: 100%;
  height: auto;
}

.submit-address .mybtn1 {
    margin-left: auto;
}

/*-------------------------------
  Hero slider — readable on any background
--------------------------------*/
.hero-area .hero-area-slider .intro-content {
  position: relative;
}

.hero-area .hero-area-slider .intro-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    105deg,
    rgba(0, 0, 0, 0.72) 0%,
    rgba(0, 0, 0, 0.5) 40%,
    rgba(0, 0, 0, 0.35) 100%
  );
  z-index: 1;
  pointer-events: none;
}

.hero-area .hero-area-slider .intro-content .container {
  position: relative;
  z-index: 2;
}

.hero-area .hero-area-slider .intro-content .slider-content {
  max-width: 620px;
  padding: 28px 32px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.hero-area .hero-area-slider .intro-content.slide-two .slider-content {
  margin-left: auto;
  margin-right: auto;
}

.hero-area .hero-area-slider .intro-content.slide-three .slider-content {
  margin-left: auto;
}

.hero-area .hero-area-slider .intro-content .slider-content .subtitle,
.hero-area .hero-area-slider .intro-content .slider-content .title,
.hero-area .hero-area-slider .intro-content .slider-content .text {
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.95), 0 0 6px rgba(0, 0, 0, 0.85);
}

.hero-area .hero-area-slider .intro-content .slider-content .subtitle {
  color: #ffffff !important;
}

.hero-area .hero-area-slider .intro-content .slider-content .text {
  color: #f2f2f2 !important;
}

.hero-area .hero-area-slider .intro-content .slider-content .layer-1 .title {
  color: #ff5e14 !important;
}

/*-------------------------------
  Quick contact — fixed bottom-right
--------------------------------*/
.ttr-quick-contact {
  position: fixed;
  bottom: 28px;
  right: 24px;
  z-index: 99999;
}

.ttr-quick-contact-btn {
  width: 58px;
  height: 58px;
  border: none;
  border-radius: 50%;
  background: #ff5e14;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 4px 18px rgba(255, 94, 20, 0.45);
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.ttr-quick-contact-btn:hover,
.ttr-quick-contact-btn:focus {
  background: #e54f0a;
  transform: scale(1.05);
  outline: none;
  box-shadow: 0 6px 22px rgba(255, 94, 20, 0.55);
}

.ttr-quick-contact-icon-close {
  display: none;
}

.ttr-quick-contact.is-open .ttr-quick-contact-icon-open {
  display: none;
}

.ttr-quick-contact.is-open .ttr-quick-contact-icon-close {
  display: block;
}

.ttr-quick-contact-panel {
  position: absolute;
  bottom: 72px;
  right: 0;
  width: 260px;
  padding: 16px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
  pointer-events: none;
}

.ttr-quick-contact.is-open .ttr-quick-contact-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.ttr-quick-contact-title {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 700;
  color: #222;
  text-align: center;
}

.ttr-quick-contact-action {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  margin-bottom: 8px;
  border-radius: 8px;
  background: #f8f8f8;
  color: #333;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 600;
  transition: background 0.2s ease, color 0.2s ease;
}

.ttr-quick-contact-action:last-child {
  margin-bottom: 0;
}

.ttr-quick-contact-action i {
  width: 22px;
  text-align: center;
  color: #ff5e14;
  font-size: 18px;
}

.ttr-quick-contact-action:hover {
  background: #ff5e14;
  color: #fff;
}

.ttr-quick-contact-action:hover i {
  color: #fff;
}

.ttr-quick-contact-action--whatsapp:hover {
  background: #25d366;
}

.ttr-quick-contact-action--whatsapp i {
  color: #25d366;
}

.ttr-quick-contact-action--imessage:hover {
  background: #007aff;
}

.ttr-quick-contact-action--imessage i {
  color: #007aff;
}

.ttr-quick-contact-note {
  margin: 10px 0 0;
  font-size: 11px;
  line-height: 1.4;
  color: #888;
  text-align: center;
}

/* Stack above back-to-top button */
.bottomtotop i {
  bottom: 100px !important;
}

@media (max-width: 575px) {
  .ttr-quick-contact {
    bottom: 20px;
    right: 16px;
  }

  .ttr-quick-contact-panel {
    width: 240px;
    right: 0;
  }

  .bottomtotop i {
    bottom: 92px !important;
    right: 16px !important;
  }
}

/*
Select option style Start
*/