body{
    font-family: "Montserrat";
    font-size: 14px;
    line-height: 1.5;
    color: #000;
}
a:hover {
  text-decoration: none;
}


@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
}
}
img {
  max-width: 100%;
}

.owl-next,
.owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}
.owl-prev {
  left: 10px;
}
.owl-next {
  right: 10px;
}

.img-replace {
  /* replace text with an image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%; 
  color: transparent;
  white-space: nowrap;
}
.bts-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.bts-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
  z-index: 10;
}
.bts-popup-container {
  position: relative;
  width: 90%;
  max-width: 900px;
  top: 12%;
  margin: 4em auto;
  border-radius: none; 
  text-align: center;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.bts-popup-container .bts-popup-button {
  padding: 5px 25px;
  border: 2px solid white;
	display: inline-block;
  margin-bottom: 10px;
}
.bts-popup-container a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}
.bts-popup-container .bts-popup-close {
    position: absolute;
    top: 5px;
    right: 2px;
    width: 30px;
    height: 30px;
}
.bts-popup-container .bts-popup-close::before, .bts-popup-container .bts-popup-close::after {
    content: '';
    position: absolute;
    top: 12px;
    width: 16px;
    height: 3px;
    background-color: #fff;
}
.bts-popup-container .bts-popup-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
}
.bts-popup-container .bts-popup-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 6px;
    top: 12px;
}
@media screen and (max-width: 767px) {
  .bts-popup-container {
    top: 35%;
  }
}

.slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
}
.slider .owl-stage-outer {
  height: 100vh;
}
.slider-01:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgb(0 0 0 / 40%);
  z-index: 1;
  top: 0;
}
/* .slider-02:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 25%);
  top: 0;
  z-index: 1;
} */
.rain {
  position: relative;
  z-index: 1;
}
.drop {
  position: absolute;
  bottom: 100%;
  width: 10px;
  height: 120px;
  pointer-events: none;
  animation: drop 0.5s linear infinite;
}

@keyframes drop {
  0% {
    transform: translateY(0vh);
  }
  75% {
    transform: translateY(90vh);
  }
  100% {
    transform: translateY(90vh);
  }
}

.stem {
  width: 2px;
  height: 60%;
  margin-left: 7px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.25));
  animation: stem 0.5s linear infinite;
}

@keyframes stem {
  0% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.splat {
  width: 15px;
  height: 10px;
  border-top: 2px dotted rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  opacity: 1;
  transform: scale(0);
  animation: splat 0.5s linear infinite;
  display: none;
}

.splat {
  display: block;
}

@keyframes splat {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  80% {
    opacity: 1;
    transform: scale(0);
  }
  90% {
    opacity: 0.5;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}

.slider_particles {
  margin: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
height: 100%;
}
canvas {
  width: 100%;
  height: 100%;
}
.navigation-img-wrapper {
  margin-top: 4px;
  text-align: center;
  position: absolute;
  bottom: 30px;
  z-index: 1;
  left: 0;
  right: 0;
}
.navigator_seb img {
  width: 100px;
}
.navigation-img-wrapper .navigator {
  display: inline-block;
  text-align: center;
  color: #000;
  cursor: pointer;
  padding-bottom: 3px;
}
.slider_s_title {
  text-align: left;
  margin-right: 10px;
}
.slider_s_title h6 {
  font-size: 14px;
  font-weight: 600;
}
.slider_s_title span {
  font-size: 13px;
}
.navigator_seb {
  display: flex;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
}
.navigation-img-wrapper .navigator.active {
  border-bottom: 2px solid #ee6320;
  padding-bottom: 3px;
}
.slider-penal {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  width: 350px;
  height: 700px;
  margin: auto;
  animation: mover 3s infinite alternate;
}
.slider #mainHeaderVideo {
    height: 100vh;
    object-fit: cover;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 0;
}
.slider .owl-nav, .slider .owl-dots {
  display: none;
}
.slider_text {
    position: absolute;
    color: #fff;
    top: 370px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
} 
.slider_text h2 {
  font-size: 60px;
  font-weight: 900;
  color: #fff;
  max-width: 62%;
  margin: auto;
}
.slider_text h2 span {
  color: #ee6320;
}
.slider-02 .slider-image {
  height: 100vh;
}
.slider #my-carousel .owl-dots {
  display: none;
}
.item.slider-02-pc .rei-2024 {
  position: absolute;
  font-size: 18px;
  top: 69%;
  left: 4%;
  text-transform: capitalize;
  background: #fad508;
  padding: 10px 50px;
  color: #000;
  font-weight: 600;
  transition: all 0.2s;
}
.item.slider-02-pc .rei-2024:hover {
  background: #1665b4;
  color: #fff;
}
@keyframes mover {
  0% { transform: translateX(20px); }
  100% { transform: translateX(-20px); }
}
@media screen and (max-width: 1420px) {
  .slider_text h2 {
    max-width: 69%;
    font-size: 50px;
  }
}

