@import url('font-awesome.css');
@import url('simple-line-icons.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.min.css');


/*** 

====================================================================

  Reset

====================================================================

 ***/

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

/*** 

====================================================================

  Global Settings

====================================================================

 ***/
@font-face {
  font-family: "f1";
  src: url(../fonts/Figtree-Bold.ttf);
}

@font-face {
  font-family: "f2";
  src: url(../fonts/Figtree-Regular.ttf);
}

@font-face {
  font-family: "f3";
  src: url(../fonts/Figtree-Medium.ttf);
}

@font-face {
  font-family: "f4";
  src: url(../fonts/Figtree-SemiBold.ttf);
}

body {
  font-family: "f2";
  font-size: 18px;
  color: #808080;
  line-height: 1.75em;
  font-weight: 400;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #FF8F1F;
}

a:hover, a:focus, a:visited, a:active, button:active, button:focus {
  text-decoration: none;
  outline: none;
}

ul,
ul li,
ol,
ol li {
  list-style: none;
  margin: 0 0;
}

h1, h2, h3, h4, h5, h6 {
  position: relative;
  font-family: "f4";
  font-weight: 400;
  margin: 0 0 15px;
  background: none;
  color: #191825;
  line-height: 1.33em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #191825;
}

h1 {
  font-size: 90px;
}