@media screen and (max-width: 1199px) {
  .slider_s_title {
    margin-right: 5px;
  }
  .navigator_seb {
    padding: 6px;
  }
  .slider_s_title span {
    font-size: 11px;
}
}
@media screen and (max-width: 1067px) {
  .slider_text h2 {
    max-width: 70%;
    font-size: 38px;
  }
}
@media screen and (max-width: 991px) {
  .slider #my-carousel .owl-dots {
    display: block;
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
  }
  .slider #my-carousel .owl-dots .owl-dot {
    width: 35px;
    border: none;
    height: 8px;
    margin: 0 4px;
    border-radius: 10px;
  }
  .slider #my-carousel .owl-dots .owl-dot.active {
    background: #ee6320;
  }
  .navigation-img-wrapper {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .slider-02-pc {
    display: block;
  }
  .slider-02-media {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .slider-02-pc {
    display: none;
  }
  .slider-02-media {
    display: block;
  }
}
/* ---------------------------------- */
/* --------- Service ----------- */
.service {
    position: relative;
    overflow: hidden;
    padding:80px 0;
}
.service_text {
  z-index: 2;
  position: relative;
}
.service::before,.service::after {
  content: '';
  position: absolute;
  background-image: url(../images/circle-top-right.018e3b.svg);
  height: 70%;
  width: 36vw;
  right: -12%;
  top: -25%;
  background-position: 10% 0;
  background-repeat: no-repeat;
  animation: rotation 5s infinite linear;
  z-index: 1;
}
.service::after {
  left: -12%;
  bottom: -20%;
  top: auto;
  z-index: -1;
}
.service_img{
    width: 100%;
    height: 550px;
}

.service_img video {
  width: 100%;
    height: 100%;
    object-fit: cover;

}
@-webkit-keyframes rotation {
  from {
      -webkit-transform: rotate(0deg);
  }
  to {
      -webkit-transform: rotate(359deg);
  }
}
.service_text span {
    font-size: 1.3em;
    margin-bottom: 20px;
    display: block;
}
.service_text h1 {
  color: #1665b4;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: left;
  padding: 0;
  font-weight: 700;
}
.service_text h1 span {
  font-size: 18.2px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
  color: #ee6320;
}
.content p {
  color: #222;
  font-weight: 400;
  line-height: 2em;
  font-size: 16px;
  margin-bottom: 30px;
  text-align: justify;
}
.btn {
       background-color: #1665b4;
    border-radius: 30px;
    color: #ffffff;
    font-size: .8em;
    padding: 15px 70px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
}
.btn-check:focus+.btn, .btn:focus, .btn:hover {
    background-color: transparent;
    border-color: #000;
    color: #000;
}
.image-container {
  height: 70%;
  perspective: 500px;
}
.image {
  transform-style: preserve-3d;
  cursor: grabbing;
}
.reset-pos {
  animation: resetPos 0.3s forwards;
}
@keyframes resetPos {
  form {
    transform: rotateX(var(--transform-x)) rotateY(var(--transform-y));
  }

  to {
    transform: rotateX(0deg) rotateY(0deg);
  }
}
.add-pos {
  animation: addPos 0.3s forwards;
}
@keyframes addPos {
  from {
    transform: rotateX(0deg) rotateY(0deg);
  }
  to {
    transform: rotateX(var(--transform-x)) rotateY(var(--transform-y));
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .service_img #myVideo {
    margin-left: -80px;
}
}
@media screen and (max-width: 1199px) {
  .btn {
    padding: 13px 30px;
  }
}
@media screen and (max-width: 991px) {
  .service .container {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .service {
    padding:20px 0 50px;
  }
}
@media screen and (max-width: 575px) {
  .service .container {
    display: block !important;
  }
  .service_text h1 {
    margin-bottom: 10px;
    font-size: 28px;
  }
}
/* ------ About Us ------ */
.aboutus {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-position: top;
  position: relative;
  overflow: hidden;
}

.aboutus::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 98%;
    
    /* overlay color (change opacity as needed) */
    background: rgba(0, 0, 0, 0.5); 
    
    z-index: 2;
}
.aboutus_text {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
.aboutus_text span {
  color: #ee6320;
  font-size: 3em;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}
.aboutus_text h2 {
  color: #fff;
  margin-bottom: 25px;
  font-size: 18px;
  text-transform: capitalize;
}
.aboutus_text .buttons a:hover {
  border-color: #fff;
  color: #fff;
}
.aboutus #myVideo {
  height: 45vh;
  object-fit: cover;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .aboutus_text span { font-size: 22px;
  }
  .aboutus_text {
    position: absolute;
    top: 20%;
  }
  .aboutus_text h2 {
    font-size: 14px;
  }
}
/* -------- Culture Section ------- */
.culture-section {
  padding: 50px 0;
  background-color: #f8fafc;
  position: relative;
}
.culture-section::before, .culture-section::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: #1665b41c;
    z-index: 0;
    animation: float 6s ease-in-out infinite;
}
.culture-section::before {
    width: 100px;
    height: 100px;
    top: 17%;
    right: 5%;
}
.culture-section::after {
    width: 100px;
    height: 100px;
    bottom: 5%;
    left: 5%;
}
@keyframes float {
  0% {
    transform: translateY(0);
    opacity: 0.5;
  }

  50% {
    transform: translateY(-20px);
    opacity: 0.8;
  }

  100% {
    transform: translateY(0);
    opacity: 0.5;
  }
}
.text-highlight {
    color: #1665b4;
    position: relative;
    display: inline-block;
}

.culture-section .section-header {
  text-align: center;
  margin-bottom: 4rem;
}

.culture-section .section-title {
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: .5rem;
    color: #1e293b;
}

.culture-section .values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
  margin-bottom: 4rem;
}

.culture-section .value-card {
  /* background: white; */
  border-radius: 12px;
  padding: 1rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05); */
  transition: all 0.3s ease;
  z-index: 1;
}

.culture-section .value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.culture-section .value-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 1.5rem;
  background: #b5b9bf30;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b2b6bd;
}

.culture-section .value-icon img{
  width: 55px;
  height: 55px;
}

.culture-section .value-icon svg {
  width: 32px;
  height: 32px;
}

.culture-section .value-card h3 {
  font-size: 1rem;
  margin-bottom: 0.25rem;
  color: #1e293b;
}

.culture-section .value-card p {
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.6;
}

.culture-section .hover-effect {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #1665b4;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
  z-index: -1;
}

.culture-section .value-card:hover .hover-effect {
  transform: scaleX(1);
}

.culture-section .mission-statement {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.culture-section .mission-text {
    max-width: 720px;
    margin: auto;
    color: #64748b;
    font-size: 16px;
}

.culture-section .cta-button svg {
  width: 18px;
  height: 18px;
}
.buttons a {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #1665b4;
    color: white;
    padding: 0.9rem 1.8rem;
    font-weight: 600;
    border-radius: .25rem;
    transition: all 0.3s ease;
}
.buttons a:hover {
    background: #f06d22;
    transform: translateY(-2px);
    color: white;
    border-color: #f06d22;
}
.buttons a svg {
    width: 18px;
    height: 18px;
}
@media (max-width: 768px) {
  .culture-section .section-title {
    font-size: 2.25rem;
  }

  .culture-section .values-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 576px) {
  .culture-section .values-grid {
    grid-template-columns: 1fr;
  }

  .culture-section .section-title {
    font-size: 2rem;
  }
}
/* -------- End Culture Section ------- */

/* -------  why-choose-us ------- */
.why-choose-us {
  background: url('../images/why-choose.jpg') no-repeat center center;
  /* background: #1665b4 url('https://img.freepik.com/free-photo/realistic-shark-ocean_23-2151415363.jpg?t=st=1762753698~exp=1762757298~hmac=8e369b9794179063a9f953f58e65366cca75a45a34d43b9cbe23f637def398d2&w=1060') no-repeat center center; */
  background-size: cover;
  padding: 20px;
  position: relative;
}

.why-choose-us::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: brightness(0.8);
}

.why-choose-us .section-label {
    display: inline-block;
    font-size: 0.9rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #b5b9bf;
    margin-bottom: 1rem;
    font-weight: 600;
}

.global-text {
    font-size: 16px;
    line-height: 1.7;
}
.why-choose-us img {
  height: 300px;
}

.Shark-Tank-video {
  /* width: 820px; */
  height: 500px;
  object-fit: cover;
  transition: height 0.3s ease;
}

.Shark-Tank-video.playing {
  height: auto;
}

@media screen and (max-width: 1440px) {
  .Shark-Tank-video {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 575px) {
  .why-choose-us #solar-header {
      font-size: 32px;
  }
}
/* ------- End why-choose-us ------- */

/* ------ Service ------ */
.impact-section {
  padding-bottom: 50px;
  padding-top: 20px;
  background: linear-gradient(135deg, #f8fafc, #ffffff);
}

.impact-section .bg-skew {
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  height: 100%;
  background: rgb(9 86 98 / 0.05);
  transform: skewX(-12deg);
}

.impact-section .bg-blur {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 250px;
  background: rgba(34, 197, 94, 0.12);
  border-radius: 50%;
  filter: blur(80px);
}

.impact-section .dot {
  width: 8px;
  height: 8px;
  background: #22c55e;
  border-radius: 50%;
}

.impact-section .impact-label {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 2px;
    color: #095662;
    margin: 0 7px;
}

.impact-section .impact-title {
  font-size: 42px;
  font-weight: 800;
}

.impact-section .impact-title span {
  color: #095662;
}

.impact-section .impact-subtitle {
  max-width: 720px;
  margin: auto;
  color: #64748b;
  font-size: 16px;
}

.impact-section .impact-card {
  background: #fff;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  position: relative;
  height: 100%;
}

.impact-section .icon-bg {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 96px;
  opacity: 0.08;
}

.impact-card h3 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
}

.impact-section .icon {
  background: rgb(240 244 246);
  padding: 4px 5px 8px 14px;
  border-radius: 8px;
  color: #095662;
  margin-right: 10px;
}