h2 {
  font-size: 64px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

input, button, select, textarea {
  font-family: "f3";
}

textarea {
  overflow: hidden;
  resize: none;
}

p {
  position: relative;
  line-height: 1.75em;
  margin-bottom: 20px;
}

.text {
  position: relative;
  line-height: 1.75em;
  margin-bottom: 0px;
}

.strike-through {
  text-decoration: line-through;
}

.auto-container {
  position: static;
  max-width: 1240px;
  padding: 0px 20px;
  margin: 0 auto;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}

.theme-btn {
  display: inline-block;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.centered {
  text-align: center;
}

.btn-style-one {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  line-height: 30px;
  padding: 16px 40px 16px;
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  border: 1px solid #FF8F1F;
  text-transform: uppercase;
  background: #FF8F1F;
  border-radius: 5px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-style-one span {
  position: relative;
  display: block;
  z-index: 1;
}

.btn-style-one:hover {
  color: #FF8F1F;
  background: none;
  border-color: #FF8F1F;
}

.btn-style-one.semi-round {
  border-radius: 30px 30px;
}

.btn-style-two {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  line-height: 30px;
  padding: 16px 40px 16px;
  color: #FF8F1F;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  border: 1px solid #FF8F1F;
  text-transform: uppercase;
  background: none;
  border-radius: 5px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-style-two span {
  position: relative;
  display: block;
  z-index: 1;
}

.btn-style-two:hover {
  color: #ffffff;
  background: #FF8F1F;
  border-color: #FF8F1F;
}

.btn-style-two.semi-round {
  border-radius: 30px 30px;
}


.theme-btn .icon-left {
  padding-right: 10px;
}

.theme-btn .icon-right {
  padding-left: 10px;
}

.theme_color {
  color: #FF8F1F;
}

.light-font {
  font-weight: 300;
}

.regular-font {
  font-weight: 400;
}

.semibold-font {
  font-weight: 600;
}

.bold-font {
  font-weight: 700;
}

.ex-bold-font {
  font-weight: 800;
}

.heavy-font {
  font-weight: 900;
}

.bg-lightgrey {
  background-color: #f6f7f8;
}

.no-bg {
  background: none;
}

.text-uppercase {
  text-transform: uppercase;
}

.grey-color {
  color: #333333 !important;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/icons/preloader.svg);
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/*** 

====================================================================

  Scroll To Top style

====================================================================

***/

.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 44px;
  height: 52px;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 52px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  border-radius: 15px 15px 0 0;
  background: #FF8F1F;
  display: none;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.scroll-to-top img {
  position: relative;
  top: -2px;
  vertical-align: middle;
  height: 10px;
}

.scroll-to-top:hover {
  color: #ffffff;
  background: #1E1E1E;
}

/*** 

====================================================================
  Default Form Style
====================================================================

/* navbar */

.total_nav{
  position: fixed; /* Fixed position */
  top: 0; /* Stick to the top */
  left: 0; /* Align to the left */
  right: 0; /* Align to the right */
  z-index: 1000; /* Ensure it stays on top of other content */
}

.m-scroll {
  display: flex;
  position: relative;
  width: 100%;
  height: 20px;
  margin: auto;
  background-color: #ff8d31;
  overflow: hidden;
  z-index: 1;
}

.m-scroll__title {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  /*justify-content: flex-start;*/
  width: 100%;
  height: 100%;
  white-space: nowrap;
  transform: scale(2);
  transition: all 1s ease;
  text-align: justify;
  justify-content: space-between;

}

.m-scroll__title > div {
  /* display: flex; */
  /* animation: scrollText 33s infinite linear; */
  display: inline-flex;
  animation: scrollText  160s linear infinite !important;
}

.m-scroll__title h1 {
  margin: 0;
  font-size: 8px;
  color: rgba(255, 255, 255, 1);
  transition: all 2s ease;
  display: flex;
  justify-content: space-between;
}

.m-scroll__title p {
  display: inline;
  margin: 0 5px;
  font-size: inherit;
  padding: 0 20px;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}
.one {
  
  margin-right: 60px;

}

.m-scroll__title p:hover {
  -webkit-text-stroke: 1px white;
  color: transparent;
}

/* Uncomment this to enable hover pause */

/* .m-scroll__title > div:hover {
  animation-play-state: paused;
} */


@keyframes scrollText {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Navbar Styles */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.phone-numbers {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.phone-numbers a {
  color: #fff;
  text-decoration: none;
  font-size:14px;
  transition: color 0.3s ease;
}
.phone-numbers h6 {
margin-bottom: 0% !important;
}


.phone-numbers a:hover {
  color: #f0a500;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.nav-links a {
  color: #000000;
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.3s ease;
}

.nav-links a:hover {
  color: #f0a500;
}

.btn {
  background-color: #f0a500;
  color: #333;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 0.25rem;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn:hover {
  background-color: #cc8500;
}

/* Hamburger menu for mobile */
.menu-toggle {
  display: none;
  font-size: 1.5rem;
  color: rgb(0, 0, 0);
  cursor: pointer;
}
.mobile-phone-numbers{
  display: none;
}



/* whatapp */

.whatsapp-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: transform 0.3s ease;
  z-index: 1100;
}


.whatsapp-icon:hover {
  transform: scale(1.1);
}


.whatsapp-icon img {
  width: 50px;
  height: 50px;
}



/*** 

====================================================================
  Banner Two
====================================================================

***/

.banner-two {
  position: relative;
  padding: 0 0;
  background: #ffffff;
}

.banner-two .auto-container {
  max-width: 1600px;
}

.banner-two .banner-container {
  position: relative;
}

.banner-two .banner-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.banner-two .slide-item {
  position: relative;
  width: 100%;
  padding: 0px;
  overflow: hidden;
}

.banner-two .slide-item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.0);
  z-index: 1;
}

.banner-two .slide-item .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-two .slide-item .image-layer:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.60);
  background: -ms-linear-gradient(249.48deg, rgba(36, 40, 57, 0.9) 86.67%, rgba(100, 104, 120, 0.9) 96.35%);
  background: -webkit-linear-gradient(249.48deg, rgba(36, 40, 57, 0.9) 86.67%, rgba(100, 104, 120, 0.9) 96.35%);
  background: linear-gradient(249.48deg, rgba(36, 40, 57, 0.9) 86.67%, rgba(100, 104, 120, 0.9) 96.35%);
  z-index: 1;
}

.banner-two .slide-item .curve-layer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 220px;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 5;
}

.banner-two .slide-item .content-box {
  position: relative;
  display: table;
  vertical-align: bottom;
  width: 100%;
  padding: 50px 0px 100px;
  height: 550px;
  z-index: 10;
}

.banner-two .slide-item .content {
  position: relative;
  display: table-cell;
  width: 100%;
  vertical-align: bottom;
  z-index: 5;
}

.banner-two .slide-item .inner {
  position: relative;
  display: block;
  max-width: 100% !important;
  width: 100%;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}

.banner-two .active .slide-item .inner {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 1000ms ease 300ms;
  -ms-transition: all 1000ms ease 300ms;
  -o-transition: all 1000ms ease 300ms;
  -moz-transition: all 1000ms ease 300ms;
  transition: all 1000ms ease 300ms;
}

.banner-two .slide-item .image-box {
  position: absolute;
  right: 0;
  margin-left: 100px;
  bottom: 100px;
  width: 720px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
}

.banner-two .active .slide-item .image-box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 1000ms ease 1000ms;
  -ms-transition: all 1000ms ease 1000ms;
  -o-transition: all 1000ms ease 1000ms;
  -moz-transition: all 1000ms ease 1000ms;
  transition: all 1000ms ease 1000ms;
}