.impact-section .material-symbols-outlined svg {
    width: 22px;
    height: 22px;
}

.impact-section .image-box {
  height: 200px;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 20px;
}

.impact-section .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}

.impact-section .image-box img:hover {
  transform: scale(1.05);
}

.impact-section blockquote {
  background: #f1f5f9;
  padding: 20px;
  border-left: 4px solid #1665b4;
  font-style: italic;
  border-radius: 12px;
  margin-bottom: 0;
}

.impact-section .primary-border {
  border-left-color: #1665b4;
}

.impact-section .avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
}

.impact-section .cta-box {
      background: #f8cfbe;
    color: #000000;

  border-radius: 24px;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.impact-section .cta-box p {
    font-size: 16px;
}

.impact-section .stats strong {
  font-size: 36px;
  display: block;
}

.impact-section .stats span {
  font-size: 12px;
  text-transform: uppercase;
  opacity: .85;
}

@media screen and (max-width: 991px) {
  .impact-card h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .impact-section .row.g-4 .col-md-6 {
      margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  .impact-section .impact-title {
      font-size: 32px;
  }
}
/* ------ End Service ------ */



/* ----- Rayzon_in_the_world ----- */
.Rayzon_in_the_world {
  padding: 100px 0 180px;
  position: relative;
}
.Rayzon_in_the_world_text span {
  align-items: baseline;
  color: #ee6320;
  display: flex;
  font-size: 1.3em;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
.Rayzon_in_the_world_text h2 {
  color: #1665b4;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.Rayzon_in_the_world_text p {
  font-size: 16px;
  line-height: 1.9;
  font-weight: 400;
  color: #444;
  text-align: justify;
  margin-bottom: 30px;
}
.Rayzon_in_the_world_maps {
  position: absolute ;
  opacity: 1;
  transform: translateZ(0);
  right: 0;
  z-index: 0;
  top: 0;
}
.Rayzon_in_the_world_maps #myVideo {
  max-width: 100%;
}
.Rayzon_in_the_world_maps .india h6 {
  position: absolute;
  right: 28.7%;
  top: 39.7%;
  background: #1665b4;
  color: #fff;
  padding: 2px;
  margin: 0;
  opacity: 0;
}
.Rayzon_in_the_world_maps .india h6:before {
  position: absolute;
  bottom: -12px;
  width: 0;
  height: 0;
  content: "";
  border: 8px solid rgba(0, 0, 0, 0);
  border-top: 4px solid #1665b4;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.Rayzon_in_the_world_maps .india:hover h6 {
  opacity: 1;
}
.Rayzon_in_the_world_maps .india:before, .Rayzon_in_the_world_maps .india:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background: #1665b4;
  right: 30%;
  top: 44%;
  border-radius: 10px;
  opacity: 0.5;
}
.Rayzon_in_the_world_maps .india:after {
  width: 8px;
  height: 8px;
  opacity: 1;
  right: 30.5%;
  top: 44.7%;
  z-index: 0;
}
.Rayzon_in_the_world_maps .usa:before, .Rayzon_in_the_world_maps .usa:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background: #1665b4;
  left: 16.5%;
  top: 36.3%;
  border-radius: 10px;
  opacity: 0.5;
}
.Rayzon_in_the_world_maps .usa:after {
  width: 8px;
  height: 8px;
  opacity: 1;
  left: 17%;
  top: 37%;
}
.Rayzon_in_the_world_maps .usa h6 {
  position: absolute;
  left: 15.4%;
  top: 31.5%;
  background: #1665b4;
  color: #fff;
  padding: 2px;
  margin: 0;
  opacity: 0;
}
.Rayzon_in_the_world_maps .usa:hover h6 {
  opacity: 1;
}
.Rayzon_in_the_world_maps .usa h6:before {
  position: absolute;
  bottom: -12px;
  width: 0;
  height: 0;
  content: "";
  border: 8px solid rgba(0, 0, 0, 0);
  border-top: 4px solid #1665b4;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.Rayzon_in_the_world_maps .canada:before, .Rayzon_in_the_world_maps .canada:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background: #1665b4;
  left: 18.7%;
  top: 24%;
  border-radius: 10px;
  opacity: 0.5;
}
.Rayzon_in_the_world_maps .canada:after {
  width: 8px;
  height: 8px;
  opacity: 1;
  left: 19.2%;
  top: 24.8%;
}
.Rayzon_in_the_world_maps .canada h6 {
  position: absolute;
  left: 16.1%;
  top: 19.5%;
  background: #1665b4;
  color: #fff;
  padding: 2px;
  margin: 0;
  opacity: 0;
}
.Rayzon_in_the_world_maps .canada:hover h6 {
  opacity: 1;
}
.Rayzon_in_the_world_maps .canada h6:before {
  position: absolute;
  bottom: -12px;
  width: 0;
  height: 0;
  content: "";
  border: 8px solid rgba(0, 0, 0, 0);
  border-top: 4px solid #1665b4;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.Rayzon_in_the_world_maps .germany:before, .Rayzon_in_the_world_maps .germany:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background: #1665b4;
  left: 48.7%;
  top: 28%;
  border-radius: 10px;
  opacity: 0.5;
}
.Rayzon_in_the_world_maps .germany:after {
  width: 8px;
  height: 8px;
  opacity: 1;
  left: 49.2%;
  top: 28.8%;
}
.Rayzon_in_the_world_maps .germany h6 {
  position: absolute;
  left: 45.1%;
  top: 23.5%;
  background: #1665b4;
  color: #fff;
  padding: 2px 5px;
  margin: 0;
  opacity: 0;
}
.Rayzon_in_the_world_maps .germany:hover h6 {
  opacity: 1;
}
.Rayzon_in_the_world_maps .germany h6:before {
  position: absolute;
  bottom: -12px;
  width: 0;
  height: 0;
  content: "";
  border: 8px solid rgba(0, 0, 0, 0);
  border-top: 4px solid #1665b4;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}



.Rayzon_in_the_world_maps .south-africa:before, .Rayzon_in_the_world_maps .south-africa:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background: #1665b4;
  left: 53.7%;
  top: auto;
  bottom: 29.1%;
  border-radius: 10px;
  opacity: 0.5;
}
.Rayzon_in_the_world_maps .south-africa:after {
  width: 8px;
  height: 8px;
  opacity: 1;
  left: 54.2%;
  top: auto;
  bottom: 30%;
}
.Rayzon_in_the_world_maps .south-africa h6 {
  position: absolute;
  left: 48.7%;
  top: auto;
  bottom: 33%;
  background: #1665b4;
  color: #fff;
  padding: 2px 5px;
  margin: 0;
  opacity: 0;
}
.Rayzon_in_the_world_maps .south-africa:hover h6 {
  opacity: 1;
}
.Rayzon_in_the_world_maps .south-africa h6:before {
  position: absolute;
  bottom: -12px;
  width: 0;
  height: 0;
  content: "";
  border: 8px solid rgba(0, 0, 0, 0);
  border-top: 4px solid #1665b4;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}



.Rayzon_in_the_world_maps .kenya:before, .Rayzon_in_the_world_maps .kenya:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background: #1665b4;
  left: 57.6%;
  top: auto;
  bottom: 42.2%;
  border-radius: 10px;
  opacity: 0.5;
}
.Rayzon_in_the_world_maps .kenya:after {
  width: 8px;
  height: 8px;
  opacity: 1;
  left: 58.2%;
  top: auto;
  bottom: 43%;
}
.Rayzon_in_the_world_maps .kenya h6 {
  position: absolute;
  left: 55.4%;
  top: auto;
  bottom: 46%;
  background: #1665b4;
  color: #fff;
  padding: 2px 5px;
  margin: 0;
  opacity: 0;
}
.Rayzon_in_the_world_maps .kenya:hover h6 {
  opacity: 1;
}
.Rayzon_in_the_world_maps .kenya h6:before {
  position: absolute;
  bottom: -12px;
  width: 0;
  height: 0;
  content: "";
  border: 8px solid rgba(0, 0, 0, 0);
  border-top: 4px solid #1665b4;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 1320px) {
  .Rayzon_in_the_world_maps {
    top: 170px;
  }
}
@media screen and (max-width: 1199px) {
  .Rayzon_in_the_world {
    padding: 100px 0 80px;
  }
}
@media screen and (max-width: 991px) {
  .Rayzon_in_the_world_maps {
    position: static;
  }
}
@media screen and (max-width: 575px) {
  .Rayzon_in_the_world {
    padding: 30px 0 50px;
  }
  .Rayzon_in_the_world_maps .canada:after {
    width: 5px;
    height: 5px;
  }
  .Rayzon_in_the_world_maps .canada:before{
    width: 10px;
    height: 10px;
    left: 18.7%;
    top: 24.2%;
  }
  .Rayzon_in_the_world_maps .canada h6 {
    left: 14.6%;
    top: 16.5%;
    font-size: 14px;
  }
  .Rayzon_in_the_world_maps .uk:after {
    width: 5px;
    height: 5px;
    left: 46.2%;
    top: 25.8%;
  }
  .Rayzon_in_the_world_maps .uk:before {
    width: 10px;
    height: 10px;
    left: 45.9%;
    top: 25.3%;
  }
  .Rayzon_in_the_world_maps .uk h6 {
    font-size: 14px;
    left: 43.7%;
    top: 17.5%;
  }
  .Rayzon_in_the_world_maps .india:after,.Rayzon_in_the_world_maps .usa:after {
    width: 5px;
    height: 5px;
  }
  .Rayzon_in_the_world_maps .india:before {
    width: 10px;
    height: 10px;
  }
  .Rayzon_in_the_world_maps .india h6 {
    right: 26.7%;
    top: 35.7%;
    font-size: 14px;
  }
  .Rayzon_in_the_world_maps .usa:before {
    width: 10px;
    height: 10px;
    left: 16.7%;
    top: 36.5%;
  }
  .Rayzon_in_the_world_maps .usa h6 {
    left: 14.6%;
    top: 29%;
    font-size: 14px;
  }
}
/* ----- blog ----- */
.blog_latest_success_story {
  padding: 90px 0;
  overflow: hidden;
  background-color: #f8fafc;
}
.blog_latest_success_story .section-header p {
    font-size: 16px;
    color: #64748b;
}
.blog_latest_success_story h2 {
  color: #1665b4;
  font-weight: 400;
  text-transform: uppercase;
}
.section-header .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: #1e293b;
}
.section-header .title-underline {
    width: 80px;
    height: 4px;
    background: #ee6320;
    /* margin: 1rem auto; */
}
.card_box {
  border: 0;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
  z-index: 1;
  position: relative;
  margin: 0 0 10px;
}
.card_img {
  position: relative;
}
.card_img .label-card {
  background-color: #fff!important;
  border-top-right-radius: 20px;
  position: absolute!important;
  left: 0;
  bottom: 0;
}
.card_img {
  position: relative;
  overflow: hidden;
}
.card_box .card_img img {
  filter: grayscale(0.8);
  transition: all 0.2s;
}
.card_box:hover .card_img img {
  filter: grayscale(0);
  transform: scale(1.1);
}
.card_body_text {
  padding: 1.5rem;
  position: relative;
  background: #fff;
}
.card_body_text time {
    display: block;
    font-size: 0.85rem;
    color: #64748b;
    margin-bottom: 0.5rem;
}
.card_body_text h1,.card_body_text h2 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #1e293b;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card_body_text  .t-yel {
  color: #cecc07;
  font-weight: 700;
  font-size: 12px;
}
.card_body_text p {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box!important;
  overflow: hidden;
  white-space: normal;
  color: #000;
}
.card_body_text .blog-cta {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #1665b4;
    font-weight: 600;
    font-size: 0.95rem;
}
.card_body_text .blog-cta svg {
    width: 16px;
    height: 16px;
    stroke-width: 2;
    transition: transform 0.3s ease;
}
.sucess-info span:first-child {
  font-weight: 700;
}
.sucess-info span:last-child {
  font-size: 13px;
}
.blog_latest_success_story_card {
  position: relative;
}
.blog_latest_success_story_card:before {
  left: -40px;
  top: 0;
  background-image: url(../images/pattern-point-blue.svg);
}
.blog_latest_success_story_card:after {
  bottom: 0;
  right: -50px;
  background-image: url(../images/pattern-point-yellow.svg);
}
.blog_latest_success_story_card:before,.blog_latest_success_story_card:after {
  background-repeat: no-repeat;
  content: "";
  height: 150px;
  position: absolute;
  width: 130px;
}
.blog_slider .owl-dots {
  text-align: center;
}
.blog_slider .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  border: none;
  margin: 5px;
  background: #dfdfdf;
  border-radius: 50px;
}
.blog_slider .owl-dots .owl-dot.active {
  background: #222;
}
.blog_latest_success_story_card .owl-nav {
    position: absolute;
    top: -75px;
    right: 7px;
}
.blog_latest_success_story_card .owl-nav .owl-prev, .blog_latest_success_story_card .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    border: none;
    font-size: 24px;
    border-radius: 50px;
}
.blog_latest_success_story_card .owl-nav .owl-prev {
    left: -100px;
}
@media screen and (max-width: 991px) {
  .blog_latest_success_story_card .owl-nav {
    display: block;
  }
  .blog_slider .owl-dots {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .blog_slider .owl-dots .owl-dot {
    width: 25px;
    height: 8px;
  }
  .blog_latest_success_story_card .owl-nav {
    position: static;
  }
  .blog_latest_success_story_card .owl-nav .owl-prev {
    left: 10px;
  }
}
@media screen and (max-width: 575px) {
  .card_box {
    margin: 0 15px;
  }
  .blog_slider .owl-dots .owl-dot {
    width: 10px;
  }
  .blog_slider .owl-dots .owl-dot.active {
    width: 25px;
  }
  .blog_latest_success_story {
    padding: 40px 0 60px;
  }
  .section-header .section-title {
    font-size: 32px;
  }
}
/* ---- Contact Us ----- */
.contact_us {
  position: relative;
  overflow: hidden;
  margin-bottom: -7px;
}

.contact_us::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 98%;
    
    /* overlay color (change opacity as needed) */
    background: rgba(0, 0, 0, 0.5); 
    
    z-index: 2;
}
.contact_text {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  z-index: 2;
}
.contact_text h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.contact_us .contact_text a:hover {
  border-color: #fff;
  color: #fff;
}
.contact_us #myVideo {
  height: 35vh;
  object-fit: cover;
  overflow: hidden;
  width: 100%;
}
/* ---------------------------------------------------- */

button.back-to-top{
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
	height: 0px;
  width: 0px;
  overflow: hidden;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
  color: transparent;
	clear: both;
  visibility: hidden;
  position: fixed;
  cursor: pointer;
  display: block;
  border: none;
  right: 50px;
	bottom: 75px;
  font-size: 0px;
  outline: 0 !important;
  z-index: 99;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus{
  outline: 0 !important;
}
button.back-to-top::before,
button.back-to-top::after {
  content: "";
    display: block;
    vertical-align: middle;
    border-bottom: solid 10px #1665b4;
    border-left: solid 10px transparent;
    line-height: 0;
    border-right: solid 10px transparent;
    height: 0;
    margin: 18px auto 0;
    width: 0;
  border-radius:20px;
  visibility: hidden;
}
button.back-to-top.show::after,
button.back-to-top.show::before{
  visibility: visible;
}
button.back-to-top::after {
  border-bottom-color:#fff;
      position: relative;
  top:-24px;
}
button.back-to-top.show {
  display: block;
  background: #fff;
  color: #00ab6c;
  font-size: 25px;
  right: 30px;
  bottom: 90px;
  height: 50px;
  width: 50px;
  visibility: visible;
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}
button.back-to-top.show:active {
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}



.qr-container {
    position: relative;
    overflow: hidden;
    padding: 0;
    max-width: max-content;
    margin: auto;
    text-align: center;
}

.rei .modal-content {
  background: transparent;
  border: none;
}


.qr-container {
  position: relative;
  overflow: hidden;
  padding: 0;
}

.inter-solar a video {
    max-width: 100%;
}

.qr-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  color: white;
  padding: 20px 15px 10px;
}