.banner-two .slide-item .image-box .icon {
  position: absolute;
}

.banner-two .slide-item .image-box .icon-1 {
  right: -85px;
  top: -85px;
}

.banner-two .slide-item .image-box .icon-2 {
  left: -40px;
  bottom: -40px;
}

.banner-two .slide-item .image-box .image {
  position: relative;
  display: block;
  border-radius: 15px;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
}

.banner-two .slide-item .image-box .image img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 15px;
}

.banner-two .slide-item .image-box .vid-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  padding: 30px 10px;
  line-height: 40px;
  color: #ffffff;
  font-size: 20px;
  background: #FF8F1F;
  text-align: center;
  margin: -50px 0 0 -50px;
  border-radius: 50%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.banner-two .active .slide-item .image-box .vid-btn {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1000ms ease 1500ms;
  -ms-transition: all 1000ms ease 1500ms;
  -o-transition: all 1000ms ease 1500ms;
  -moz-transition: all 1000ms ease 1500ms;
  transition: all 1000ms ease 1500ms;
}

.banner-two .slide-item .image-box .vid-btn:before {
  content: '';
  position: absolute;
  left: -15px;
  top: -15px;
  right: -15px;
  bottom: -15px;
  border: 15px solid rgba(255, 143, 31, 0.5);
  border-radius: 50%;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.banner-two .slide-item .image-box .vid-btn:hover {
  background: #ffffff;
  color: #FF8F1F;
}

.banner-two .slide-item h1 {
  position: relative;
  font-weight: 900;
  font-size: 84px;
  color: #ffffff;
  text-transform: none;
  line-height: 1.20em;
  margin: 0px 0px;
}

.banner-two .slide-item .text {
  position: relative;
  display: block;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  padding-top: 40px;
  max-width: 560px;
}

.banner-two .slide-item .links-box {
  position: relative;
  display: block;
  padding-top: 50px;
}

.banner-two .slide-item .links-box .link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 20px 0;
}

.banner-two .slide-item .links-box .link .theme-btn {
  padding-left: 50px;
  padding-right: 50px;
}

.banner-two .owl-theme .owl-nav,
.banner-two .owl-theme .owl-dots {
  position: absolute;
  display: none;
}

/*** 

====================================================================
  Title Box
====================================================================

***/

.title-box {
  position: relative;
  margin-bottom: 100px;
}

.title-box.style-two {
  margin-bottom: 50px;
}

.title-box.centered {
  text-align: center;
  max-width: 580px;
  margin: 0 auto 110px;
}

.title-box.style-two.centered {
  margin-bottom: 70px;
}

.title-box .dots {
  position: relative;
  width: 40px;
  margin-bottom: 10px;
}

.title-box.style-two .dots {
  width: auto;
  margin-bottom: 10px;
}

.title-box.style-two .dots img {
  position: relative;
  margin-top: -7px;
  left: -5px;
}

.title-box.centered .dots {
  margin: -7px auto 10px;
}

.title-box.style-two.centered .dots img {
  left: 0;
}

.title-box .dots span {
  position: relative;
  display: block;
  width: 25px;
  height: 5px;
  border-bottom: 5px solid #FF8F1F;
}

.title-box .dots span:before {
  content: '';
  position: absolute;
  left: 30px;
  top: 0;
  width: 5px;
  height: 5px;
  border-bottom: 5px solid #FF8F1F;
}

.title-box .dots span:after {
  content: '';
  position: absolute;
  left: 40px;
  top: 0;
  width: 3px;
  height: 5px;
  border-bottom: 5px solid #FF8F1F;
}

.title-box h2 {
  position: relative;
  display: inline-block;
  font-weight: 900;
  text-transform: none;
  color: #191825;
  line-height: 1.1em;
  margin: 0 0;
}