.instruction-step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}

.step-number {
  background-color: #fff;
  color: #000;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  margin-right: 10px;
  flex-shrink: 0;
}

@media (max-width: 767.98px) {
  .qr-overlay {
    position: relative;
    background: #f8f9fa;
    color: #212529;
    padding: 15px;
  }
}
/* =========== Ecovadis Certificate ============ */
.ecovadis {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 10;
}
.ecovadis img {
  max-width: 100px;
  height: auto;
}

.solar-calculator {
  position: fixed;
  bottom: auto;
  top: 50%;
  left: auto;
  right: 10px;
  z-index: 10;
}

/* Share button (bottom) */
.socials-bottom button {
  background: #1665b4;
  border: none;
  padding: 17px 18px;
  border-radius: 50%;
  cursor: pointer;
}

.socials-bottom button svg {
    fill: #fff;
    width: 20px;
    height: 20px;
}

/* Hidden state */
.social-media-right {
    position: absolute;
    right: -10px;
    top: 0;
    transform: translate(120%, -50%);
    opacity: 0;
    transition: all 0.4s ease;
    pointer-events: none;
    background: #fff;
    padding: 12px;
    box-shadow: 0 0 16px rgb(0 0 0 / 50%);
    border-radius: 10px 0 0 10px;
}