.title-box.style-two h2 {
  font-size: 54px;
  line-height: 1.15em;
}

.title-box h2 span {
  position: relative;
  z-index: 1;
}

.title-box h2 .bg-vector {
  position: absolute;
  right: -50px;
  bottom: -55px;
  width: 300px;
  z-index: 0;
}

.title-box.centered h2 .bg-vector {
  right: -100px;
}

.title-box .subtitle {
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5em;
  color: #FF8F1F;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.title-box .subtitle span {
  position: relative;
  display: inline-block;
  padding-right: 40px;
}

.title-box .subtitle span:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
  width: 30px;
  border-bottom: 2px solid #FF8F1F;
}

/*** 

====================================================================
  Why Us Section
====================================================================

***/

.why-us {
  position: relative;
  padding: 100px 0px 0px;
}

.why-us .auto-container {
  max-width: 1920px;
  padding: 0 20px;
}

.why-us .title-box {
  margin-bottom: 90px;
}

.why-us .owl-theme .owl-stage-outer {
  overflow: visible;
}

.why-block {
  position: relative;
  margin-bottom: 30px;
}

.owl-theme .why-block {
  margin-bottom: 0px;
}

.why-block .inner-box {
  position: relative;
  display: block;
  padding: 50px 30px 50px 40px;
  min-height: 300px;
  background: #ffffff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

.owl-theme .why-block .inner-box {
  margin: 5px 10px 20px;
}

.why-block .icon-box {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  background: #FF8F1F;
  color: #ffffff;
  text-align: center;
  line-height: 80px;
  font-size: 32px;
  margin-bottom: 30px;
  border-radius: 50%;
}

.why-block:hover .icon-box {
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  border-color: #e30b17;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  transition: all 700ms ease;
}

.why-block h4 {
  position: relative;
  font-weight: 700;
  color: #191825;
  margin-bottom: 20px;
}

.why-us .owl-theme .owl-nav,
.why-us .owl-theme .owl-dots {
  display: none;
}


/*** 

====================================================================
  Welcome Section
====================================================================

***/

.welcome-two {
  position: relative;
  padding: 40px 0px 0px;
  z-index: 1;
}

.welcome-two .right-image {
  position: absolute;
  right: -20px;
  top: -30px;
}

.welcome-two .auto-container {
  max-width: 1480px;
}

.welcome-two .text-col {
  position: relative;
  order: 12;
}

.welcome-two .text-col .title-box {
  margin-bottom: 40px;
}

.welcome-two .text-col .inner {
  position: relative;
  display: block;
}

.welcome-two .text-col .text-content {
  position: relative;
  margin-bottom: 40px;
}

.welcome-two .wel-block-two {
  position: relative;
  margin-bottom: 50px;
}

.welcome-two .wel-block-two .inner-box {
  position: relative;
  display: block;
  padding-left: 50px;
}

.welcome-two .wel-block-two .icon {
  position: absolute;
  left: 0;
  top: -4px;
  line-height: 1em;
  color: #FF8F1F;
  font-size: 32px;
}

.welcome-two .wel-block-two h6 {
  position: relative;
  color: #191825;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 12px;
}

.welcome-two .lower-links {
  position: relative;
}

.welcome-two .lower-links .link {
  position: relative;
  float: left;
  margin-right: 30px;
}

.welcome-two .lower-links .link:last-child {
  margin-right: 0;
}

.welcome-two .image-col {
  position: relative;
  margin-bottom: 50px;
  order: 0;
}

.welcome-two .image-col .inner {
  position: relative;
  display: block;
}

.welcome-two .image-col .images {
  position: relative;
  display: block;
  max-width: 470px;
}

.welcome-two .image-col .image {
  position: relative;
  display: block;
  border-radius: 5px;
}

.welcome-two .image-col .image img {
  width: 100%;
  border-radius: 5px;
}

.welcome-two .image-col .w-box {
  position: absolute;
  left: 100%;
  margin-left: -140px;
  bottom: 120px;
  width: 100%;
  max-width: 250px;
  border-radius: 5px;
  -ms-transform: rotate(-28.77deg);
  transform: rotate(-28.77deg);
}

.welcome-two .image-col .w-box:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 0px;
  right: 0;
  height: 100%;
  background: #FF8F1F;
  border-radius: 5px;
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.welcome-two .image-col .w-box .inner-box {
  position: relative;
  display: block;
  padding: 45px 20px 42px;
  background: #ffffff;
  text-align: center;
  border-radius: 5px;
  -ms-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
}

.welcome-two .image-col .w-box .icon-box {
  position: relative;
  width: 82px;
  height: 74px;
  line-height: 74px;
  font-size: 30px;
  background: #242839;
  color: #ffffff;
  margin: 0 auto 15px;
  border-radius: 5px;
}

.welcome-two .image-col .w-box .text {
  position: relative;
  font-size: 18px;
  font-family: 'Mulish', sans-serif;
  line-height: 1.7em;
  font-weight: 600;
  color: #191825;
}

/*** 

====================================================================
  Why Us Section
====================================================================

***/

.why-us-two {
  position: relative;
  padding: 60px 0px 60px;
  background: #F5F8FF;
}

.why-us-two .title-box.centered {
  margin-bottom: 65px;
}

.why-block-two {
  position: relative;
  margin-bottom: 30px;
}

.owl-theme .why-block-two {
  margin-bottom: 0px;
}

.why-block-two .inner-box {
  position: relative;
  display: block;
  padding: 50px 40px 50px 40px;
  min-height: 100%;
  background: #ffffff;
  border-radius: 5px;
}

.why-block-two .icon-box {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  background: rgba(255, 143, 31, 0.1);
  color: #FF8F1F;
  text-align: center;
  line-height: 90px;
  font-size: 32px;
  margin-bottom: 28px;
  border-radius: 50%;
}

.why-block-two h4 {
  position: relative;
  font-weight: 700;
  color: #191825;
  margin-bottom: 22px;
}

.why-block-two .text {
  position: relative;
  font-size: 16px;
}


/* footer */

/* General Footer Styling */
.footer {
  background-color: #333;
  color: #ffffff;
  padding: 40px 0;
}

/* Footer Container */
.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Footer Columns */
.footer-col {
  flex: 1;
  min-width: 18%;
}

/* Footer Column Headings */
.footer-col h5 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff;
}
.footer-col h6 {
  font-size: 14px;
  margin-bottom: 7px;
  color: #fff;
}