/* Button style */
.btn-sun {
    background: #1665b4;
    padding: 14px 14px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin-bottom: 10px;
}

.solar-calculator:hover .social-media-right {
	transform: translate(0, -50%);
	opacity: 1;
	pointer-events: auto;
}

#testimonials-section {
  padding: 50px 0;
  text-align: center;
}

#testimonials-section h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #000000;
  margin: 0px;
}
#testimonials-section h2 span{
    font-size: 2rem;
    font-weight: 700;
    color: #1665b4;
    margin: 0px;
}

#testimonials-section .google-logo img {
  width: 144px;
  padding: 20px 0;
}

/* Card */
#testimonials-section .testimonial-card {
  background: #1665b4;
  border-radius: 16px;
  padding: 28px;
  margin: 10px 12px;
  text-align: left;
  height: 200px;        
  display: flex;
  flex-direction: column;
}

/* Scrollable Content */
#testimonials-section .testimonial-card p {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  overflow-y: auto;  
  flex: 1;
  padding-right: 8px;
  margin-bottom: 15px;
}

/* Custom Scrollbar (Optional Stylish) */
#testimonials-section .testimonial-card p::-webkit-scrollbar {
  width: 5px;
}

#testimonials-section .testimonial-card p::-webkit-scrollbar-thumb {
  background: #ffffff70;
  border-radius: 10px;
}

/* Reviewer Name */
#testimonials-section .testimonial-card .reviewer-name {
  color: #fff;
  font-weight: 700;
  font-size:20px;
  margin-top: auto;
}


#testimonials-section .owl-dot span {
  background: #bbb !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  margin: 4px !important;
}

/* Nav Buttons Wrapper */
#testimonials-section .owl-nav {
  position: absolute;
  top: 37%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

/* Common Button Style */
#testimonials-section .owl-nav button {
  background: #f27724 !important;
  color: #fff !important;
  border: none;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
  transition: 0.3s;
}

/* Hover Effect */
#testimonials-section .owl-nav button:hover {
  background: #0f4c8a !important;
}

/* Position Left & Right */
#testimonials-section .owl-nav .owl-prev {
  margin-left: -20px;
}

#testimonials-section .owl-nav .owl-next {
  margin-right: -20px;
}

/* HERO BANNER */
/* HERO */
#hero-banner {
    height: 100vh;
    overflow: hidden;
}
#hero-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 25%)
    z-index: 1;
}