/* Footer Links */
.footer-col a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
}

/* Address and Social Icons */
.footer-col .address {
  font-size: 14px;
  margin: 10px 0;
  color: #fff;
}

.footer-col .social-links {
  display: flex;
  gap: 10px;
  margin: 10px 0;
}

.footer-col .social-links a {
  font-size: 18px;
}

/* Hover Effects */
.footer-col a:hover {
  text-decoration: underline;
}

.footer-col .social-links a:hover {
  color: #007bff;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .footer-container {
      flex-direction: column;
      align-items: center;
  }
  .footer-col {
      text-align: center;
  }
  .footer-col img {
      width: 80%;
      margin-bottom: 15px;
  }
}


/*  */
.en_button {
  background-color: #007bff;
  color: #fff !important;
  padding: 5px 25px !important;
  border-radius: 5px;
}

/* tablre */
.toggle-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #007BFF;
  color: white;
  padding: 15px;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.toggle-box span {
  font-size: 1.2em;
}

.toggle-box .icon {
  font-size: 1.5em;
  transition: transform 0.3s;
}

.toggle-box .icon.open {
  transform: rotate(180deg);
}

table {
  width: 100%;
  margin-top: 5px;
  border-collapse: collapse;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  display: none;
}

th, td {
  border: 1px solid #dddddd;
  text-align: center;
  padding: 12px;
}

th {
  background-color: #007BFF;
  color: white;
  font-size: 1.2em;
  letter-spacing: 1px;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}

tr:hover {
  background-color: #e9ecef;
}

caption {
  font-size: 1.5em;
  font-weight: bold;
  margin: 10px;
  color: #333;
}


/* 2nd */
.header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #007BFF;
  color: white;
  padding: 15px;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.header-box span {
  font-size: 1.2em;
}

.header-box .dropdown-icon {
  font-size: 1.5em;
  transition: transform 0.3s;
}

.header-box .dropdown-icon.open {
  transform: rotate(180deg);
}

/* 3rd */
.tariff-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #007BFF;
  color: white;
  padding: 15px;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.tariff-container span {
  font-size: 1.2em;
}

.tariff-container .toggle-icon {
  font-size: 1.5em;
  transition: transform 0.3s;
}

.tariff-container .toggle-icon.open {
  transform: rotate(180deg);
}


/* pop */
/* Unique Popup Overlay */
.unique-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1050;
  backdrop-filter: blur(5px);
}

/* Unique Popup Content */
.unique-popup-content {
  background-color: #fff;
  padding: 25px;
  border-radius: 15px;
  width: 90%;
  max-width: 600px;
  height: 80%;
  overflow-y: auto;
  margin: 50px auto;
  position: relative;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  animation: fadeIn 0.3s ease-out;
  border: 4px solid #007BFF;
}

/* Hide Scrollbar but Keep Scrollable */
.unique-popup-content::-webkit-scrollbar {
  display: none;
}

.unique-popup-content {
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer */
}

.unique-popup-content::-webkit-scrollbar-thumb {
  background: #007BFF;
  border-radius: 10px;
}

/* Close Button */
.unique-close-button {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 1.5em;
  cursor: pointer;
  color: #555;
  transition: color 0.3s;
}

.unique-close-button:hover {
  color: #ff4d4d;
}

/* Form Rows */
.unique-form-row {
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
}

.unique-form-row label {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 1em;
}

.unique-form-row input,
.unique-form-row select {
  padding: 10px;
  font-size: 1em;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.unique-form-row input:focus,
.unique-form-row select:focus {
  border-color: #007BFF;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

/* Inline Duration Fields */
.unique-form-inline {
  display: flex;
  gap: 20px;
  align-items: center;
}

.unique-form-inline label {
  flex: 0 0 auto;
}

.unique-form-inline input {
  flex: 1;
  width: auto;
}

/* Submit Button */
.unique-submit-button {
  background-color: #007BFF;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 10px;
  font-size: 1.2em;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 8px rgba(0, 123, 255, 0.2);
}

.unique-submit-button:hover {
  background-color: #0056b3;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 123, 255, 0.3);
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

/*  */
.input-timepicker {
  outline: none;
  height: 40px;
  text-align: center;
  width: 130px;
  border-radius: 40px;
  background: #fff;
  color: #007BFF;
  letter-spacing: 1px;
  text-shadow: 0;
  font-size: 12px !important;
  font-weight: bold;
  cursor: pointer;
}

.input-timepicker:active {
  cursor: pointer;
}

.timepicker-container {
  width: 243px !important;
  border-radius: 8px !important;
  font-family: "-apple-system", "Helvetica Neue", "Roboto", "Segoe UI", sans-serif;
}

.timepicker-header {
  text-align: center;
  height: auto !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.timepicker-header__title {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  margin-left: 0 auto !important;
  margin-right: 0 auto !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  opacity: 0.7;
}

.timepicker-content-middle {
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.timepicker-component {
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.timepicker-component-cont {
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.timepicker-component-data {
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.timepicker-component-gradient {
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.timepicker-component-selector {
  border-color: rgba(0, 0, 0, 0.0) !important;
  width: 100% !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  left: 0px !important;
}

.timepicker-row {
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  opacity: 0.7;
  font-size: 25px;
  font-weight: 600;
  transition: font 0.1s ease;
}

.timepicker-row-selected {
  font-size: 30px;
}

#timepicker-component-0 .timepicker-row {
  text-align: center;
  z-index: 1000;
  padding-left: 27px !important;
}

.timepicker-footer .timepicker-footer-bottom {
  margin: 0px !important;
  padding: 0px !important;
}

.timepicker-button-cont {
  margin: 0px !important;
  padding: 0px !important;
}

.timepicker-button {
  color: #69f0ae !important;
  margin: 0px !important;
  padding: 0px !important;
}

#timepicker-button-cancel {
  margin-right: 0px !important;
  color: #ff9898 !important;
}

#timepicker-button-set {
  margin: 16px !important;
}

#startDate {
  height: 40px;
  width: 130px;
  padding: 10px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 8px;
  background: #fff;
  color: #007BFF;
  text-align: center;
  letter-spacing: 1px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.3s ease;
}

#startDate:focus {
  border-color: #007BFF;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}