#hero-banner .hero-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ========================= */
/* TABS (DESKTOP) */
/* ========================= */

#hero-image-tab {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    z-index: 5;
}

/* tab box */
#hero-image-tab .hero-tab {
    background: #fff;
    border-radius: 10px;
    padding: 12px;
    position: relative;
    transition: 0.3s;
    cursor: pointer;
}

/* image */
#hero-image-tab .hero-tab img {
    width: 60px;
    height: 45px;
    object-fit: cover;
    border-radius: 6px;
}

/* text */
#hero-image-tab h6 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}

#hero-image-tab span {
    font-size: 12px;
    color: #777;
}

/* hover line */
#hero-image-tab .hero-tab::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0%;
    background: #ff6a00;
    transition: 0.3s;
}

#hero-image-tab .hero-tab:hover::after,
#hero-image-tab .hero-tab.active::after {
    width: 100%;
}

/* hover lift */
#hero-image-tab .hero-tab:hover {
    transform: translateY(-5px);
}

/* ========================= */
/* MOBILE FIX 🔥 */
/* ========================= */

@media (max-width: 767px) {

    #hero-banner {
        height: auto;
        padding: 0 0 20px;
    }

    #hero-banner .hero-video video {
        height: 300px;
    }

    #hero-image-tab {
        position: relative;   /* IMPORTANT */
        bottom: auto;
        margin-top: 20px;
    }

    #hero-image-tab .hero-tab {
        transform: none !important;
    }
  
}

/* gallery */
#gallery {
  padding: 25px 0;
  background: #ffffff;
}

#gallery h5 {
  color: #000;
  text-transform: uppercase;
}

#gallery h2 {
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}

/* image wrapper */
#gallery .img-wrapper {
  position: relative;
  margin-top: 15px;
  overflow: hidden;
}

/* image */
#gallery .img-wrapper img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: 0.4s;
}

/* overlay */
#gallery .img-overlay {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.4s;
   pointer-events: none; 
}

#gallery .img-overlay i {
  color: #fff;
  font-size: 30px;
}

/* hover effects 🔥 */
#gallery .img-wrapper:hover .img-overlay {
  opacity: 1;

}

#gallery .img-wrapper:hover img {
  transform: scale(1.05);
}
#lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.9);
    display: none; /* VERY IMPORTANT */
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#lightbox img {
    max-width: 90%;
    max-height: 80%;
}

#closeBtn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 35px;
    color: #fff;
    cursor: pointer;
}

/* arrows */
#prevBtn,
#nextBtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    padding: 10px;
    user-select: none;
    transition: 0.3s;
}

#prevBtn {
    left: 20px;
}

#nextBtn {
    right: 20px;
}

#prevBtn:hover,
#nextBtn:hover {
    color: #ff6a00;
}




/* model */

.modal .forem .icon-input {position: relative;}

.modal .modal-content{background-color: #f8f8f8; padding: 10px;}

.modal .modal-content h1{font-size: 20px;}

.modal .forem span {position: absolute; top: 9px; left: 23px; color:#1665b4;}

.modal .forem .form-control {background-color: #fff; padding: 10px 40px; box-shadow: none; border: transparent;
border-radius: 0px; margin-bottom: 10px; font-size: 15px;}

.modal .forem .btn {padding: 10px 10px;
    font-size: 12px;
    background-color:#1665b4;
    color: #fff;
    border-radius: 25px;
    width: 100%;}


#services {
    padding: 50px 0;
}

/* remove link style */
#services .service-card {
    text-decoration: none;
    display: block;
}

/* box */
#services .service-box {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

/* image */
#services .service-box img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* title */
#services .service-box h3 {
    font-size: 16px;
    padding: 15px;
    color: #000;
    margin: 0;
}

/* hover 🔥 */
#services .service-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* hover effect title */
#services .service-box:hover h3 {
    color: #1665b4;
}


#service-detail {
    padding: 60px 0;
}

#service-detail .service-detail-img img {
    border-radius: 15px;
}

#service-detail .service-detail-content h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

#service-detail .service-detail-content p {
    color: #555;
    line-height: 1.8;
     font-weight: 400;
     font-size:16px;
}

#service-detail .service-detail-content ul {
    padding-left: 18px;
    margin-top: 15px;
}

#service-detail .service-detail-content ul li {
    margin-bottom: 8px;
}



    
/* mobile adjust */
@media(max-width:767px){
    #prevBtn, #nextBtn{
        font-size: 28px;
    }
    .service_img {
    width: 100%;
    height: 360px;
}
.buttons a {
    padding: 9px 6px;
    font-size: 13px;
}
.contact_text h2 {
    font-size: 22px;
    margin-bottom: 5px;}

    .impact-section .cta-box {
    padding: 20px;
    text-align: center;}

#service-detail .service-detail-content h2 {
    font-size: 24px;
}

}



  /* quickcontact */
.quickcontact {
  width: 45px;
  position: fixed;
  top: 77%;
  right: 15px;
  z-index:102;
}