/*-----------------------------------------------------------------------------------

    [Master Stylesheet]

    Project:    Energix - Solar Energy and Renewable Energy HTML Template
    
    Version:    1.0

-----------------------------------------------------------------------------------

    [Table of contents]
    
        1. header
        2. navbar
        3. hero-section
        4. button
        5. domestic
        6. heading
        7. battery-storage
        8. count
        9. recent-projects
        10. energix
        11. use-energix
        12. video
        13. process-solutions
        14. free-consultation
        15. client-reviews
        16. pricing-plans
        17. solar-energy
        18. nav-c-slider
        19. request-quote
        20. request-quote-form
        21. Recent News
        22. blog-text
        23. sponsors
        24. footer
        25. footer social-media
        26. about-energix
        27. contact-footer
        28. footer-bottom
        29. featured-area-two
        30. header.two
        31. slide-two-img
        32. energize-society
        33. about-two-content
        34. sectors
        35. use-energix.two
        36. request-quote-info
        37. team-info
        38. recent-projects-two
        39. client-reviews-text.two
        40. our-experts
        41. blog-text.two
        42. about-energix
        43. ul.link-style
        44. contact-info.two
        45. page-breadcrumb
        46. our-blog-text
        47. posts
        48. ul.recent-posts
        49. blog-detalis
        50. share-this
        51. comment
        52. pagination
        53. check style
        54. about-two-content
        55. history
        56. our-projects
        57. Services
        58. solar-system
        59. information
        60. clean-energy
        61. team
        62. team-text
        63. progressbar
        64. Accordion styles
        65. 404 pag
        66. contact
        67. mobile-search
        68. mobile-nav
        69. progress go to top
        70. latterbox
    
    
-----------------------------------------------------------------------------------*/
/* General Style */

@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100;200;300;400;500;600;700;800&amp;display=swap');

html,body {
    font-family: 'Sora';
    overflow-x: hidden;
}
p
{
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    margin: 0;
    font-weight: 400;
    text-align: justify;
}
*{
    margin: 0;
    padding: 0;
}
a,h2,h3,h4,h5,h6{
    color: #000;
    margin: 0;
}
a{
    text-decoration: none;
}
h1{
  font-size: 70px;
}
h2{
    font-size: 60px;
    line-height: 70px;
}
h3{
    font-size: 30px;
    line-height: 40px;
}
h4{
    font-size: 24px;
    line-height: 34px;
}
h5{
    font-size: 22px;
    line-height: 32px;
}
h6{
    font-size: 15px;
    line-height: 32px;
}
img{
    object-fit: cover;
}
.gap {
    padding: 120px 0;
}
.no-top{
    padding-top: 0;
}
.no-bottom{
    padding-bottom: 0;
}
ul{
    padding: 0;
    margin: 0;
}
li{
    display: block;
}
figure {
    overflow: hidden;
}
/* 1. header */
/* top-bar */
.top-bar-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-bar-text a {
    text-transform: capitalize;
    font-weight: bold;
}
.top-bar-text p, .top-bar-text a {
    font-weight: 400;
    text-transform: lowercase;
    color: white;
}
.top-bar-text a p:hover{
    color: #0a9642;
}
.top-bar-text li i{
    padding-right: 6px;
}
.top-bar-text li {
    padding-right: 30px;
}
.top-bar-mail{
    align-items: center;
}
.top-bar-mail i {
    background-color: #0a9642;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-right: 10px;
}
.top-bar {
    z-index: 4;
    position: relative;
    padding: 8px;
    padding-bottom: 61px;
}
/* 2. navbar */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: -1;
  opacity: 0;
  transition: 1s all;
}
.navbar {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    overflow: visible;
}
.navbar-logo {
  color: #ff3f34;
  text-decoration: none;
  font-size: 25px;
  padding: 0px 20px;
}

.navbar-links {
  list-style-type: none;
  display: flex;
  overflow: visible;
}
.navbar-links li a {
    display: block;
    text-decoration: none;
    color: #707070;
    padding: 10px 25px;
    transition: 0.4s all;
}
.navbar-links li.navbar-dropdown {
  position: relative;
  overflow: visible;
}
.navbar-links li.navbar-dropdown:hover .dropdown,
.navbar-links li.navbar-dropdown:focus-within .dropdown {
    visibility: visible;
    opacity: 1;
    transform: translatex(0px);
    z-index: 1111;
    padding: 10px;
}
.navbar-links li.navbar-dropdown .dropdown {
    padding: 10px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: translatex(24px);
    left: 0;
    width: 250px;
    background-color: #fff;
    box-shadow: 0px 10px 10px 3px hsl(0deg 0% 0% / 16%);
    z-index: 111;
    transition: 0.4s all;
    margin-top: 12px;
    overflow: visible;
}
.navbar-links li.navbar-dropdown .dropdown:before {
    content: "";
    width: 100%;
    height: 18px;
    position: absolute;
    top: -18px;
    left: 0;
}
.navbar-links li.navbar-dropdown .dropdown a {
    padding-left: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-weight: 400;
    border: 0;
    position: relative;
    text-transform: capitalize;
    color: #000;
}
.navbar-links li.navbar-dropdown .dropdown li:nth-child(even) a {
    background-color: #ebebeb;
}
.navbar-links li.navbar-dropdown .dropdown  li a:hover:before{
    width: 100%;
        opacity: 1;
    visibility: visible;
}
.navbar-links li.navbar-dropdown .dropdown li a:hover{
    color: white;
}
.navbar-links li.navbar-dropdown .dropdown li:nth-child(even) a:hover{
    background-color: transparent;
    color: white;
}
.navbar-links li.navbar-dropdown .dropdown  li a:before {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.navbar-links li.navbar-dropdown .dropdown.dropdown--medical {
    width: 360px;
    max-height: 70vh;
    overflow-y: auto;
    padding: 12px 0;
}
.navbar-links li.navbar-dropdown .dropdown.dropdown--medical li:nth-child(even) a {
    background-color: transparent;
}
.navbar-links li.navbar-dropdown .dropdown .dropdown-group-label {
    padding: 12px 20px 6px;
}
.navbar-links li.navbar-dropdown .dropdown .dropdown-group-label span {
    display: block;
    color: #0a9642;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.3;
}
.navbar-links li.navbar-dropdown .dropdown.dropdown--medical a {
    padding: 10px 20px 10px 28px;
    font-size: 14px;
    line-height: 1.35;
}
.navbar-links li.navbar-dropdown .dropdown.dropdown--medical::-webkit-scrollbar {
    width: 6px;
}
.navbar-links li.navbar-dropdown .dropdown.dropdown--medical::-webkit-scrollbar-thumb {
    background: rgba(0, 120, 191, 0.28);
    border-radius: 999px;
}
.navbar-links li.navbar-dropdown .dropdown li.dropdown-submenu {
    position: relative;
}
.navbar-links li.navbar-dropdown .dropdown li.dropdown-submenu > a {
    padding-right: 40px;
}
.navbar-links li.navbar-dropdown .dropdown li.dropdown-submenu > a::after {
    content: "\203A";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #5b6574;
}
.navbar-links li.navbar-dropdown:hover .dropdown.dropdown--nested-menu,
.navbar-links li.navbar-dropdown:focus-within .dropdown.dropdown--nested-menu {
    visibility: hidden;
    opacity: 0;
    transform: translateX(18px);
    padding: 12px 0;
}
.navbar-links li.navbar-dropdown .dropdown li.dropdown-submenu > .dropdown.dropdown--nested-menu {
    top: -12px;
    left: calc(100% - 2px);
    margin-top: 0;
    transform: translateX(18px);
}
.navbar-links li.navbar-dropdown .dropdown li.dropdown-submenu > .dropdown.dropdown--nested-menu::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -18px;
    width: 18px;
}
.navbar-links li.navbar-dropdown .dropdown li.dropdown-submenu:hover > .dropdown.dropdown--nested-menu,
.navbar-links li.navbar-dropdown .dropdown li.dropdown-submenu:focus-within > .dropdown.dropdown--nested-menu {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    z-index: 1112;
    padding: 12px 0;
}
.desktop-nav nav .nav-bar ul > li ul.sub-menu li a:hover {
    color: white;
}
.navbar-links li.navbar-dropdown .dropdown a:not(:last-child):hover:after {
    width: 75%;
}
.navbar-links li > a {
    border-bottom: 5px solid transparent;
    font-weight: 600;
    color: black;
    text-transform: capitalize;
    font-size: 18px;
}
.menu-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    border-radius: 54px;
    padding-left: 23px;
    margin-top: -52px;
    z-index: 111;
    position: relative;
    overflow: visible;
}
a.search-btn svg {
    width: 30px;
    height: auto;
    display: flex;
}
a.header-button {
    background-color: #0a9642;
    color: white;
    font-weight: bold;
    padding: 40px 34px;
    border-radius: 70px;
    margin-left: 20px;
}
.logo {
    margin-top: -12px;
}
/* 3. hero-section */
.slider-hero {
    margin-top: -52px;
    position: relative;
}
.hero-section {
    position: relative;
    padding-top: 200px;
    padding-bottom: 160px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.featured-area-one h2 {
    color: rgb(0, 0, 0);
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 10px;
    width: 90%;
}
.featured-area-one{
  position: relative;
  z-index: 11;
}
.featured-area-one h6 {
    color: #000000;
    width: 74%;
    padding-bottom: 20px;
}
/* 4. button */
.button {
    background-color: #0a9642;
    display: inline-block;
    padding: 20px 40px;
    border-radius: 65px;
    color: white;
    font-weight: bold;
    width: auto;
    position: relative;
    z-index: 1;
}
.button:hover {
    color: #0a9642;
    background-color: transparent;
    z-index: 1;
}
.button:before {
    content: "";
    position: absolute;
    border: 3px solid #0a9642;
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 50px;
    top: 0;
    transform: scale(0.5);
    z-index: -1;
}
button.button {
    border: 0;
}
.button:hover:before{
    transform: scale(1);
}
.owl-item.active .hero-section h2 {
    animation-duration: 1.3s;
    animation-name: fadeInOne;
}
.owl-item.active .hero-section h6 {
    animation-duration: 1.6s;
    animation-name: fadeInOne;
}
.owl-item.active .hero-section a.button {
    animation-duration: 2s;
    animation-name: fadeInOne; 
}
.owl-item.active .hero-section:before {
    /* position: absolute;
    content: "";
    height: 640px;
    width: 1040px;
    border-radius: 417px;
    background-color: #1782c387;
    z-index: 2;
    transform: rotate(271deg);
    left: 30px;
    top: -7%;
    animation-duration: 1s;
    animation-name: fade-down; */
}
@keyframes fade-down {
  0% {
    opacity: 0;
    -webkit-top: -100px;
    top: -100px;
  }
  40% {
    opacity: 0;
    -webkit-top: -80px;
    top: -80px;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOne {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  40% {
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;  }
}
.slider-home-1.owl-carousel .owl-dots.disabled, .slider-home-1.owl-carousel .owl-nav.disabled {
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 50px;
    right: 18%;
}
.slider-home-1.owl-carousel .owl-nav.disabled button i {
    background-color: #ffffff;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #0078bf;
    line-height: 0;
    font-size: 20px;
}
.slider-home-1.owl-carousel .owl-nav.disabled button i:hover{
  background-color: #0a9642;
  border: 1px solid #0a9642;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #0a964200;
    color: #fff;
    text-decoration: none;
}

/* 5. domestic */
.domestic {
    padding: 50px 100px;
    border-radius: 30px;
    text-align: center;
}
.domestic p{
  color: white;
}
.domestic h3 {
    font-weight: bold;
    color: white;
    padding-top: 24px;
    padding-bottom: 10px;
}
.domestic.commercial{
  background-color: #17195A;
}
/* 6. heading */
.heading p {
    color: #0a9642;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}
.heading .line {
    display: block;
    width: 83px;
    height: 3px;
    background-color: #0a9642;
    margin-bottom: 18px;
    margin-top: 4px;
}
.heading h2 {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 56px;
    line-height: 66px;
    padding-bottom: 25px;
}
.renewable-group {
    width: 86%;
    margin-left: auto;
}
.renewable-group img {
  padding-top: 20px;
}
.renewable-group h3 {
    font-size: 34px;
    font-weight: bold;
    padding-top: 10px;
}
/* 7. battery-storage */
.battery-storage {
    position: relative;
    overflow: hidden;
}
.battery-storage.two img {
    height: 674px;
}
.battery-storage:before {
    content: "";
    position: absolute;
    background-color: black;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    opacity: .6;
}
.battery-storage-text p {
    color: white;
}
.battery-storage img{
    border-radius: 30px;
    width: 100%;
}
.battery-storage-text {
    position: absolute;
    z-index: 11;
    bottom: 30px;
    left: 30px;
    transform: translateY(54px);
}
.battery-storage-text h3 {
    color: white;
    font-weight: bold;
    padding-bottom: 4px;
}
.battery-storage-text h3 {
    color: white;
    font-weight: bold;
    padding-bottom: 20px;
}
.battery-storage:hover .battery-storage-text{
  transform: translateY(0px);
}
.battery-storage i {
    background-color: #0078bf;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    position: absolute;
    top: 30px;
    left: 30px;
}
.battery-storage:hover:before{
  background-color: #17195A;
}
.battery-storage:hover i {
    background-color: #0a9642;
}
.battery-storage:hover svg {
    transform: rotate3d(1, 1, 1, 360deg);
}
/* 8. count */
.count-title-text {
    display: flex;
    justify-content: space-between;
    padding-top: 100px;
    align-items: center;
    text-align: center;
}
.count-title-text span,.count-title-text h2 {
    font-size: 50px;
    font-weight: bold;
    padding-top: 25px;
}
.count-title-text p {
    width: 74%;
    margin: auto;
}
/* 9. recent-projects */
.recent-projects{
    background-color: #FAFAFA;
}
.recent-projects-text {
    background-color: white;
    box-shadow: -1px 10px 34px 1px rgba(0,0,0,0.15);
    -webkit-box-shadow: -1px 10px 34px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: -1px 10px 34px 1px rgba(0,0,0,0.15);
    padding: 40px;
    border-radius: 30px;
    width: 70%;
    margin-top: -100px;
    z-index: 1;
    position: relative;
    margin-left: 40px;
}
.recent-projects-text h5 {
    font-weight: bold;
    padding-bottom: 30px;
}
.recent-projects-text h6 {
    font-size: 32px;
    font-weight: bold;
    display: inline;
    padding-right: 15px;
}
.recent-projects-text span {
    color: #666;
    font-weight: 500;
    text-transform: uppercase;
}
.recent-projects-text i:hover svg{
    fill: white;
}
.recent-projects-text i {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 50%;
    justify-content: center;
    right: 10px;
    bottom: 10px;
}
.recent-projects-text i:hover{
    background-color: #0a9642;
}
.recent-projects-img img{
    border-radius: 30px;
    width: 100%;
}
.recent-projects-img1 img{
    border-radius: 30px;
    width: 100%;
}
.recent-projects-img {
    margin-bottom: 55px;
    width: 97%;
}
.recent-projects-text:hover {
    box-shadow: -1px 10px 34px 1px rgb(0 0 0 / 0%);
    -webkit-box-shadow: -1px 10px 34px 1px rgb(0 0 0 / 0%);
    -moz-box-shadow: -1px 10px 34px 1px rgba(0,0,0,0.15);
}
.new-project button.owl-dot.active {
    background-color: #eb5014;
}
.new-project button.owl-dot {
    background-color: #D9D9D9;
    height: 6px;
    width: 33%;
    margin-bottom: 60px;
}

.new-project.owl-theme .owl-dots .owl-dot span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #86979100;
}
/* 10. energix */
/* ---------------------------------------
   Background + Overlay
---------------------------------------- */
.energix {
    position: relative;
    padding: 80px 0;
    background-size: cover;
    background-position: center;
}

.energix:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(3px);
    z-index: 0;
}

.energix * {
    position: relative;
    z-index: 2;
}

/* ---------------------------------------
   Heading
---------------------------------------- */
.heading p {
    font-size: 17px;
    font-weight: 600;
    color: #0078bf;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.heading h2 {
    font-size: 34px;
    font-weight: 600;
    margin-top: 10px;
}

.heading .line {
    width: 60px;
    height: 4px;
    background: #0078bf;
    border-radius: 3px;
    margin-top: 5px;
}

/* ---------------------------------------
   Paragraph Box
---------------------------------------- */
.use-energix h6 {
    color: #444;
    line-height: 1.7;
    font-size: 16px;
}

/* ---------------------------------------
   Features (Tick List)
---------------------------------------- */
.use-energix ul {
    padding-left: 0;
    list-style: none;
    margin-top: 20px;
}

.use-energix ul li {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    transition: 0.3s ease;
}

.use-energix ul li img {
    width: 22px;
    margin-right: 10px;
}

.use-energix ul li:hover {
    transform: translateX(6px);
    color: #0078bf;
}

/* ---------------------------------------
   Image Box
---------------------------------------- */
.video figure img {
    width: 100%;
    border-radius: 12px;
    transition: 0.4s ease;
    box-shadow: 0px 10px 20px rgba(0,0,0,0.15);
}

.video figure img:hover {
    transform: scale(1.03);
}

/* ---------------------------------------
   Contact Boxes
---------------------------------------- */
.call-for {
    background: #0078bf;
    padding: 25px 30px;
    border-radius: 12px;
    margin-right: 15px;
    margin-bottom: 12px;
    color: white;
    transition: 0.4s ease;
}

.call-for p {
    margin: 0;
    font-size: 14px;
    opacity: 0.85;
    font-weight: bold;
}

.call-for a {
    color: white;
    font-size: 20px;
    font-weight: 700;
}

.call-for:hover {
    transform: translateY(-6px);
    box-shadow: 0px 8px 25px rgba(0,120,191,0.4);
}

/* White email box */
.call-for.mail-for {
    background: #fff;
    color: #000;
}

.call-for.mail-for p {
    color: #555;
}

.call-for.mail-for a {
    color: #000;
}

/* ---------------------------------------
   Fade Animations
---------------------------------------- */
.fadeInUp {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeUp 1s ease forwards;
}

.fadeInRight {
    opacity: 0;
    transform: translateX(40px);
    animation: fadeRight 1s ease forwards;
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeRight {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.zoomIn {
    animation-duration: 1s !important;
}


/* 13. process-solutions */
.process-solutions .heading {
    text-align: center;
}
.process-solutions .heading h2 {
    width: 71%;
    margin: auto;
}
.process-solutions .heading .line {
    margin: auto;
    margin-bottom: 18px;
    margin-top: 4px;
}
/* 14. free-consultation */
/* --- Outer Box --- */
.free-consultation {
    /* border: 5px solid #D9D9D9; */
    border-radius: 30px;
    padding: 25px 25px 25px 0;
    width: 95%;
    margin: 40px auto 0 auto;
    transition: 0.4s ease;
}

/* Lift the whole card on hover */
.free-consultation:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.10);
}

.free-consultation p {
    padding-left: 35px;
    padding-bottom: 50px;
}

/* little fade animation */
.free-consultation svg {
    margin-left: 35px;
    opacity: 0;
    transform: translateX(-15px);
    transition: 0.4s ease;
}

.free-consultation:hover svg {
    opacity: 1;
    transform: translateX(0);
}

/* --- Number Box --- */
.free-consultation-number {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #FAFAFA;
    padding-left: 50px;
    border-radius: 30px;
    margin: 0 0 26px -20px;
    position: relative;
    overflow: hidden;
}

/* Background animated highlight */
.free-consultation-number::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(10,150,66,0.08);
    transition: 0.6s ease;
}

.free-consultation:hover .free-consultation-number::before {
    left: 0;
}

/* Number Circle */
.free-consultation-number span {
    font-size: 30px;
    font-weight: bold;
    padding: 38px 29px;
    border-radius: 30px;
    background-color: #D9D9D9;
    color: white;
    transition: 0.35s ease;
    transform: scale(1);
}

/* Bubble grows */
.free-consultation:hover .free-consultation-number span {
    background-color: #0a9642;
    transform: scale(1.12);
}

/* Heading */
.free-consultation-number h3 {
    font-size: 26px;
    font-weight: bold;
    line-height: 36px;
    margin-left: 20px;
    transition: 0.4s ease;
    opacity: 0.9;
    transform: translateX(-10px);
}

/* Slide in animation */
.free-consultation:hover .free-consultation-number h3 {
    opacity: 1;
    transform: translateX(0);
}

/* 15. client-reviews */
.client-reviews-text h3 {
    line-height: 46px;
    color: #666;
    padding-bottom: 30px;
}
.client-reviews-text h4 {
    font-size: 32px;
    font-weight: bold;
}
.client-reviews-text i {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-right: 20px;
}
/* 16. pricing-plans */
.pricing-plans {
    background-color: #fafafa;
    padding-bottom: 360px;
}
.pricing-plans .heading {
    text-align: center;
}
.pricing-plans .heading .line {
    margin: auto;
    margin-bottom: 18px;
    margin-top: 4px;
}
/* 17. solar-energy */
.solar-energy {
    position: relative;
    background-color: white;
    border-radius: 30px;
    padding: 50px;
    border: 5px solid #0078bf;
    z-index: 1;
    margin-top: 18px;
    margin-bottom: 18px;
}
.solar-energy:before {
    top: -17px;
    content: "";
    width: 86%;
    height: 17px;
    z-index: -30;
    position: absolute;
    border-radius: 83px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    left: 7.5%;
}
.solar-energy:after {
    bottom: -17px;
    content: "";
    width: 86%;
    height: 17px;
    z-index: -30;
    position: absolute;
    border-radius: 83px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    left: 7.5%;
}
.solar-energy h3 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 25px;
    padding-bottom: 5px;
}
.solar-energy h2 {
    font-weight: bold;
}
.solar-energy sub {
    font-size: 16px;
    bottom: 0;
    padding-left: 6px;
    font-weight: 400;
    color: #666;
}
.solar-energy h2 {
    font-weight: bold;
}
.solar-energy sub {
    font-size: 16px;
    bottom: 0;
    padding-left: 6px;
    font-weight: 400;
    color: #666;
}
.solar-energy ul {
    padding-top: 25px;
    padding-bottom: 15px;
}
.solar-energy ul li {
    padding-bottom: 20px;
    align-items: center;
    display: flex;
    font-size: 16px;
    color: black;
}
.solar-energy ul li img {
    padding-right: 10px;
}
/* 18. nav-c-slider */
.nav-c-slider {
    position: relative;
    border: 14px solid #fafafa;
    border-radius: 100%;
    min-height: 530px;
    margin-right: 80px;
}
.nav-c-slider:before {
    content: "";
    width: 407px;
    height: 552px;
    background-color: white;
    position: absolute;
    top: -25px;
    right: 190px;
    z-index: 0;
}
.nav-c-slider a img{
    width: 80px;
    height: 80px;
    border-radius: 100px;
    border: 3px solid #fff;
    box-shadow: rgb(0 0 0 / 17%) 3px 6px 7px 0px;
    -webkit-box-shadow: rgb(0 0 0 / 17%) 3px 6px 7px 0px;
    -moz-box-shadow: rgb(0 0 0 / 17%) 3px 6px 7px 0px;
}
.nav-c-slider a img,
.slider-main-img img{
    object-fit: cover;
}
.nav-c-slider a{
    position: absolute;
}
.nav-c-slider a:nth-child(1) {
    top: 0%;
    right: 9%;
}
.nav-c-slider a:nth-child(2) {
    top: 20%;
    right: -6%;
}
.nav-c-slider a:nth-child(3) {
    top: 44%;
    right: -11%;
}
.nav-c-slider a:nth-child(4) {
    top: 68%;
    right: -2%;
}
.nav-c-slider a:nth-child(5) {
    top: 84%;
    right: 14%;
}
.slider-main-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.slider-main-img img {
    width: 440px;
    height: 440px;
    border-radius: 100%;
}
a.next-slide:before,
a.next-slide.nav-active:before {
    content: "";
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 100px;
    z-index: 1;
}
.next-slide:hover:before,
a.next-slide.nav-active:hover:before,
a.next-slide.nav-active:before{
    visibility: visible;
    opacity: 0.8;
}
a.next-slide.nav-active {
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
}
/* Circle Slider End */
/* 19. request-quote */
.request-quote {
    border-radius: 30px;
    padding: 70px;
    position: relative;
    margin-top: -227px;
}
.request-quote .heading h2 {
    font-size: 50px;
    color: white;
}
.request-quote .heading h6 {
    font-size: 16px;
    color: white;
}
.request-quote:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background-color: #17195ad9;
    left: 0;
}
/* 20. request-quote-form */
form.request-quote-form {
    position: relative;
}
form.request-quote-form input,form.request-quote-form textarea {
    width: 100%;
    height: 60px;
    border-radius: 60px;
    border: 0;
    outline: none;
    padding-left: 30px;
    margin-bottom: 16px;
}
form.request-quote-form textarea {
    height: 115px;
    padding-top: 20px;
    border-radius: 20px;
    margin-bottom: 16px;
}
form.request-quote-form {
    position: relative;
    padding: 40px;
    border-radius: 20px;
    margin-bottom: -128px;
}
/* 21. Recent News */
.blog-img {
    position: relative;
    margin-bottom: 10px;
}
.blog-img img {
    width: 100%;
    border-radius: 30px;
}
.admin img {
    border-radius: 50%;
    margin-right: 10px;
}
.blog-img h6 a{
    color: white;
}
.blog-img h6 {
    font-size: 14px;
    display: inline;
    padding: 18px 20px;
    border-radius: 31px;
    position: absolute;
    left: 10px;
    bottom: 10px;
    line-height: 0;
    font-weight: bold;
    color: white;
}
/* 22. blog-text */
.blog-text span {
    font-size: 14px;
    padding-right: 30px;
    text-transform: capitalize;
}
.blog-text > span {
    padding-right: 0;
    color: #666;
    border-bottom: 1px solid #666;
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.blog-text h4 {
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 26px;
    text-transform: capitalize;
}
.blog-update a.button {
    margin-top: 50px !important;
}
/* 23. sponsors */
.sponsors {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.partners h3 {
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    text-transform: uppercase;
    border-bottom: 1px solid;
    line-height: 22px;
    display: table;
    margin: auto;
    margin-bottom: 30px;
}
.sponsors img {
    box-shadow: 0px 10px 18px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 10px 18px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 28px 0px rgba(0,0,0,0.1);
    border-radius: 30px;
}
/* 24. footer */
footer.one {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 40px;
}
footer.one:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    mix-blend-mode: multiply;
    opacity: .9;
}
footer.one .logo {
    margin-top: -12px;
    z-index: 1;
    position: relative;
}
/* 25. footer social-media */
.social-media li a {
    color: white;
    font-weight: bold;
    text-transform: capitalize;
}
.social-media li a:hover,.footer-bottom li a:hover{
    color: #0a9642;
}
.social-media li {
    padding-right: 20px;
}
.social-media li i {
    padding-right: 8px;
}
.social-media {
    margin-top: 40px;
}
/* 26. about-energix */
.about-energix {
    position: relative;
}
.about-energix p {
    color: white;
}
.about-energix a p:hover{
    color: #0a9642;
}
.about-energix h5 {
    text-transform: capitalize;
    color: #fafafa;
    font-weight: bold;
    /* padding-bottom: 20px; */
}
.about-energix input::placeholder{
    color: #fff;
}
.about-energix input {
    width: 100%;
    background-color: transparent;
    border: 3px solid #9F9F9F;
    height: 60px;
    padding-left: 30px;
    border-radius: 38px;
    color: #fff;
    outline: none;
}
.about-energix form{
    position: relative;
    margin-top: 16px;
}
.about-energix form .button {
    position: absolute;
    right: 6px;
    padding: 0;
    height: 48px;
    width: 48px;
    top: 6px;
}
/* 27. contact-footer */
.contact-footer {
    padding-top: 100px;
    position: relative;
}
.use-energix-icon i:before{
    transition: .7s ease-in-out;
}
.contact-info {
    border-radius: 62px;
    padding: 10px;
    align-items: center;
    display: flex;
}
.contact-info i {
    width: 74px;
    height: 74px;
    background-color: #0a9642;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
}
.contact-info h4 {
    font-size: 18px;
    color: white;
    font-weight: bold;
}
.contact-info p {
    font-size: 16px;
    color: white;
}
/* 28. footer-bottom */
.footer-bottom {
    position: relative;
    display: flex;
    justify-content: space-around;
    padding-top: 40px;
    padding-bottom: 40px;
}
.footer-bottom ul{
    display: flex;
    align-items: center;
}
.footer-bottom li a {
    color: white;
    margin-left: 40px;
}
.footer-bottom p {
    color: white;
}
/* 29. featured-area-two */
.featured-area-two {
    padding-top: 230px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 60px;
}
.banner {
    padding-top: 115px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -53px;
}
.featured-area-two:before,.banner:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #17195a;
    left: 0;
    mix-blend-mode: multiply;
    opacity: 0.6;
}
/* 30. header.two */
header.two {
    width: 100%;
    position: absolute;
}
header.two .top-bar {
    background-color: transparent;
}
header.two .menu-bar {
    padding-left: 0;
}
header.two a.header-button {
    background-color: #0a9642;
    color: white;
    font-weight: bold;
    padding: 22px 34px;
    border-radius: 70px;
    margin-left: 20px;
}
header.two .logo {
    background-color: #fff;
    padding: 20px;
    margin-top: 0;
    border-radius: 61px;
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
}
header.two .navbar-links li > a {
    color: white;
}
header.two .menu-bar{
    position: relative;
}
header.two .menu-bar:before {
    position: absolute;
    background-color: #0078bf;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 73px;
    left: 20%;
    z-index: -1;
}
header.two a.search-btn svg {
    fill: white;
}
.featured-area-two .featured-area-one h6 {
    padding-bottom: 36px;
}
/* 31. slide-two-img */
.slide-two-img img {
    border-radius: 50%;
    width: 100%;
}
.slide-two-img {
    position: relative;
    margin-right: 44px;
    margin-bottom: 38px;
}
.slide-two-img figure{
    position: relative;
}
.slide-two-img:before {
    transform: rotate(91deg);
    width: 676px;
    height: 676px;
    position: absolute;
    content: "";
    border-radius: 64%;
    z-index: 15;
    border: 70px solid #0078bf;
    clip-path: inset(26% 0 0 35%);
    left: -20px;
    top: 20px;
}
.two-slider {
    position: relative;
}
.experts-slider.owl-theme .owl-dots .owl-dot.active span,
.two-slider.owl-theme .owl-dots .owl-dot.active span {
    background: transparent;
    border: 5px solid #0a9642;
    padding: 4px;
    margin: 4px;
}
.experts-slider.owl-theme .owl-dots .owl-dot span,
.two-slider.owl-theme .owl-dots .owl-dot span {
    background: #b5b5b5;
    border: 8px solid #b5b5b5;
}
.two-slider{
    position: relative;
}
.two-slider .owl-dots {
    position: absolute;
    left: 0%;
    bottom: 20px;
    width: 9%;
}
/* 32. energize-society */
.energize-society {
    margin-right: 64px;
    position: relative;
}
.energize-society img {
    border-radius: 50%;
    width: 100%;
}
.energize-society:before {
    transform: rotate(22deg);
    width: 645px;
    height: 645px;
    position: absolute;
    content: "";
    border-radius: 64%;
    z-index: 15;
    border: 70px solid #0078bf;
    clip-path: inset(26% 0 0 35%);
    top: -14px;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 88s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}
/* 33. about-two-content */
.about-two-content p {
    width: 85%;
    padding-bottom: 40px;
}
.about-two-content i {
    width: 70px;
    height: 70px;
    background-color: #0078bf;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 20px;
}
.about-two-content h2,.about-two-content span {
    font-size: 80px;
    font-weight: bold;
    line-height: 70px;
}
.about-two-content h6 {
    color: #666;
    font-weight: bold;
}
/* 34. sectors */
.sectors a i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    border: 3px solid #cbcbcb;
    justify-content: center;
    border-radius: 50%;
    color: #000;
    margin-right: 10px;
    font-size: 17px;
    line-height: 0;
}
.sectors a{
    display: flex;
    align-items: center;
    font-weight: 500;
    text-transform: uppercase;
}
.sectors{
    position: relative;
}
.sectors h4 {
    position: absolute;
    top: 180px;
    left: 10px;
    border-radius: 50px;
    line-height: 0;
    padding: 24px;
    width: -webkit-fill-available;
    margin-right: 10px;
    color: white;
    font-weight: bold;
}
.sectors img {
    width: 100%;
}
.sectors p {
    padding-top: 10px;
    padding-bottom: 26px;
    width: 96%;
}
.section-solar-energy {
    background-color: #fafafa;
    padding-bottom: 150px;
}
/* 35. use-energix.two */
.use-energix.two {
    text-align: center;
    margin-bottom: 0;
}
.use-energix.two i {
    width: 125px;
    height: 125px;
    margin: auto;
    margin-bottom: 25px;
}
.use-energix.two .use-energix-icon i:before{
    display: none;
}
.video.two{
    position: relative;
}
.video.two:after {
    bottom: -20px;
    content: "";
    width: 86%;
    height: 20px;
    position: absolute;
    border-radius: 83px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    left: 7.5%;
}
.use-energix.two h4 {
   width: 92%;
   margin: auto;
}
/* 36. request-quote-info */
.section-solar-energy .request-quote{
    margin-top: 120px;
}
.request-quote-info {
    position: relative;
    display: flex;
}
.request-quote-info h4,.request-quote-info p {
    font-size: 18px;
    color: white;
}
.request-quote-info i {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    border-radius: 50%;
    margin-right: 14px;
    margin-left: 30px;
}
.arista-square-img {
    position: relative;
    margin-top: -60px;
    margin-bottom: -172px;
    z-index: 1;
}
.request-quote.two {
    position: relative;
    background-size: cover;
    background-position: center;
}
.request-quote.two:after {
    bottom: -32px;
    content: "";
    width: 94%;
    height: 32px;
    position: absolute;
    border-radius: 100px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    left: 2.5%;
}
/* 37. team-info */
.team-data {
    display: flex;
    align-items: center;
    width: 98%;
    margin: auto;
    border: 5px solid #0078bf;
    border-radius: 34px;
    padding-left: 30px;
}
.team-info span {
    font-size: 16px;
    color: #0a9642;
    border-bottom: 1px solid;
    display: inline;
    text-transform: uppercase;
}
.team-info h5 span {
    border: 0;
    font-size: 50px;
    font-weight: bold;
}
.team-info h5{
    font-size: 50px;
    font-weight: bold;
    line-height: 60px;
}
.team-info h6 {
    color: #949494;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
}
.team-info li img{
    margin-right: 10px;
}
.team-info li {
    display: flex;
    font-size: 18px;
    padding-bottom: 14px;
    color: #666;
    font-weight: 400;
}
.team-info li {
    display: flex;
}
.team-info h4 {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    padding-top: 8px;
    padding-bottom: 15px;
}
.team-info ul {
    padding-bottom: 25px;
}
.team-image img {
    border-radius: 30px;
}
/* 38. recent-projects-two */
.recent-projects-two .owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
}
.recent-projects-two .owl-nav i {
    display: flex;
    width: 70px;
    height: 70px;
    border: 3px solid #0078bf;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-left: 10px;
}
.recent-projects-two .owl-nav i:hover{
    background-color: #0a9642;
    border: 3px solid #0a9642;
    color: white;
}
/* 39. client-reviews-text.two */
.client-reviews-text.two {
    width: 65%;
    text-align: center;
    margin: auto;
}
.client-reviews-text.two h5 {
    font-size: 24px;
    line-height: 40px;
    padding-bottom: 24px;
}
.client-reviews-text.two i {
   margin: auto;
   margin-bottom: 24px;
}
.client-reviews-text.two span {
    font-weight: bold;
    color: #0a9642;
}
.slider-nav.slick-initialized.slick-slider.slick-dotted {
    width: 64%;
    margin: auto;
    margin-top: 40px;
}
.slick-slide img {
    display: block;
    margin: auto;
    border-radius: 50px;
}
.slider-nav__item.slick-slide.slick-current{
    position: relative;
}
.slider-nav__item.slick-slide.slick-current:before {
    left: 19%;
    content: "";
    background-color: #01bd71b8;
    width: 97px;
    height: 100%;
    position: absolute;
    margin: auto;
    border-radius: 62px;
}
.slider-nav__item.slick-slide.slick-current:after {
    left: 21%;
    content: "";
    border: 3px solid #fff;
    width: 91px;
    height: 106px;
    position: absolute;
    margin: auto;
    border-radius: 62px;
    top: 3px;
}
/* 40. our-experts */
.our-experts{
    position: relative;
}
.our-experts:before{
    width: 100%;
    height: 100%;
    top: 30;
    position: absolute;
    opacity: .9;
    left: 0;
    content: "";
    background-color: #fff;
}
.our-experts-text:before {
    right: 0;
    content: "";
    position: absolute;
    background-color: white;
    width: 84%;
    height: 72%;
    z-index: 0;
    border-radius: 30px;
    margin-right: auto;
    top: 0;
    box-shadow: -21px 0px 35px 1px rgba(0,0,0,0.1);
-webkit-box-shadow: -21px 0px 35px 1px rgba(0,0,0,0.1);
-moz-box-shadow: -21px 0px 35px 1px rgba(0,0,0,0.1);
}
.our-experts-text {
    position: relative;
}
.our-experts-text img {
    border-radius: 50%;
    position: relative;
}
.our-experts-img {
    margin-right: 40px;
    position: relative;
}
.our-experts-text i {
    width: 40px;
    height: 40px;
    background-color: white;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    margin-right: 10px;
}
.our-experts-text {
    position: relative;
    display: flex;
    align-items: center;
    width: 95%;
    margin-bottom: 35px;
}
.our-experts-text h3{
    font-weight: bold;
    position: relative;
}
.our-experts-text span{
    color: #0a9642;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
}
.mail-to {
    position: relative;
    background-color: #f1f1f1;
    border-radius: 36px;
    align-items: center;
    padding: 2px;
    margin-top: 30px;
    margin-bottom: 50px;
}
.mail-to a:hover{
    color: #0a9642;
}
.our-experts-text p a {
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #666;
    text-transform: capitalize;
}
.our-experts-text p a i{
    width: auto;
    height: auto;
    margin-right: 10px;
}
.our-experts-img:before {
    transform: rotate(88deg);
    width: 330px;
    height: 330px;
    position: absolute;
    content: "";
    border-radius: 64%;
    z-index: 15;
    border: 32px solid #0078bf;
    clip-path: inset(26% 0 0 35%);
    top: -14px;
}
.partners {
    position: relative;
}
.sponsors.two {
    /* justify-content: flex-start; */
}
.sponsors.three {
    /* justify-content: flex-end; */
}
.sponsors.two img {
    margin-right: 30px;
    margin-bottom: 30px;
}
.sponsors.three img {
    margin-right: 30px;
}
/* 41. blog-text.two */
.blog-text.two h6 a{
    color: white;
}
.blog-text.two h6 {
    font-size: 14px;
    display: inline;
    padding: 18px 20px;
    border-radius: 31px;
    position: relative;
    line-height: 0;
    font-weight: bold;
    color: white;
    margin-right: 20px;
}
.blog-text.two p {
    padding-bottom: 30px;
}
.blog-text.two h4 {
    padding-bottom: 12px;
}
.blog-text-two-text {
    padding: 50px;
    border: 3px solid #dadada;
    border-radius: 30px;
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: -22px;
    padding-bottom: 72px;
}
.blog-text-two-text > span {
    text-transform: uppercase;
    border-bottom: 1px solid;
    padding: 0;
    color: #666;
    margin-bottom: 10px;
    display: inline-block;
}
.blog-text-two-text.two {
    padding: 50px;
    border: 0;
    background-color: #fafafa;
    border-radius: 30px;
}
.mt-60 {
    margin-top: 60px;
}
.mb-80 {
    margin-bottom: 80px;
}
.logo p {
    color: white;
    padding-top: 20px;
}
/* 42. about-energix */
.about-energix h6{
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 6px;
    color: white;
}
.about-energix .line {
    display: block;
    width: 70px;
    height: 4px;
    background-color: #0a9642;
    margin-bottom: 26px;
}
.about-energix .top-bar-mail {
    margin-bottom: 22px;
}
/* 43. ul.link-style */
ul.link-style {
    position: relative;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    color: #ccc;
    padding-top: 5px;
}
ul.link-style li {
    width: 50%;
    display: flex;
    align-items: center;
    padding-bottom: 35px;

}
ul.link-style li i {
    font-size: 14px;
    color: #0a9642;
}
ul.link-style li a {
    color: #fafafa;
    line-height: 0;
    margin-left: 16px;
}
ul.link-style li a:hover{
    color: #0a9642;
}
/* 44. contact-info.two */
.contact-info.two i {
    background-color: transparent;
    width: auto;
    height: auto;
}
.contact-info.two h3 {
    color: #fff;
    font-weight: bold;
    padding-left: 10px;
}
.contact-info.two {
    border-radius: 30px;
    padding: 30px 42px;
    justify-content: space-between;
}
.contact-info.two input {
    height: 60px;
    padding-left: 30px;
    border-radius: 44px;
    border: 0;
    outline: none;
    width: 540px;
    margin-right: 10px;
}
/* 45. page-breadcrumb */
.page-breadcrumb {
    position: relative;
    bottom: 0;
    width: 100%;
    padding: 18px 32px;
    border-radius: 40px;
    margin-top: 40px;
    transform: translateY(25px);
}
.banner-text p {
    color: #dadada;
    width: 34%;
    padding-top: 14px;
}
.page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    padding-right: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-transform: capitalize;
}
.page-breadcrumb li:after {
  position: absolute;
  content: "|";
  right: -6px;
  top: 1px;
  color: #fff;
  font-size: 14px;
}
.page-breadcrumb li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}
.page-breadcrumb li:last-child::after {
  display: none;
}
.page-breadcrumb li a {
  font-weight: bold;
  text-transform: capitalize;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-size: 16px;
  color: white;
  text-transform: capitalize;
}
.page-breadcrumb li a:hover {
  color: #ffffff;
}
.banner-text {
    position: relative;
}
.banner-text h1 {
    font-size: 32px;
    font-weight: 600;
    color: white;
    line-height: 80px;
    text-transform: capitalize;
}
/* 46. our-blog-text */
.our-blog-text h2 {
    font-size: 36px;
    text-transform: capitalize;
    line-height: 46px;
    font-weight: bold;
    padding-bottom: 10px;
}
.our-blog-text-img .admin {
    background-color: #fff;
    align-items: center;
    width: fit-content;
    padding: 4px;
    border-radius: 40px;
    padding-right: 30px;
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.our-blog-text-img h5 {
    font-size: 14px;
    color: #666;
}
.our-blog-text > span {
    text-transform: uppercase;
    border-bottom: 1px solid;
    padding: 0;
    color: #666;
    margin-bottom: 10px;
    display: inline-block;
}
.our-blog-text  h6 a{
    color: white;
}
.our-blog-text a{
    display: flex;
    align-items: center;
    font-weight: bold;
    text-transform: uppercase;
}
.our-blog-text a i {
    width: 40px;
    line-height: 0;
    height: 40px;
    display: flex;
    align-items: center;
    border: 3px solid #cbcbcb;
    justify-content: center;
    border-radius: 50%;
    color: #000;
    margin-right: 10px;
    font-size: 17px;
}
.our-blog-text h6 {
    font-size: 14px;
    display: inline;
    padding: 18px 20px;
    border-radius: 31px;
    position: relative;
    line-height: 0;
    font-weight: bold;
    color: white;
    margin-right: 20px;
}
.our-blog-text p {
    padding-top: 22px;
    padding-bottom: 22px;
    width: 90%;
}
.our-blog-text-img > img {
    width: 100%;
    border-radius: 30px;
}
.our-blog-text-img {
    position: relative;
    margin-bottom: 26px;
}
.our-blog-text {
    margin-bottom: 40px;
}
/* 47. posts */
.posts h4 {
    font-weight: bold;
}
.posts {
    border: 1px solid #cacaca;
    border-radius: 30px;
    padding: 40px;
    box-shadow: 6px 6px 0px 0px rgba(231,231,231,0.75);
    -webkit-box-shadow: 6px 6px 0px 0px rgba(231,231,231,0.75);
    -moz-box-shadow: 6px 6px 0px 0px rgba(231,231,231,0.75);
}
.posts .line {
    width: 100%;
    height: 4px;
    background-color: #E7E7E7;
    display: block;
    margin-top: 10px;
    position: relative;
    border-radius: 30px;
    margin-bottom: 24px;
}
.posts .line:before {
    width: 25%;
    border-radius: 35px;
    height: 4px;
    background-color: #0a9642;
    display: block;
    content: "";
    position: absolute;
}
/* 48. ul.recent-posts */
ul.recent-posts li span {
    color: #0a9642;
    font-weight: bold;
    text-transform: capitalize;
    padding-top: 6px;
    display: block;
}
ul.recent-posts li a:hover{
    color: #0a9642;
}
ul.recent-posts li:not(:last-child) {
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
ul.recent-posts li a {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: bold;
    display: block;
}
ul.recent-posts li {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
ul.recent-posts li a {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: bold;
    display: block;
    width: 86%;
}
ul.recent-posts li:hover i {
    transform: rotate(360deg);
    color: white;
    background-color: #0a9642;
}
ul.recent-posts li i {
    align-items: center;
    display: flex;
    width: 34px;
    height: 34px;
    justify-content: center;
    border-radius: 50%;
    background-color: #F8F8F8;
    transform: rotate(323deg);
}
ul.recent-comments li p {
    border-bottom: 1px solid #444;
    display: inline;
    color: #444;
}
ul.recent-comments li:not(:last-child) {
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
ul.recent-comments li span {
    color: #000;
    font-weight: bold;
    display: block;
    padding-bottom: 4px;
}
ul.categories li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
ul.categories li:not(:last-child) {
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 4px;
    margin-bottom: 16px;
}
ul.categories li a:hover{
    color: #0a9642;
}
ul.categories.meta li a {
    font-weight: 600;
}
/* 49. blog-detalis */
.blog-text p{
    width: 97%;
}
.custom-listing-stlyes li {
    font-size: 17px;
    font-family: 'Epilogue';
    /* font-weight: 100; */
    color: #000000;
    display: flex;
    align-items: center;
    padding-bottom: 14px;
}
.custom-listing-stlyes {
    margin-top: 30px;
}
.custom-listing-stlyes .bol {
    display: block;
    width: 15px;
    height: 15px;
    border: 5px solid #0078bf;
    border-radius: 50%;
    margin-right: 12px;
}
ul.custom-listing-stlyes h4 {
    font-weight: bold;
    font-size: 24px;
}
.blog-details-text .video {
    margin-top: 35px;
    margin-bottom: 35px;
}
.blog-details-text h2 {
    font-size: 40px;
    line-height: 60px;
    border-bottom: 1px solid;
    display: inline;
    font-weight: bold;
}
.blog-details-text > h4 {
    font-weight: bold;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
}
/* 50. share-this */
.share-this li a {
    font-size: 16px;
    color: #444;
    font-weight: bold;
    margin: 0px 10px;
    border-bottom: 1px solid;
}
.share-this h6 {
    padding-right: 20px;
}
.share-this ul {
    display: flex;
    flex-wrap: wrap;
}
.share-this li {
    margin-left: 10px;
}
.share-this {
    border-radius: 30px;
    border: 1px solid #C1C1C1;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    margin-top: 40px;
    box-shadow: 6px 6px 0px 0px rgba(231,231,231,0.75);
    -webkit-box-shadow: 6px 6px 0px 0px rgba(231,231,231,0.75);
    -moz-box-shadow: 6px 6px 0px 0px rgba(231,231,231,0.75);
}
/* 51. comment */
.comment {
    margin-top: 40px;
    padding: 40px 30px;
    border: 1px solid #c1c1c1;
    border-radius: 30px;
    box-shadow: 6px 6px 0px 0px rgba(231,231,231,0.75);
    -webkit-box-shadow: 6px 6px 0px 0px rgba(231,231,231,0.75);
    -moz-box-shadow: 6px 6px 0px 0px rgba(231,231,231,0.75);
}
.single-comment {
    background-color: white;
    display: flex;
    position: relative;
    border-radius: 30px;
    align-items: center;
    padding-right: 40px;
    margin-bottom: 20px;
    background-color: #fafafa;
    border: 1px solid #C1C1C1;
}
.single-comment h4 {
    padding-right: 20px;
    font-weight: bold;
}
li.single-comment.children {
    margin-left: 40px;
}
.comment .single-comment:before {
    display: none;
}
.single-comment a {
    position: absolute;
    right: 0px;
    padding: 10px 20px;
    top: 0;
    color: white;
    text-transform: capitalize;
    border-radius: 33px;
    background-color: #0a9642;
}
li.single-comment span {
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid;
    line-height: 15px;
}
li.single-comment img {
    border-radius: 30px;
}
li.single-comment p {
    padding-top: 10px;
    color: #444;
}
.comment > h4 {
    font-weight: bold;
    padding-bottom: 12px;
    color: #000;
    text-transform: capitalize;
}
.comment.leave > h4 {
    padding-bottom: 0;
}
.comment.leave p {
    color: #444;
}
.comment.leave input,.comment.leave textarea {
    width: 100%;
    height: 60px;
    border-radius: 44px;
    background-color: #fafafa;
    padding-left: 30px;
    border: 1px solid #C1C1C1;
    outline: none;
    margin-top: 20px;
    color: #000;
}
.comment.leave input::placeholder,.comment.leave textarea::placeholder{
    color: #000;
}
.comment.leave textarea{
    height: 160px;
    padding-top: 20px;
}
/* 52. pagination */
ul.pagination li a {
    width: 60px;
    border-radius: 50%;
    height: 60px;
    display: flex;
    align-items: center;
    border: 1px solid #bdbdbd;
    justify-content: center;
    color: black;
}
ul.pagination li a:hover {
    background-color: #0a9642;
    border: 1px solid #0a9642;
    color: #fff;
}
ul.pagination li span {
    width: 4px;
    height: 4px;
    background-color: rgb(0 0 0);
    margin: 0 2px;
    display: inline-flex;
}
ul.pagination{
    align-items: center;
}
ul.pagination li.prev a {
    font-size: 16px;
    color: white;
    border: 0;
}
ul.pagination li.prev a:hover {
    color: white;
    background-color: #0a9642;
}
ul.pagination li {
    margin-right: 5px;
    font-weight: bold;
}
/* 53. check style */
.check {
    margin-left: 15px;
    cursor: pointer;
    position: relative;
    margin-right: auto;
    -webkit-tap-highlight-color: #ff000000;
    transform: translate3d(0, 0, 0);
}
.check svg {
    margin-right: 15px;
    position: relative;
    z-index: 1;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #c8ccd4;
    stroke-width: 1.5;
    transform: translate3d(0, 0, 0);
    transition: all 0.2s ease;
}
.check svg path {
  stroke-dasharray: 60;
  stroke-dashoffset: 0;
}
.check svg polyline {
  stroke-dasharray: 22;
  stroke-dashoffset: 66;
}
.check:hover:before {
  opacity: 1;
}
.check:hover svg {
  stroke: #0078bf;
}
#cbx:checked + .check svg {
    stroke: #0078bf;
}
#cbx:checked + .check svg path {
  stroke-dashoffset: 60;
  transition: all 0.3s linear;
}
#cbx:checked + .check svg polyline {
  stroke-dashoffset: 42;
  transition: all 0.2s linear;
  transition-delay: 0.15s;
}
/* 54. about-two-content */
.about-img img {
    border-radius: 30px;
}
.about-img {
    text-align: right;
    position: relative;
}
.about-img  img.img-about {
    position: absolute;
    left: 0;
    bottom: 0;
}
.about-img .about-two-content {
    justify-content: end;
    display: inline-flex;
    background-color: #0078bf;
    padding: 30px;
    border-radius: 30px;
    margin-top: 40px;
}
.about-img .about-two-content i {
    background-color: #ffffff;
}
.about-img .about-two-content h2,.about-img .about-two-content span {
    color: white;
}
.about-img .about-two-content h6{
    color: white;
}
/* 55. history */
/* -------------------------
   YOUR EXISTING TIMELINE STYLE (IMPROVED)
-------------------------- */

.history {
    text-align: center;
    background: #fff;
    padding: 30px 20px;
    border-radius: 15px;
    border: 2px solid #e5e5e5;
    box-shadow: 0 4px 18px rgba(0,0,0,0.08);
    transition: 0.3s ease;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.history:hover {
    transform: translateY(-8px);
    box-shadow: 0 6px 22px rgba(0,0,0,0.12);
}

/* ---- YEAR ---- */
.history h2 {
    font-size: 40px;
    font-weight: bold;
    border-bottom: 3px solid #D9D9D9;
    border-top: 3px solid #D9D9D9;
    margin-bottom: 20px;
    padding: 10px 0;
    position: relative;
    display: inline-block;
}

.history h2:before {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #0078bf;
    position: absolute;
    content: "";
    bottom: -6px;
    right: 50%;
    transform: translateX(50%);
}

/* ---- DESCRIPTION ---- */
.history h4 {
    width: 85%;
    margin: auto;
    font-weight: 300;
    color: #444;
    line-height: 1.5;
}

/* -------------------------
   OWL CAROUSEL NAVIGATION
-------------------------- */

.history-slider {
    position: relative;
}

.history-slider .owl-nav {
    position: absolute;
    top: -120px;
    right: 0;
    width: auto;
}

.history-slider .owl-nav button {
    background: transparent !important;
    margin-left: 10px;
}

.history-slider .owl-nav i {
    display: flex;
    width: 70px;
    height: 70px;
    border: 3px solid #0078bf;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #0078bf;
    transition: 0.3s;
}

.history-slider .owl-nav i:hover {
    background-color: #0a9642;
    border: 3px solid #0a9642;
    color: white;
}

/* 56. our-projects */
.our-projects .recent-projects-img {
    margin-bottom: 55px;
    width: 100%;
}
.recent-projects-text.two {
    width: 41%;
}
.recent-projects-img img{
    width: 100%;
}
/* 57. Services */
.heading span {
    color: #666;
    padding-bottom: 40px;
    display: block;
}
.use-energix.three h2 {
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
    margin-top: 34px;
    padding-bottom: 24px;
}
.use-energix.three p {
    width: 90%;
}
.services-img {
    /* margin-left: 60px; */
}
.services-img img{
    width: 100%;
    border-radius: 30px;
}
.services-img.two {
    margin-left: 0;
    margin-right: 60px;
}
.energix.two:before {
    display: none;
}
.energix.two .call-for.mail-for {
    border: 3px solid #0078bf;
}
.solar-pv{
    border-radius: 30px;
    padding: 40px;
    background-color: #FAFAFA;
    position: relative;
}
.solar-pv h4 {
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 16px;
    padding-top: 30px;
    position: relative;
}
.solar-pv i {
    position: relative;
    width: 120px;
    display: flex;
    height: 120px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.solar-pv .team-info{
    position: relative;
}
.solar-pv:before {
    content: "";
    position: absolute;
    border-radius: 30px;
    width: 100%;
    height: 0%;
    background-color: #17195A;
    left: 0;
    bottom: 0;
}
.solar-pv:hover:before {
    height: 100%;
}
.solar-pv:hover h4{
    color: white;
}
.solar-pv:hover .team-info li{
    color: #BABABA;
}
/* 58. solar-system */
.solar-system span{
    font-weight: bold;
}
.solar-system p {
    width: 100%;
}
.solar-system h2 {
    font-weight: 600;
    font-size: 70px;
    line-height: 80px;
    padding-top: 6px;
    padding-bottom: 20px;
}
/* 59. information */
ul.information li h6 {
    font-weight: bold;
}
ul.information li{
    padding-top: 20px;
    padding-bottom: 32px;
    border-top: 3px solid #D9D9D9 ;
}
ul.information li span {
    text-transform: uppercase;
}
ul.information {
    width: 85%;
    margin-left: auto;
}
/* 60. clean-energy */
.clean-energy h5 {
    font-size: 28px;
    font-weight: 600;
    /* margin-bottom: 20px; */
    line-height: 20px;
    display: block;
}
/* .quote {
    padding: 35px;
    border-radius: 30px;
    position: relative;
    display: flex;
    z-index: 11;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #17195A;
} */
.quote {
    padding: 35px;
    border-radius: 30px;
    position: relative;
    display: flex;
    z-index: 11;
    align-items: center;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    background-image: url(../img/Product/product-b.jpg);
     background-size: cover;
    background-attachment: fixed;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

.quote svg {
    fill: #f3274c;
}
.quote h3 {
    font-size: 25px;
    line-height: 50px;
    color: white;
    font-weight: bold;
    /* text-decoration: underline; */
}
.quote i {
    margin-right: 20px;
    width: 110px;
    height: 110px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.use-energix.two .use-energix-icon {
    margin: auto;
}
.recent-projects.two {
    background-color: white;
}
/* 61. team */
.team-img img {
    border-radius: 50%;
    width: 100%;
}
.team-img {
    margin-right: 70px;
    position: relative;
}
.team-img:before {
    width: 519px;
    height: 519px;
    position: absolute;
    content: "";
    border-radius: 64%;
    z-index: 15;
    border: 70px solid #0078bf;
    clip-path: inset(26% 0 0 35%);
    top: -14px;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 88s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}
/* 62. team-text */
.team-text h3 {
    font-size: 36px;
    font-weight: bold;
}
.team-text h5 {
    font-size: 20px;
    color: #0a9642;
    text-transform: capitalize;
    padding-bottom: 10px;
}
.team-text .social-media li a{
    color: #0a9642;
}
.contact-info.team {
    background-color: white;
    border: 3px solid #0078bf;
}
.contact-info.team h4,.contact-info.team p {
    color: #000;
}
.team-about h3 {
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 20px;
}
/* 63. progressbar */
.progressbar {
    display: inline-block;
    width: 130px;
    margin-right: 134px;
}
    .circle {
        width: 230px;
        height: 230px;
        margin: 0 auto;
        margin-top: 10px;
        display: inline-block;
        position: relative;
        text-align: center;
        position: relative;
        z-index: 1;
    }
    
    .circle canvas {
        vertical-align: middle;
        border-radius: 50%;
        display: block;
    }
    
.circle div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -38px 0 0 -100px;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 50px;
    font-weight: bold;
    margin-top: -30px;
}
.circle strong i {
    font-style: normal;
    font-size: 0.6em;
    font-weight: normal;
}
.circle span {
    display: block;
    color: black;
    margin-top: 12px;
}
.circle:before {
    content: "Home Shelter";
    position: absolute;
    top: 60%;
    right: 22%;
    font-size: 15px;
}
.circle.two:before {
    content: "Solar Energy";
}
.circle.three:before {
    content: "Save Global Energy";
    right: 28px;
}
.circle.for:before {
    content: "Completed Projects";
    right: 10%;
}
/* 64. Accordion styles */
.tabs {
  border-radius: 8px;
  overflow: hidden;
}
.tab {
  width: 100%;
  color: white;
  overflow: hidden;
  margin-bottom: 24px;
}
.tab-label {
    display: flex;
    justify-content: space-between;
    padding: 8px;
    font-weight: bold;
    cursor: pointer;
    align-items: center;
    font-size: 20px;
    text-transform: capitalize;
    border-radius: 57px;
    padding-left: 30px;
    color: black;
    border: 3px solid #0078bf;
}
.tab-label::after {
    content: "❯";
    width: 46px;
    height: 46px;
    text-align: center;
    transition: all 0.35s;
    background-color: #0078bf;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #2c3e50;
  background: white;
  transition: all 0.35s;
  border: 3px solid #0078bf00;
}
.tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}
.tab-close:hover {
  background: #1a252f;
}
input:checked + .tab-label {
    background: #0078bf;
    color: white;
}
input:checked + .tab-label::after {
    transform: rotate(90deg);
    background-color: #0a9642;
}
input:checked ~ .tab-content {
    max-height: 100vh;
    padding: 24px;
    border: 3px solid #0078bf;
    border-radius: 40px;
    line-height: 30px;
    font-size: 16px;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -32px;
    z-index: -6;
    position: relative;
    padding-top: 50px;
}
.tab input{
    position: absolute;
  opacity: 0;
  z-index: -1;
}
.pricing-plan-page {
    background-color: transparent;
}
.pricing-plan-page:before{
    background-color: transparent;
}
.pricing-plan-page .solar-energy {
    margin-bottom: 50px;
}
/* 65. 404 pag */
.error-section {
    position: relative;
    padding-top: 150px;
    padding-bottom: 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -53px;
}
.error-section:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #17195acf;
    left: 0%;
    top: 0%;
}
.error h2{
    font-size: 190px;
    line-height: 180px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    color: white;
}
.error h2 span {
    color: #0a9642;
}
.error h3{
    font-size: 26px;
    font-weight: bold;
    position: relative;
    z-index: 111;
    color: white;
    text-transform: uppercase;
}
.error p{
    position: relative;
    font-size: 18px;
    color: white;
    z-index: 111;
    width: 89%;
    margin: auto;
}
.error {
    position: relative;
    text-align: center;
    width: 44%;
    margin: auto;
}
.error form{
    margin-top: 30px;
    position: relative;
    margin-bottom: 20px;
}
.error input {
    height: 65px;
    padding-left: 30px;
    width: 100%;
    border-radius: 44px;
    border: 1px solid #c1c1c1;
    outline: none;
    z-index: 1;
    position: relative;
}
button.error-button {
    position: absolute;
    color: black;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 0;
    right: 5px;
    top: 5px;
    z-index: 1;
    background-color: white;
    font-size: 20px;
}
/* 66. contact */
.section-contact .heading h2 {
    width: 80%;
    margin: auto;
}
form.contact-form input::placeholder,form.contact-form textarea::placeholder{
    color: #666;
}
form.contact-form input,form.contact-form .nice-select.Advice {
    height: 60px;
    padding-left: 30px;
    border-radius: 59px;
    background-color: #fafafa;
    border: 1px solid #C1C1C1;
    width: 100%;
    margin-bottom: 30px;
    color: #666;
    outline: none;
}
form.contact-form .nice-select.Advice {
    padding-top: 10px;
    font-size: 16px;
    color: #666;
}
ul.list {
    width: 100%;
}
.nice-select .option.selected{
    color: black !important;
}
form.contact-form textarea {
    width: 100%;
    border-radius: 30px;
    background-color: #fafafa;
    border: 1px solid #c1c1c1;
    height: 198px;
    color: #666;
    padding-left: 30px;
    outline: none;
    padding-top: 20px;
}
.nice-select .option:hover, .nice-select .option.focus,.nice-select .option.selected.focus {
    background-color: #0078bf;
    color: white;
}
form.contact-form  label{
    padding-bottom: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
}
.contact-information h3{
    padding-bottom: 4px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
}
.nice-select:after {
    height: 10px;
    right: 27px;
    width: 10px;
    border-bottom: 3px solid #000;
    border-right: 3px solid #000;
    margin-top: -6px;
}
.nice-select:before {
    content: '';
    display: block;
    height: 49px;
    pointer-events: none;
    position: absolute;
    right: 7px;
    top: 4px;
    width: 49px;
    border-radius: 50%;
    border: 1px solid #c1c1c1;
    background-color: white;
}
.contact-info.contact-information {
    display: block;
    border-radius: 30px;
    margin-bottom: 30px;
    padding: 30px 50px;
}
.contact-info.contact-information i {
   margin-bottom: 14px;
}
.responsive-map iframe{
    height:460px;
    width:100%;
    border-radius: 30px;
}
.top-bar-text a p:hover{
    color: #0a9642;
}
.energize-society figure{
    border-radius: 50%;
}
.services-img figure,
.our-blog-text-img figure,.recent-projects-img figure,
.video figure,.blog-img figure,.sectors figure {
    border-radius: 30px;
    border: 2px solid #fff;
}
 .recent-projects-img1 figure {
    border-radius: 30px;
    border: 2px solid #0078bf;
}
.services-img:hover img,
.our-blog-text:hover .our-blog-text-img img,.recent-projects-img:hover img,
.video:hover img,.sectors:hover img,
.blog-text:hover .blog-img img,.energize-society:hover img {
    transform: scale(1.15) rotate(2deg);
}
.our-blog-text:hover .admin img{
    transform: scale(1) rotate(0deg);
}
figure{
    margin-bottom: 0;
}
.our-experts .heading,.services .heading,.section-contact .heading,
.section-solar-energy .heading,.recent-projects .heading,.blog-update .heading {
    text-align: center;
}
.section-solar-energy .heading .line,
 .recent-projects .heading .line,.section-contact .line,
  .blog-update .heading .line,.services .heading .line,
  .our-experts .heading .line{
    margin: auto;
    margin-bottom: 18px;
    margin-top: 4px;
}
.request-quote .heading {
    text-align: inherit;
}
.section-solar-energy .request-quote .heading h2 {
   padding-bottom: 8px;
}
.owl-carousel .owl-item img{
    width: auto;
}

/* 67. mobile-search */
.mobile-search input::placeholder {
    color: white;
}
.mobile-search input {
    border-top: none;
    outline: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    border-radius: unset;
    border-bottom: 1px solid rgb(255 255 255);
    padding-bottom: 5px;
    width: 100%;
    background: 0px 0px;
    transition: all 0.3s ease-in-out 0s;
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
    FONT-SIZE: 32px;
    padding-bottom: 8px;
    padding-left: 50px;
}
.mobile-search button {
    position: absolute;
    left: 0;
    background-color: transparent;
    border: 0;
    color: white;
    font-size: 30px;
}
.search-bar{
    position: relative;
}
.mobile-search input:focus { border-bottom: 1px solid rgb(255, 255, 255); }
.mobile-search label {
    color: rgb(255, 255, 255);
    margin-bottom: 50px;
}
.mobile-search.slide { transform: translateY(0px); opacity: 1; visibility: visible;
z-index: 111111111; }
.search-cross-btn {
    color: rgb(255, 255, 255);
    cursor: pointer;
    border-radius: 50%;
    width: 40px;
    position: absolute;
    top: 40px;
    right: 40px;
    line-height: 43px;
    transition: all 0.5s ease 0s;
    line-height: 0;
    font-size: 36px;
}
.search-cross-btn:hover { color: rgb(255, 255, 255); }
.search-cross-btn i {
    font-size: 38px;
    cursor: pointer;
}
.mobile-search {
    background: #0f0947;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 9%);
    box-shadow: 0 0 10px rgb(0 0 0 / 9%);
    width: 100%;
    height: 200px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    align-items: center;
    position: fixed;
    cursor: pointer;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    top: 0;
    left: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    padding: 35px 100px;
}
.mobile-search {
    background: #0f0947;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 9%);
    box-shadow: 0 0 10px rgb(0 0 0 / 9%);
    width: 100%;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    align-items: center;
    position: fixed;
    cursor: pointer;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    top: 0;
    left: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    padding: 9px 76px;
}

/* 68. mobile-nav */
.mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 35%;
    height: 100%;
    background-color: #fff;
    padding: 50px 40px 15px;
    z-index: 5;
    transition: 0.45s ease-in-out;
    transform: translateX(-101%);
    -webkit-transform: translateX(-101%);
    -moz-transform: translateX(-101%);
    -o-transform: translateX(-101%);
    overflow-y: auto;
}
.mobile-nav ul li a svg {
    width: 11px;
}
.for #nav-icon4{
  color: black;   
}
#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon4 span:nth-child(2) {
  top: 13px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.responsive-bar {
    display: none;
}
#nav-icon4 span:nth-child(3) {
  top: 25px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 35px;
  left: 8px;
}

i#nav-icon4 {
    display: none;
}
#nav-icon4 {
  width: 40px;
  height: 25px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: none;
  font-size: 25px;
  color: white;
}

#nav-icon4 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.mobile-nav > ul > li.menu-item-has-children:before {
    content: "";
    background-image: url(../img/down-arrow.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 25px;
    right: 0;
    width: 10px;
    height: 10px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}
.mobile-nav > ul > li.menu-item-has-children.active:before {
    background-image: url(../img/down-arrow-clr.svg);
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.mobile-nav > ul > li {
    position: relative;
    border-bottom: 0px solid #d4d4d4;
    padding: 10px 0;
    display: block;
}
.mobile-nav > ul > li:not(:last-child) {
    border-bottom: 1px solid #d1d1d1;
}
.mobile-nav > ul li > a {
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
    color: black;
}
.mobile-nav > ul > li > a {
    font-size: 20px;
    line-height: 30px;
}
.mobile-nav > ul > li.menu-item-has-children > ul.sub-menu {
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 5px;
    position: absolute;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateX(15px);
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -o-transform: translateX(15px);
    border-top: 1px solid #d1d1d1;
    margin-top: 8px;
}
.mobile-nav > ul > li.menu-item-has-children.active > ul.sub-menu{
    position: relative;
    height: auto;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transition-delay: 0.1s;
}
.mobile-nav > ul > li.menu-item-has-children.active > ul.sub-menu li {
    padding: 5px 0;
    position: relative;
}
.res-log img {
    width: auto;
}
.mobile-nav > ul > li.menu-item-has-children.active > ul.sub-menu li:before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: -13px;
}
.mobile-nav li.menu-item-has-children.active > ul.sub-menu li.mobile-submenu-group {
    padding: 12px 0 6px;
    color: #0a9642;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.35;
}
.mobile-nav li.menu-item-has-children.active > ul.sub-menu li.mobile-submenu-group:before {
    display: none;
}
.mobile-nav li.menu-item-has-children.active > ul.sub-menu.sub-menu--medical li a {
    font-size: 15px;
    line-height: 1.4;
}
.mobile-nav li.menu-item-has-children.menu-item-has-children--nested:before {
    content: "";
    background-image: url(../img/down-arrow.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 16px;
    right: 0;
    width: 10px;
    height: 10px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}
.mobile-nav li.menu-item-has-children.menu-item-has-children--nested.active:before {
    background-image: url(../img/down-arrow-clr.svg);
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.mobile-nav li.menu-item-has-children.menu-item-has-children--nested > ul.sub-menu {
    padding-left: 18px;
    padding-top: 8px;
    padding-bottom: 5px;
    position: absolute;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateX(12px);
    -webkit-transform: translateX(12px);
    -moz-transform: translateX(12px);
    -o-transform: translateX(12px);
    border-top: 1px solid #d1d1d1;
    margin-top: 8px;
}
.mobile-nav li.menu-item-has-children.menu-item-has-children--nested.active > ul.sub-menu {
    position: relative;
    height: auto;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
}
.mobile-nav li.menu-item-has-children.menu-item-has-children--nested.active > ul.sub-menu.sub-menu--medical {
    max-height: 60vh;
    overflow-y: auto;
    padding-right: 8px;
}
.mobile-nav li.menu-item-has-children.menu-item-has-children--nested.active > ul.sub-menu li {
    padding: 5px 0;
    position: relative;
}
.mobile-nav li.menu-item-has-children.menu-item-has-children--nested.active > ul.sub-menu li:before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: -13px;
}
.res-log {
    margin-bottom: 30px;
}
.mobile-nav .donation {
    display: flex;
    align-items: center;
    margin: 25px 0;
}
.mobile-nav .donation a:first-child{
    margin-right: 40px;
}
.mobile-nav .donation a.theme-btn{
    padding: 10px 30px;
}
.mobile-nav .donation a.cart{
    position: relative;
}
.mobile-nav .donation a.cart:before {
    content: "1";
    color: white;
    width: 25px;
    height: 25px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    top: -7px;
    right: -19px;
    z-index: 1;
    font-size: 13px;
}
.res-rights p{
    color: #d6d6d6;
    font-weight: bold;
    letter-spacing: 5px;
    margin-top: 30px;
}

.mobile-nav.open {
    transform: translateX(0) !important;
    z-index: 33333333;
    box-shadow: 3px 3px 39px -4px rgba(0,0,0,0.75);
-webkit-box-shadow: 3px 3px 39px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 3px 39px -4px rgba(0,0,0,0.75);
}
li.menu-item-has-children.active {
    background-color: transparent;
}
.mobile-nav a#res-cross:before {
    content: "";
    width: 28px;
    height: 35px;
    background-image: url('../img/remove.svg');
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    right: 20px;
}
.bar-menu {
    display: none;
    font-size: 26px;
    border: 0;
    background: transparent;
    color: #111;
    line-height: 1;
    padding: 8px;
    cursor: pointer;
}
.bar-menu:focus-visible {
    outline: 2px solid #0078bf;
    outline-offset: 4px;
}
body.mobile-nav-active {
    overflow: hidden;
}
header.two .has-children:before {
    background-image: url(../img/down-arrow-2.svg);
}
.has-children:before {
    content: "";
    background-image: url(../img/down-arrow.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 10px;
    width: 8px;
    height: 8px;
}
/* 69. progress go to top */
#progress {
z-index: 111;
  position: fixed;
  bottom: 20px;
  right: 10px;
  height: 60px;
  width: 60px;
  display: none;
  place-items: center;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
#progress-value {
  display: block;
  height: calc(100% - 15px);
  width: calc(100% - 15px);
  background-color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 35px;
  color: #001a2e;
}
span#progress-value i {
    font-size: 20px;
}
/* transition sped */
.our-blog-text a i,
.navbar-links li.navbar-dropdown .dropdown  li a:before,.about-energix a p,.sectors a i,
.services-img img,.call-for.mail-for a,.solar-pv:before,.solar-pv h4,.team-info li,.sponsors img,
.share-this li a,ul.pagination li a,.recent-projects-img img,.top-bar-text p, .top-bar-text a,
ul.link-style li a,.our-blog-text h2,ul.recent-posts li i,ul.recent-posts li a,ul.categories li a,.use-energix a h4:hover,.energize-society img,.sectors img,.sectors a,
.free-consultation-number span,.blog-text h4,.blog-img img,.button,.button:before,.video img,
.recent-projects-text h5,.recent-projects-text i,.recent-projects-text i svg,.free-consultation svg,
.battery-storage:before,.battery-storage i,.battery-storage svg,.recent-projects-text,.our-blog-text-img img,
.recent-projects-two .owl-nav i,.mail-to a,.social-media li a,.footer-bottom li a,.our-blog-text a,
.slider-home-1.owl-carousel .owl-nav.disabled button i,.battery-storage-text,.request-quote-info a p {
      transition: .3s ease-in-out;
}

/* 70. latterbox */

.latterbox.slide { 
    transform: scale(1.0);
    opacity: 1; visibility: visible;
    z-index: 111111111; 
}
.latterbox-cross-btn {
    color: rgb(255, 255, 255);
    cursor: pointer;
    border-radius: 50%;
    height: 53px;
    width: 68px;
    text-align: center;
    line-height: 43px;
    transition: all 0.5s ease 0s;
    position: absolute;
    top: 7%;
    right: 7%;
    font-size: 40px;
}
.latterbox {
    background: #17195ad6;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    align-items: center;
    position: fixed;
    cursor: pointer;
    transform: scale(0);
    top: 0;
    left: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    padding: 10% 32%;
}
.latterbox.slide .footer-subscribe {
    border: 0;
    padding-bottom: 0;
    width: 100%;
}
.top-bar-text a:hover{
    color: #0a9642;
}
form.request-quote-form h3 {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 16px;
    text-align: center;
    position: relative;
}
.latterbox.slide form.request-quote-form {
    background-color: white;
    border: 5px solid #0078bf;
}
.latterbox.slide form.request-quote-form input, .latterbox.slide form.request-quote-form textarea {
    background-color: #fafafa;
    padding-left: 30px;
    border: 1px solid #C1C1C1;
    position: relative;
}
.our-blog-text a:hover i,.sectors a:hover i {
    background-color: #0078bf;
    border: 3px solid #0078bf;
    color: white;
    transform: rotate(90deg);
}
.contact-info.two form button.button,
form.request-quote-form button.button {
    color: white;
}
.sponsors img:hover {
    transform: scale(.9);
}
.use-energix.two {
    width: 87%;
    margin: auto;
}
.use-energix.two h4 {
    font-size: 20px;
    width: 100%;
    line-height: 28px;
}
.mobile-nav p {
    color: black;
}
.mobile-nav .about-energix {
    margin-top: 40px;
}
.mobile-nav .about-energix .top-bar-mail {
    margin-bottom: 10px;
}
.preloader {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 999999999999999999;
    right: 0;
    top: 0;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}
.multi-spinner-container {
  width: 150px;
  height: 150px;
  position: relative;
  margin: 30px auto;
  overflow: hidden;
}

.multi-spinner {
    position: absolute;
    width: calc(100% - 9.9px);
    height: calc(100% - 9.9px);
    border: 5px solid transparent;
    border-top-color: #fff;
    border-radius: 50%;
    -webkit-animation: spin 5s cubic-bezier(0.17, 0.49, 0.96, 0.76) infinite;
    animation: spin 3s cubic-bezier(0.17, 0.49, 0.96, 0.76) infinite;
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.preloader {
    top: 0%;
}
.page-loaded .preloader {
    top: -100%;
}


@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.4);
  }
  100% {
    box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
  }
}

@keyframes shadow-pulse-big
{
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 70px rgba(0, 0, 0, 0);
  }
}

.request-quote.two {
    margin-bottom: 40px !important;
}
.latterbox.slide button.button:hover {
    color: #0a9642;
}
.latterbox form.request-quote-form{
    position: relative;
}
.latterbox form.request-quote-form:before {
    content: "";
    position: absolute;
    width: 87%;
    height: 20px;
    border-radius: 300px;
    background-color: #0078bf;
    top: -20px;
    right: 0;
    z-index: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    left: 7.5%;
}
.latterbox form.request-quote-form:after {
    content: "";
    position: absolute;
    width: 87%;
    height: 20px;
    border-radius: 300px;
    background-color: #0078bf;
    bottom: -20px;
    right: 0;
    z-index: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    left: 7.5%;
}

.stylish-border {
  border: 2px solid #3498db;        /* blue border */
  border-radius: 8px;               /* rounded corners */
  box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* subtle shadow */
  padding: 15px;                    /* spacing inside */
  transition: transform 0.3s, box-shadow 0.3s;
}

.stylish-border:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

/* slider  */
.card-vertical {
  max-width: 320px; /* adjust as needed */
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  /* optional: margin, padding */
  margin: 16px;
}

.card-image figure {
  margin: 0;
}

.card-image img {
  width: 100%;
  height: auto;
  display: block;
}

.card-info {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card-category {
  font-size: 12px;
  font-weight: 600;
  color: #777;
  text-transform: uppercase;
}

.card-title {
  margin: 0;
  font-size: 18px;
  color: #222;
}

.card-features {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.card-features li {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #555;
  margin-bottom: 8px;
}

.card-features li img {
  width: 16px;
  height: 16px;
  /* margin-right: 8px; */
}

.card-pricing {
  margin-top: auto; /* pushes pricing to bottom if container grows */
  text-align: left;
}

.card-pricing h5 {
  margin: 0;
  font-size: 26px;
  color: #111;
}

.card-pricing h5 span {
  font-size: 18px;
}

.card-pricing h6 {
  margin: 4px 0 0 0;
  font-size: 12px;
  color: #888;
}

/* slider  */

.testimonial-box {
  background: #62bef0;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.testimonial-box:hover {
  transform: translateY(-5px);
}
.testimonial-img img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 15px;
  object-fit: cover;
}
.testimonial-text p {
  font-style: italic;
  color: #000000;
  margin-bottom: 15px;
}
.testimonial-text h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.testimonial-text span {
  font-size: 14px;
  color: #000000;
}

/* floating whatsapp */
.float {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 85px;
	right: 14px;
	background-color: #25d366;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	z-index: 100;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* hover effect with shake */
.float:hover {
	transform: scale(1.2);
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	animation: shake 0.5s infinite;
}

/* icon alignment */
.my-float {
	margin-top: 16px;
}

/* shake keyframes */
@keyframes shake {
	0% { transform: translate(1px, 1px) rotate(0deg); }
	10% { transform: translate(-1px, -2px) rotate(-1deg); }
	20% { transform: translate(-3px, 0px) rotate(1deg); }
	30% { transform: translate(3px, 2px) rotate(0deg); }
	40% { transform: translate(1px, -1px) rotate(1deg); }
	50% { transform: translate(-1px, 2px) rotate(-1deg); }
	60% { transform: translate(-3px, 1px) rotate(0deg); }
	70% { transform: translate(3px, 1px) rotate(-1deg); }
	80% { transform: translate(-1px, -1px) rotate(1deg); }
	90% { transform: translate(1px, 2px) rotate(0deg); }
	100% { transform: translate(1px, -2px) rotate(-1deg); }
}


/* floting whatsapp  */

 
        .form-container {
            width: 100%;
            max-width: 48rem; /* Equivalent to max-w-2xl */
            background-color: white;
            padding: 2rem; /* Equivalent to p-8 */
            border-radius: 1.5rem; /* Equivalent to rounded-2xl */
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); /* Equivalent to shadow-xl */
        }
        @media (min-width: 768px) {
            .form-container {
                padding: 3rem; /* Equivalent to md:p-12 */
            }
        }
        .form-heading {
            font-size: 1.875rem; /* Equivalent to text-3xl */
            font-weight: 700; /* Equivalent to font-bold */
            text-align: center;
            color: #1f2937; /* Equivalent to text-gray-800 */
            margin-bottom: 2rem; /* Equivalent to mb-8 */
        }
        .input-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 1.5rem;
            margin-bottom: 1.5rem;
        }
        @media (min-width: 768px) {
            .input-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        .form-input, .form-textarea {
            width: 100%;
            padding: 1rem;
            border: 1px solid #d1d5db; /* Equivalent to border-gray-300 */
            border-radius: 0.5rem; /* Equivalent to rounded-lg */
            color: #1f2937;
            transition: all 0.2s ease-in-out;
        }
        .form-input::placeholder, .form-textarea::placeholder {
            color: #6b7280; /* Equivalent to placeholder-gray-500 */
        }
        .form-input:focus, .form-textarea:focus {
            outline: none;
            box-shadow: 0 0 0 2px #3b82f6;
        }
        .form-textarea {
            height: 8rem;
            resize: none;
        }
        .file-upload-section {
            display: flex;
            flex-direction: column;
            margin-bottom: 1.5rem;
        }
        @media (min-width: 768px) {
            .file-upload-section {
                flex-direction: row;
                align-items: center;
            }
        }
        .file-label {
            font-size: 1.125rem;
            font-weight: 500;
            color: #4b5563;
            margin-bottom: 0.5rem;
        }
        @media (min-width: 768px) {
            .file-label {
                width: 33.333333%;
                margin-bottom: 0;
            }
        }
        .captcha-section {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            margin-top: 2rem;
            justify-content: space-between;
        }
        @media (min-width: 768px) {
            .captcha-section {
                flex-direction: row;
                align-items: center;
            }
        }
        .captcha-input-group {
            display: flex;
            flex-grow: 1;
            margin-bottom: 1rem;
        }
        @media (min-width: 768px) {
            .captcha-input-group {
                margin-bottom: 0;
            }
        }
        .captcha-label {
            display: block;
            color: #4b5563;
            font-weight: 500;
            margin-bottom: 0.5rem;
        }
        .captcha-content {
            display: flex;
            align-items: center;
            gap: 1rem;
            font-size: 1.25rem;
            font-weight: 700;
        }
        .captcha-refresh {
            color: #3b82f6;
            cursor: pointer;
            font-size: 1.125rem;
            transition: color 0.2s ease-in-out;
        }
        .captcha-refresh:hover {
            color: #1d4ed8;
        }
        .captcha-input {
            width: 4rem;
            padding: 0.5rem;
            border: 2px solid #d1d5db;
            border-radius: 0.5rem;
            text-align: center;
        }
        .submit-button {
            width: 100%;
            padding: 0.75rem 2rem;
            background-color: #2563eb;
            color: white;
            font-weight: 700;
            border-radius: 9999px;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            cursor: pointer;
            transition: background-color 0.2s ease-in-out;
        }
        .submit-button:hover {
            background-color: #1d4ed8;
        }
        .error-message {
            color: #ef4444;
            font-size: 0.875rem;
            font-weight: 500;
            margin-top: 0.25rem;
        }
        .hidden {
            display: none;
        }
        .unvalid {
            border-color: #ef4444;
        }
        .valid {
            border-color: #10b981;
        }
 

        
        /* ======================================
        ||         FULL STYLESHEET           ||
        ====================================== */

        /* Shared Styles */
        
        /* Modal Overlay and Container */
        .modal-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            display: none;
            justify-content: center;
            align-items: center;
            z-index: 1050;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .modal-overlay.show {
            display: flex;
            opacity: 1;
        }

        .modal-content-wrapper {
            background-color: white;
            border-radius: 1rem;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
            max-width: 500px;
            width: 90%;
            transition: transform 0.3s ease, opacity 0.3s ease;
            transform: translateY(-50px);
            opacity: 0;
        }

        .modal-overlay.show .modal-content-wrapper {
            transform: translateY(0);
            opacity: 1;
        }

        /* Modal Header */
        .modal-header {
            background-color: #25D366;
            color: white;
            padding: 1rem;
            border-top-left-radius: 1rem;
            border-top-right-radius: 1rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .modal-header h5 {
            margin: 0;
            font-size: 1.25rem;
            font-weight: 500;
        }

        .modal-header .close-btn {
            background: none;
            border: none;
            color: white;
            font-size: 1.5rem;
            cursor: pointer;
            line-height: 1;
        }

        /* Modal Body */
        .modal-body {
            padding: 1.5rem;
        }

        /* Form Styling */
        .form-group {
            margin-bottom: 1rem;
        }

        .form-label {
            font-weight: 500;
            color: #4a4a4a;
            display: block;
            margin-bottom: 0.5rem;
        }

        .form-control {
            width: 100%;
            border-radius: 0.75rem;
            border: 1px solid #e0e0e0;
            padding: 0.75rem 1rem;
            box-sizing: border-box;
            transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
        }

        .form-control:focus {
            outline: none;
            border-color: #0d6efd;
            box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
        }

        .btn-submit {
            background-color: #25d366;
            border: none;
            font-weight: bold;
            color: white;
            border-radius: 0.75rem;
            padding: 0.75rem 1.5rem;
            width: 100%;
            cursor: pointer;
            transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
        }

        .btn-submit:hover {
            background-color: #128c7e;
            transform: translateY(-2px);
        }

        /* Corner Modal Specific Styles */
        .corner-modal-overlay {
            justify-content: flex-end;
            align-items: flex-end;
            padding: 20px;
        }

        .corner-modal-overlay .modal-content-wrapper {
            width: 100%;
            max-width: 400px;
            transform: translateY(50px);
            margin: 0;
        }
        
        /* --- MOBILE RESPONSIVE STYLES --- */
        @media (max-width: 768px) {
            .floating-contact-btn {
                bottom: 2rem; /* Space from the bottom on mobile */
                right: 1rem; /* Space from the right on mobile */
                gap: 0.75rem;
            }
            .floating-contact-btn > div,
            .floating-contact-btn > a {
                width: 50px;
                height: 50px;
            }
            .floating-contact-btn img {
                width: 35px;
            }
        }
    

     /* Section Styling */
.infrastructure-section {
  background-color: #f4f7fa;
  padding: 60px 20px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}

.infrastructure-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #2c3e50;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.infrastructure-section p {
  font-size: 1.125rem;
  color: #7f8c8d;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.6;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* List Styling */
.infrastructure-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-size: 1.125rem;
  color: #34495e;
}

.infrastructure-list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
  line-height: 1.6;
}

.infrastructure-list li .infra-bullet {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: #2980b9;
  border-radius: 50%;
  margin-right: 15px;
}

.infrastructure-list li b {
  font-weight: 700;
  color: #2980b9;
}

/* Hover Effect */
.infrastructure-list li:hover {
  background-color: #ecf0f1;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

/* Responsive Design */
@media (max-width: 768px) {
  .infrastructure-title {
    font-size: 2rem;
  }

  .infrastructure-section p {
    font-size: 1rem;
  }

  .infrastructure-list li {
    font-size: 1rem;
  }
}


/* CSS */
.sponsors-slider {
  overflow: hidden;
  width: 100%;
}

.sponsors-track {
  display: flex;
  width: calc( (9 /* number of unique logos */ * 2) * 150px ); /* adjust logo size */
  animation: scroll 20s linear infinite;
}

.sponsors-track img {
  width: 150px; /* adjust as needed */
  margin: 0 20px; /* spacing between logos */
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX( -50% ); /* scroll left by half (since duplicated) */
  }
}

.map-box{
    border: 2px solid black;
    border-radius: 30px;
}

.map-container {
    position: relative;
    /* border: 2px solid #ddd; */
    border-radius: 8px;
    overflow: hidden;
}

.map-address {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 8px 12px;
    border-radius: 5px;
    font-size: 14px;
    max-width: 90%;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

.free-consultation {
  transition: all 0.4s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  /* border: 1px solid #fff */
}

.free-consultation:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  /* border: 2px solid #0A9642; */
}

 

.free-consultation:hover .free-consultation-number h3 {
  color: #056c30;
}

.free-consultation-number span {
  transition: all 0.3s ease;
}

.free-consultation:hover .free-consultation-number span {
  background: #fff;
  color: #0A9642;
  border: 2px solid #0A9642;
}

 

.free-consultation svg {
  transition: transform 0.5s ease;
}

.free-consultation:hover svg {
  transform: scale(1.1);
}

.free-consultation:hover path {
  fill: #056c30;
}

/* Mission / Vision cards */
.mission-vision-section {
  padding: 78px 0 86px;
  background:
    linear-gradient(135deg, rgba(0, 120, 191, 0.10), rgba(10, 150, 66, 0.07)),
    linear-gradient(180deg, #ffffff 0%, #f3faff 100%);
}

.mission-vision-section .row {
  row-gap: 26px;
}

.mission-vision-section .row > [class*="col-"] {
  display: flex;
}

.mission-vision-section .free-consultation {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 390px;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(0, 120, 191, 0.14);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(11, 37, 69, 0.10);
  overflow: hidden;
  isolation: isolate;
}

.mission-vision-section .free-consultation::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 120, 191, 0.10), transparent 42%),
    linear-gradient(180deg, rgba(10, 150, 66, 0.05), transparent 56%);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.mission-vision-section .free-consultation::after {
  content: "";
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 0;
  height: 4px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(90deg, #0078bf, #0a9642);
  transform: scaleX(0.28);
  transform-origin: left;
  opacity: 0.55;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.mission-vision-section .free-consultation:hover {
  transform: translateY(-8px);
  border-color: rgba(0, 120, 191, 0.26);
  box-shadow: 0 26px 56px rgba(11, 37, 69, 0.16);
}

.mission-vision-section .free-consultation:hover::before {
  opacity: 1;
}

.mission-vision-section .free-consultation:hover::after {
  transform: scaleX(1);
  opacity: 1;
}

.mission-vision-section .free-consultation-number {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 124px;
  margin: 0;
  padding: 28px 34px;
  border-radius: 0;
  background:
    linear-gradient(135deg, rgba(0, 120, 191, 0.09), rgba(10, 150, 66, 0.05)),
    #f8fbfd;
  overflow: visible;
}

.mission-vision-section .free-consultation-number::before {
  display: none;
}

.mission-vision-section .free-consultation-number h3 {
  margin: 0;
  color: #0b2545;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
  opacity: 1;
  transform: none;
}

.mission-vision-section .free-consultation-number span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, #0078bf, #0a9642);
  color: #ffffff;
  font-size: 30px;
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(0, 120, 191, 0.22);
}

.mission-vision-section .free-consultation:hover .free-consultation-number h3 {
  color: #0078bf;
  transform: none;
}

.mission-vision-section .free-consultation:hover .free-consultation-number span {
  border: 0;
  background: linear-gradient(135deg, #0a9642, #0078bf);
  color: #ffffff;
  transform: translateY(-3px);
}

.mission-vision-section .free-consultation p {
  flex: 1;
  margin: 0;
  padding: 34px 42px 70px;
  color: #172033;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.9;
  text-align: left;
}

.mission-vision-section .free-consultation svg {
  position: absolute;
  right: 30px;
  bottom: 24px;
  width: 72px;
  height: 72px;
  margin: 0;
  opacity: 0.12;
  transform: none;
}

.mission-vision-section .free-consultation:hover svg {
  opacity: 0.22;
  transform: scale(1.04);
}

.mission-vision-section .free-consultation svg path {
  fill: #0078bf;
}

.mission-vision-section .free-consultation:hover path {
  fill: #0a9642;
}

@media (max-width: 991.98px) {
  .mission-vision-section {
    padding: 64px 0 72px;
  }

  .mission-vision-section .free-consultation {
    min-height: 340px;
  }
}

@media (max-width: 767.98px) {
  .mission-vision-section .free-consultation-number {
    min-height: auto;
    padding: 24px;
  }

  .mission-vision-section .free-consultation-number h3 {
    font-size: 24px;
  }

  .mission-vision-section .free-consultation-number span {
    flex-basis: 58px;
    width: 58px;
    height: 58px;
    font-size: 24px;
  }

  .mission-vision-section .free-consultation p {
    padding: 26px 24px 66px;
    font-size: 15px;
    line-height: 1.75;
  }
}


/* --- Shine effect on image hover --- */
.about-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.about-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
}

.about-img:hover::before {
  animation: shine 1.5s ease forwards;
}

@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}

/* --- Move "Years Experience" box left to right --- */
.about-two-content {
  position: absolute;
  bottom: 20px;
  left: 10px;
  background: #fff;
  border-radius: 10px;
  padding: 12px 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  display: inline-block;
  animation: moveBox 4s ease-in-out infinite alternate;
}

@keyframes moveBox {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(20px);
  }
}

/* Optional: smooth hover image scale */
.about-img img {
  transition: transform 0.8s ease;
}

.about-img:hover img {
  transform: scale(1.09);
}

.hero-section {
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  animation: zoomBackground 5s infinite alternate ease-in-out;
}

@keyframes zoomBackground {
  0% {
    background-size: 100%;
  }
  100% {
    background-size: 110%;
  }
}


.text-slider {
  overflow: hidden;
  white-space: nowrap;
  background: #0078bf;
  padding: 20px 0;
}

.slide-track {
  display: inline-block;
  animation: scroll 15s linear infinite;
}

.slide {
  display: inline-block;
  padding: 0 30px;
  font-size: 20px;
  color: #ffffff;
  font-weight: 350;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


/* -------------------------
   SECTION STYLING
--------------------------*/
.products-showcase-section {
    padding: 80px 0;
    background: #fafafa;
}

.products-heading p {
    font-size: 18px;
    color: #666;
    margin-bottom: 5px;
}

.products-heading h2 {
    font-size: 32px;
    text-align: center;
    font-weight: 600;
    margin-bottom: -30px;
}

.products-line {
    width: 90px;
    height: 4px;
    background: #0078bf;
    margin: 0 auto 25px;
    border-radius: 8px;
}

/* -------------------------
   PRODUCT CARD
--------------------------*/
.product-card {
    border: 1px solid #fff;     
    border-radius: 16px;           
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    transition: all 0.35s ease;
    overflow: hidden;
    opacity: 0;
    transform: translateY(40px);
    animation: fadeUp 0.9s ease forwards;
}

/* Delay animation per card */
.products-grid .col-lg-4:nth-child(1) .product-card { animation-delay: 0.2s; }
.products-grid .col-lg-4:nth-child(2) .product-card { animation-delay: 0.4s; }
.products-grid .col-lg-4:nth-child(3) .product-card { animation-delay: 0.6s; }
.products-grid .col-lg-4:nth-child(4) .product-card { animation-delay: 0.8s; }
.products-grid .col-lg-4:nth-child(5) .product-card { animation-delay: 1.0s; }
.products-grid .col-lg-4:nth-child(6) .product-card { animation-delay: 1.2s; }

/* Hover effect */
.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

/* -------------------------
   IMAGE STYLING
--------------------------*/
.product-img figure {
    overflow: hidden;
    border-radius: 12px;
}

.product-img img {
    width: 100%;
    transition: transform 0.5s ease;
}

.product-card:hover .product-img img {
    transform: scale(1.1);
}

/* -------------------------
   TEXT STYLING
--------------------------*/
.product-label {
    display: block;
    margin-top: 15px;
    color: #888;
    font-size: 14px;
}

.product-card h4 {
    margin: 8px 0;
    font-size: 22px;
    color: #222;
    transition: color 0.3s ease;
}

.product-card:hover h4 {
    color: #0078bf;
}

/* -------------------------
   READ MORE BUTTON
--------------------------*/
.product-readmore a {
    color: #0078bf;
    font-weight: 600;
    margin-top: 10px;
    display: inline-block;
    transition: all 0.3s ease;
}

.product-readmore a:hover {
    letter-spacing: 1px;
}
@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.product-card:hover {
    transform: translateY(-10px);
    border-color: #fff;
    box-shadow: 0 12px 32px rgba(255, 255, 255, 0.50);

}

/* =======================================
   SECTOR SECTION
======================================= */
.sector-section {
    padding: 80px 0;
    background: #f7f7f7;
}

.sector-heading {
    max-width: 920px;
    margin: 0 auto 36px;
    text-align: center;
}

.sector-heading h2 {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 12px;
    color: #222;
}

.sector-heading p {
    max-width: 860px;
    margin: 0 auto;
    color: #30343b;
    font-size: 18px;
    line-height: 1.7;
    text-align: center;
}

.sector-grid {
    justify-content: center;
}

.sector-grid .col-lg-4 {
    display: flex;
    justify-content: center;
}

/* =======================================
   SECTOR CARD BOX
======================================= */
.sectorBox {
    width: 100%;
    background: #ffffff;
    padding: 20px;
    border-radius: 16px;
    overflow: hidden;
    text-align: center;
    border: 2px solid #fff; /* LIGHT GREEN BORDER */
    /* box-shadow: 0 8px 22px rgba(0,0,0,0.1); */
    transition: all 0.35s ease;
    opacity: 0;
    transform: translateY(40px);
    animation: sectorFadeUp 0.8s ease forwards;
}

/* Animation delay per card */
.sector-grid .col-lg-4:nth-child(1) .sectorBox { animation-delay: 0.2s; }
.sector-grid .col-lg-4:nth-child(2) .sectorBox { animation-delay: 0.4s; }
.sector-grid .col-lg-4:nth-child(3) .sectorBox { animation-delay: 0.6s; }
.sector-grid .col-lg-4:nth-child(4) .sectorBox { animation-delay: 0.8s; }
.sector-grid .col-lg-4:nth-child(5) .sectorBox { animation-delay: 1.0s; }

/* Hover Effects */
.sectorBox:hover {
    transform: translateY(-10px);
    border-color: #fff;
    box-shadow: 0 12px 32px rgba(255, 255, 255, 0.50);
}


/* =======================================
   SECTOR IMAGE
======================================= */
.sectorImg {
    overflow: hidden;
    border-radius: 14px;
}

.sectorImg img {
    width: 100%;
    height: auto;
    transition: transform 0.45s ease;
}

.sectorBox:hover .sectorImg img {
    transform: scale(1.08);
}

/* =======================================
   SECTOR TITLE
======================================= */
.sectorTitle {
    margin-top: 15px;
    font-size: 22px;
    font-weight: 600;
    color: #222;
    transition: color 0.3s ease;
}

.sectorBox:hover .sectorTitle {
    color: #0078bf; /* GREEN HOVER TEXT */
}

/* =======================================
   ENTRY ANIMATION
======================================= */
@keyframes sectorFadeUp {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

section.milestone-section {
    background: linear-gradient(135deg, #e6f4ff 0%, #ffffff 100%);
    padding: 80px 0 0 ;
    border-radius: 0 0 50px 50px;
}

/* Base hidden state */
.reveal {
    opacity: 0;
    transform: translateY(40px) scale(0.98);
    transition: all 0.8s ease-out;
}

/* When visible on screen */
.reveal.active {
    opacity: 1;
    transform: translateY(0px) scale(1);
}

/* Optional staggered delay */
.reveal.delay-1 { transition-delay: 0.2s; }
.reveal.delay-2 { transition-delay: 0.4s; }
.reveal.delay-3 { transition-delay: 0.6s; }


.footer-quick-links h5 {
  margin-bottom: 15px;
  font-weight: 600;
  color: #ffffff;
}

.quick-links-list li a {
  color: #ffffff;   /* WHITE FONT */
  text-decoration: none;
  transition: all 0.3s ease;
}

.quick-links-list li a:hover {
  color: #f5f5f5;   /* slight light hover */
  padding-left: 6px;
}

.why{
    box-shadow: 3px 3px 10px;
    border-radius: 30px;
    padding: 20px;
    padding-top: 35px;
}

.core-values {
  background: #f8f9fb;
  padding: 40px 0;
  font-family: Arial, sans-serif;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
}

.section-header {
  text-align: center;
  margin-bottom: 40px;
}

.section-header h2 {
  font-size: 28px;
  font-weight: 700;
  color: #0b2545;
}

.section-header p {
  color: #555;
  margin-top: 5px;
}

.core-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 30px;
}

/* LEFT CARDS */
.core-card {
  background: #fff;
  display: flex;
  align-items: center;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  transition: all 0.35s ease;
  border: 1px solid #eee;
}

.core-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.icon-circle {
  width: 55px;
  height: 55px;
  background: #0b2545;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  margin-right: 15px;
  transition: all 0.35s ease;
}

.core-card:hover .icon-circle {
  background: #1d6ae1;
  transform: rotate(8deg) scale(1.05);
}

.card-content h4 {
  margin: 0 0 5px;
  font-size: 18px;
  color: #0b2545;
  font-weight: bold;
}

.card-content p {
  margin: 0;
  font-size: 14px;
  color: #555;
}

/* RIGHT BOX */
.core-right {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  border: 1px solid #eee;
  transition: all 0.35s ease;
}

.core-right:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  transform: translateY(-5px);
}

.core-right h4 {
  margin-bottom: 15px;
  color: #0b2545;
  font-size: 20px;
  font-weight: bold;
}

.core-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.core-right ul li {
  background: #e3e6ea;
  padding: 12px 15px;
  border-radius: 8px;
  margin-bottom: 10px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.core-right ul li:hover {
  background: #1d6ae1;
  color: #fff;
  padding-left: 20px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .core-grid {
    grid-template-columns: 1fr;
  }
}


.foundation-section {
  padding: 70px 0;
  background: #ffffff;
  font-family: Arial, sans-serif;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
}

.foundation-header {
  text-align: center;
  margin-bottom: 45px;
}

.foundation-header h2 {
  font-size: 28px;
  font-weight: 700;
  color: #0b2545;
}

.foundation-header p {
  color: #000000;
    margin-top: 5px;
    text-align: center;
    font-size: 18px;
}

.foundation-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 40px;
  align-items: start;
}

/* LEFT CONTENT */
.foundation-content h3 {
  font-size: 30px;
  font-weight: 700;
  margin-top: 25px;
  color: #0b2545;
  margin-bottom: 15px;
}

.foundation-content p {
  font-size: 15px;
  color: #000000;
  line-height: 1.7;
  margin-bottom: 15px;
}

.foundation-stats {
  display: flex;
  gap: 20px;
  margin-top: 25px;
}

.stat-box {
  background: #e3e6ea;
  padding: 18px 22px;
  border-radius: 10px;
  min-width: 300px;
  transition: all 0.35s ease;
}

.stat-box h4 {
  font-size: 26px;
  margin: 0;
  font-weight: bold;
  color: #0b2545;
}

.stat-box span {
  font-size: 13px;
  color: #000000;
}

.stat-box:hover {
  transform: translateY(-6px);
  background: #1d6ae1;
}

.stat-box:hover h4,
.stat-box:hover span {
  color: #fff;
}

/* RIGHT CARDS */
.foundation-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.info-card {
  background: #fff;
  padding: 22px 18px;
  text-align: center;
  border-radius: 12px;
  border: 1px solid #eee;
  transition: all 0.35s ease;
}

.info-card .icon {
  width: 55px;
  height: 55px;
  margin: auto;
  background: #0b2545;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 12px;
  transition: all 0.35s ease;
}

.info-card h5 {
  margin: 8px 0 5px;
  font-size: 16px;
  color: #0b2545;
  font-weight: bold;
}

.info-card p {
  font-size: 14px;
  color: #000000;
  text-align: center;
  margin: 0;
  line-height: 1.5;
}

.info-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.15);
}

.info-card:hover .icon {
  background: #1d6ae1;
  transform: rotate(8deg) scale(1.1);
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .foundation-grid {
    grid-template-columns: 1fr;
  }

  .foundation-stats {
    flex-direction: column;
  }
}

/* Custom Gallery Extensions */
.gallery-section{
    padding:70px 5%;
    text-align:center;
}

.gallery-section h2{
    font-size:36px;
    margin-bottom:10px;
}

.gallery-section p{
    color:#666;
    margin-bottom:40px;
}

.gallery-tabs-nav{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:14px;
    margin-bottom:40px;
}

.gallery-tab-btn{
    border:1px solid rgba(0, 120, 191, 0.18);
    border-radius:999px;
    background:#fff;
    color:#0b2239;
    padding:12px 22px;
    font-size:15px;
    font-weight:700;
    line-height:1;
    cursor:pointer;
    transition:all 0.3s ease;
    box-shadow:0 10px 24px rgba(11, 34, 57, 0.08);
}

.gallery-tab-btn:hover,
.gallery-tab-btn.active{
    border-color:transparent;
    background:linear-gradient(135deg, #0a9642, #0078bf);
    color:#fff;
    box-shadow:0 14px 30px rgba(0, 120, 191, 0.24);
}

.gallery-tab-panel{
    animation:fadeIn 0.35s ease;
}

.gallery-tab-panel[hidden]{
    display:none !important;
}

.gallery-tab-panel h2{
    margin-bottom:24px;
}

.gallery-container{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:20px;
}

.gallery-item{
    position:relative;
    overflow:hidden;
    border-radius:12px;
    cursor:pointer;
}

.gallery-item img{
    width:100%;
    object-fit:cover;
    border-radius:12px;
    transition:0.4s ease;
    border:1px solid #0078bf;
}

.gallery-item:hover img{
    transform:scale(1.08);
}

.gallery-overlay{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    padding:15px;
    background:linear-gradient(to top,rgba(0,0,0,0.7),transparent);
    color:#fff;
    opacity:0;
    transition:0.3s;
}

.gallery-item:hover .gallery-overlay{
    opacity:1;
}

.lightbox{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.9);
    display:none;
    justify-content:center;
    align-items:center;
    animation:fadeIn 0.3s ease;
    z-index:999;
}

.lightbox img{
    max-width:90%;
    max-height:80%;
    border-radius:10px;
}

.lightbox.active{
    display:flex;
}

.close-btn{
    position:absolute;
    top:25px;
    right:35px;
    font-size:40px;
    color:#fff;
    cursor:pointer;
}

@keyframes fadeIn{
    from{opacity:0;}
    to{opacity:1;}
}

.quality-gallery-section .gallery-item{
    position:relative;
}

.quality-product-label{
    position:absolute;
    right:0;
    bottom:0;
    left:0;
    z-index:2;
    padding:14px 16px;
    background:linear-gradient(to top, rgba(0, 120, 191, 0.96), rgba(0, 120, 191, 0.68), transparent);
    color:#fff;
    font-size:15px;
    font-weight:700;
    line-height:1.3;
    text-align:left;
    pointer-events:none;
}

.gallery-weight-label{
    position:absolute;
    top:14px;
    left:14px;
    z-index:2;
    padding:8px 14px;
    border-radius:999px;
    background:rgba(0, 120, 191, 0.9);
    color:#fff;
    font-size:14px;
    font-weight:700;
    letter-spacing:0.03em;
    line-height:1;
    pointer-events:none;
    box-shadow:0 8px 18px rgba(0, 0, 0, 0.18);
}

.gallery-machine-name{
    position:absolute;
    right:0;
    bottom:0;
    left:0;
    z-index:1;
    padding:34px 14px 14px;
    background:linear-gradient(to top, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.3), transparent);
    border-radius:0 0 12px 12px;
    color:#fff;
    font-size:15px;
    font-weight:700;
    line-height:1.3;
    text-align:left;
    pointer-events:none;
}

/* Custom Roadmap Extensions */
.milestone-section.roadmap-section {
    --road-accent: #ffc61a;
    --road-dark: #2d2f33;
    --road-blue: #0078bf;
    background:
        radial-gradient(circle at top left, rgba(255, 198, 26, 0.18), transparent 30%),
        radial-gradient(circle at top right, rgba(0, 120, 191, 0.12), transparent 24%),
        linear-gradient(180deg, #ffffff 0%, #eef7ff 100%);
    padding: 90px 0 100px;
    border-radius: 0 0 64px 64px;
    overflow: hidden;
}

.roadmap-section .heading h2{
    max-width:760px;
    margin:0 auto;
}

.roadmap-shell{
    position:relative;
    margin-top:48px;
}

.roadmap-grid{
    position:relative;
    z-index:2;
}

.roadmap-step{
    position:relative;
    height:100%;
    min-height:100%;
    padding-left:84px;
}

.roadmap-reveal{
    opacity:1;
    transform:translate3d(0, 0, 0);
}

.roadmap-section.roadmap-ready .roadmap-reveal{
    opacity:0;
    transform:translate3d(110px, 0, 0);
    transition:
        opacity 0.8s ease,
        transform 0.95s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay:var(--roadmap-delay, 0s);
    will-change:transform, opacity;
}

.roadmap-section.roadmap-ready .roadmap-reveal.is-visible{
    opacity:1;
    transform:translate3d(0, 0, 0);
}

.roadmap-card{
    position:relative;
    height:100%;
    padding:24px 22px 24px 26px;
    border-radius:24px;
    background:rgba(255, 255, 255, 0.94);
    border:1px solid rgba(0, 120, 191, 0.12);
    box-shadow:0 22px 44px rgba(16, 24, 40, 0.10);
    transition:transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.roadmap-card::before{
    content:"";
    position:absolute;
    top:18px;
    right:22px;
    width:54px;
    height:4px;
    border-radius:999px;
    background:linear-gradient(90deg, var(--road-accent), var(--road-blue));
}

.roadmap-year{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-bottom:14px;
    padding:7px 14px;
    border-radius:999px;
    background:rgba(255, 198, 26, 0.16);
    color:var(--road-blue);
    font-size:13px;
    font-weight:700;
    letter-spacing:0.08em;
}

.roadmap-card h3{
    margin-bottom:12px;
    color:#111827;
    font-size:24px;
    font-weight:700;
    line-height:1.2;
}

.roadmap-card p{
    margin-bottom:0;
    color:#475467;
    font-size:15px;
    line-height:1.7;
}

.roadmap-pole{
    position:absolute;
    top:18px;
    bottom:18px;
    left:0;
    width:60px;
    display:flex;
    flex-direction:column;
    align-items:center;
}

.roadmap-marker{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    width:58px;
    height:58px;
    border-radius:50%;
    background:var(--road-accent);
    color:#1f2937;
    font-size:24px;
    box-shadow:0 18px 32px rgba(255, 198, 26, 0.34);
    transition:transform 0.35s ease, box-shadow 0.35s ease;
}

.roadmap-marker::after{
    content:"";
    position:absolute;
    inset:-10px;
    border:1px solid rgba(255, 198, 26, 0.38);
    border-radius:50%;
    animation:roadmapPulse 3s ease-in-out infinite;
}

.roadmap-line{
    width:6px;
    flex:1;
    border-radius:999px;
    background:linear-gradient(180deg, var(--road-accent) 0%, #ffd95d 45%, var(--road-blue) 100%);
}

.roadmap-dot{
    width:18px;
    height:18px;
    border-radius:50%;
    background:var(--road-accent);
    border:4px solid #ffffff;
    box-shadow:0 8px 18px rgba(15, 23, 42, 0.16);
}

.roadmap-step:hover .roadmap-card{
    transform:translateY(-8px);
    border-color:rgba(0, 120, 191, 0.24);
    box-shadow:0 28px 48px rgba(16, 24, 40, 0.14);
}

.roadmap-step:hover .roadmap-marker{
    transform:scale(1.04) rotate(-6deg);
    box-shadow:0 22px 38px rgba(255, 198, 26, 0.42);
}

.roadmap-surface{
    position:absolute;
    inset:40px 0 20px;
    z-index:1;
    pointer-events:none;
}

.roadmap-surface svg{
    width:100%;
    height:100%;
    min-height:1320px;
}

.roadmap-road-shadow,
.roadmap-road,
.roadmap-road-line{
    fill:none;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.roadmap-road-shadow{
    stroke:rgba(15, 23, 42, 0.11);
    stroke-width:96;
    transform:translate(16px, 18px);
}

.roadmap-road{
    stroke:var(--road-dark);
    stroke-width:84;
}

.roadmap-road-line{
    stroke:rgba(255, 255, 255, 0.18);
    stroke-width:6;
    stroke-dasharray:18 20;
    animation:roadmapDrive 16s linear infinite;
}

@keyframes roadmapDrive{
    to{
        stroke-dashoffset:-420;
    }
}

@keyframes roadmapPulse{
    0%, 100%{
        transform:scale(1);
        opacity:0.65;
    }
    50%{
        transform:scale(1.18);
        opacity:0;
    }
}

@media (min-width: 1200px){
    .roadmap-step{
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:flex-start;
        min-height:330px;
        padding-left:0;
    }

    .roadmap-step--bottom{
        flex-direction:column-reverse;
    }

    .roadmap-pole{
        position:static;
        width:auto;
        min-height:128px;
    }

    .roadmap-step--bottom .roadmap-pole{
        flex-direction:column-reverse;
    }

    .roadmap-line{
        width:8px;
        height:76px;
        flex:none;
    }

    .roadmap-marker{
        width:88px;
        height:88px;
        font-size:32px;
    }

    .roadmap-dot{
        width:28px;
        height:28px;
        border-width:5px;
    }

    .roadmap-card{
        width:100%;
        max-width:270px;
        min-height:198px;
        padding:28px 24px 24px;
    }

    .roadmap-step .roadmap-card{
        margin-bottom:20px;
    }

    .roadmap-step--bottom .roadmap-card{
        margin-top:20px;
        margin-bottom:0;
    }

    .roadmap-grid > div:nth-child(4n + 2) .roadmap-step,
    .roadmap-grid > div:nth-child(4n + 4) .roadmap-step{
        padding-top:34px;
    }
}

@media (max-width: 1199.98px){
    .roadmap-surface{
        display:none;
    }
}

@media (max-width: 767.98px){
    .gallery-tabs-nav{
        gap:10px;
        margin-bottom:30px;
    }

    .gallery-tab-btn{
        flex:1 1 calc(50% - 10px);
        min-width:135px;
        padding:11px 16px;
        font-size:13px;
    }

    .gallery-tab-panel h2{
        margin-bottom:18px;
    }

    .gallery-item img{
        height:200px;
    }

    .quality-product-label{
        padding:12px;
        font-size:13px;
    }

    .gallery-weight-label{
        top:10px;
        left:10px;
        padding:7px 12px;
        font-size:13px;
    }

    .gallery-machine-name{
        padding:28px 12px 12px;
        font-size:13px;
    }

    .milestone-section.roadmap-section{
        padding:72px 0 80px;
        border-radius:0 0 38px 38px;
    }

    .roadmap-shell{
        margin-top:34px;
    }

    .roadmap-step{
        padding-left:74px;
    }

    .roadmap-pole{
        width:52px;
        top:12px;
        bottom:12px;
    }

    .roadmap-marker{
        width:50px;
        height:50px;
        font-size:20px;
    }

    .roadmap-card{
        padding:22px 18px 22px 22px;
        border-radius:20px;
    }

    .roadmap-card::before{
        width:40px;
    }

    .roadmap-card h3{
        font-size:20px;
    }

    .roadmap-card p{
        font-size:14px;
        line-height:1.6;
    }
}

@media (prefers-reduced-motion: reduce){
    .roadmap-road-line,
    .roadmap-marker::after{
        animation:none;
    }

    .roadmap-section.roadmap-ready .roadmap-reveal,
    .roadmap-section.roadmap-ready .roadmap-reveal.is-visible{
        opacity:1;
        transform:none;
        transition:none;
    }
}

/* Milestone Journey Slider */
.journey-slider-section{
    padding:90px 0;
    background:linear-gradient(180deg, #a6b8ce 0%, #94a8c1 100%);
}

.journey-slider-section .heading p,
.journey-slider-section .heading h2{
    color:#14233a;
}

.journey-slider-section .line{
    background:#ffffff;
}

.journey-stage{
    position:relative;
    padding:28px 0 14px;
    /* border-radius:36px;
    background:linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02));
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.25); */
}

.journey-slider{
    overflow:hidden;
    -ms-overflow-style:none;
    scrollbar-width:none;
    position:relative;
}

.journey-slider::-webkit-scrollbar{
    display:none;
}

.journey-track{
    position:relative;
    display:flex;
    align-items:flex-start;
    gap:28px;
    width:max-content;
    min-height:586px;
    padding:8px 20px 18px;
    isolation:isolate;
    will-change:transform;
}

.journey-track::before{
    content:"";
    position:absolute;
    top:50%;
    left:20px;
    right:20px;
    height:118px;
    border-radius:999px;
    background:linear-gradient(180deg, #6b89b1 0%, #5c7da7 100%);
    box-shadow:
        inset 0 0 0 10px #ffffff,
        0 18px 35px rgba(42, 58, 80, 0.18);
    transform:translateY(-50%);
    z-index:0;
    pointer-events:none;
}

.journey-track::after{
    content:"";
    position:absolute;
    top:50%;
    left:68px;
    right:68px;
    border-top:6px dashed rgba(205, 239, 255, 0.85);
    transform:translateY(-50%);
    z-index:1;
    pointer-events:none;
}

.journey-slide{
    --pin-color:#ff0066;
    --pin-shadow:rgba(255, 0, 102, 0.22);
    position:relative;
    flex:0 0 340px;
    height:560px;
    scroll-snap-align:none;
    transition:transform 0.35s ease;
    z-index:2;
}

.journey-slide:nth-child(5n + 1){
    --pin-color:#ff0a62;
    --pin-shadow:rgba(255, 10, 98, 0.22);
}

.journey-slide:nth-child(5n + 2){
    --pin-color:#149df0;
    --pin-shadow:rgba(20, 157, 240, 0.22);
}

.journey-slide:nth-child(5n + 3){
    --pin-color:#11c78b;
    --pin-shadow:rgba(17, 199, 139, 0.22);
}

.journey-slide:nth-child(5n + 4){
    --pin-color:#ff8b00;
    --pin-shadow:rgba(255, 139, 0, 0.22);
}

.journey-slide:nth-child(5n){
    --pin-color:#4f76a8;
    --pin-shadow:rgba(79, 118, 168, 0.24);
}

.journey-road{
    display:none;
}

.journey-pin{
    position:absolute;
    top:50%;
    left:50%;
    width:86px;
    height:86px;
    border-radius:50%;
    background:var(--pin-color);
    color:#ffffff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:0;
    font-weight:700;
    transform:translate(-50%, -50%);
    box-shadow:0 20px 32px var(--pin-shadow);
    transition:transform 0.35s ease, box-shadow 0.35s ease, filter 0.35s ease;
    animation:journeyPinFloat 4.8s ease-in-out infinite;
    z-index:3;
}

.journey-pin::before{
    content:"";
    width:18px;
    height:18px;
    border-radius:50%;
    background:#ffffff;
    box-shadow:0 0 0 7px rgba(255,255,255,0.24);
}

.journey-pin::after{
    content:"";
    position:absolute;
    bottom:-10px;
    left:50%;
    width:24px;
    height:24px;
    background:var(--pin-color);
    transform:translateX(-50%) rotate(45deg);
    border-radius:0 0 4px 0;
    z-index:-1;
}

.journey-connector{
    position:absolute;
    left:50%;
    width:4px;
    background:#ffffff;
    transform:translateX(-50%);
    opacity:0.95;
    z-index:2;
}

.journey-slide--top .journey-connector{
    top:112px;
    height:132px;
}

.journey-slide--bottom .journey-connector{
    bottom:112px;
    height:132px;
}

.journey-card{
    position:absolute;
    left:50%;
    width:100%;
    max-width:300px;
    padding:30px 24px 26px;
    background:#ffffff;
    border-radius:28px;
    color:#24344d;
    transform:translateX(-50%);
    box-shadow:
        22px 22px 0 rgba(108, 128, 153, 0.10),
        0 18px 30px rgba(24, 41, 62, 0.14);
    transition:transform 0.35s ease, box-shadow 0.35s ease;
    z-index:4;
}

.journey-slide--top .journey-card{
    top:0;
}

.journey-slide--bottom .journey-card{
    bottom:0;
}

.journey-seq{
    display:none;
}

.journey-year{
    display:inline-flex;
    margin-bottom:12px;
    padding:8px 14px;
    border-radius:999px;
    background:rgba(29, 53, 87, 0.08);
    color:#1d3557;
    font-size:13px;
    font-weight:700;
    letter-spacing:0.08em;
}

.journey-card h3{
    margin-bottom:12px;
    color:#20324d;
    font-size:27px;
    font-weight:700;
    line-height:1.2;
}

.journey-card p{
    margin-bottom:0;
    color:#334155;
    font-size:15px;
    line-height:1.7;
}

.journey-slide:hover{
    transform:none;
}

.journey-slide:hover .journey-card{
    transform:translateX(-50%) translateY(-12px);
    box-shadow:
        28px 28px 0 rgba(108, 128, 153, 0.12),
        0 24px 36px rgba(24, 41, 62, 0.18);
}

.journey-slide:hover .journey-pin{
    transform:translate(-50%, -50%) scale(1.08);
    box-shadow:0 24px 36px var(--pin-shadow);
    filter:saturate(1.08);
    animation-play-state:paused;
}

@keyframes journeyPinFloat{
    0%, 100%{
        transform:translate(-50%, -50%);
    }
    50%{
        transform:translate(-50%, calc(-50% - 8px));
    }
}

@media (max-width: 991.98px){
    .journey-slider-section{
        padding:74px 0;
    }

    .journey-stage{
        border-radius:28px;
    }

    .journey-slide{
        flex-basis:310px;
        height:520px;
    }

    .journey-card{
        max-width:280px;
        padding:28px 22px 24px;
    }

    .journey-card h3{
        font-size:23px;
    }
}

@media (max-width: 767.98px){
    .journey-slider-section .heading{
        text-align:center;
    }

    .journey-slider-section .line{
        margin-left:auto;
        margin-right:auto;
    }

    .journey-stage{
        padding-top:18px;
    }

    .journey-track{
        gap:20px;
        padding:8px 14px 12px;
        min-height:490px;
    }

    .journey-slide{
        flex-basis:86vw;
        max-width:86vw;
        height:470px;
    }

    .journey-track::before{
        height:96px;
        left:14px;
        right:14px;
        box-shadow:
            inset 0 0 0 8px #ffffff,
            0 16px 28px rgba(42, 58, 80, 0.18);
    }

    .journey-track::after{
        left:56px;
        right:56px;
        border-top-width:5px;
    }

    .journey-pin{
        width:72px;
        height:72px;
    }

    .journey-pin::before{
        width:15px;
        height:15px;
        box-shadow:0 0 0 6px rgba(255,255,255,0.22);
    }

    .journey-pin::after{
        width:20px;
        height:20px;
    }

    .journey-slide--top .journey-connector,
    .journey-slide--bottom .journey-connector{
        height:98px;
    }

    .journey-card{
        max-width:calc(100% - 26px);
        padding:24px 18px 20px;
        border-radius:24px;
        box-shadow:
            14px 14px 0 rgba(108, 128, 153, 0.10),
            0 15px 25px rgba(24, 41, 62, 0.14);
    }

    .journey-card h3{
        font-size:22px;
    }

    .journey-card p{
        font-size:14px;
        line-height:1.6;
    }
}

@media (prefers-reduced-motion: reduce){
    .journey-track{
        transform:none !important;
    }

    .journey-pin{
        animation:none;
    }

    .journey-slide,
    .journey-card,
    .journey-pin{
        transition:none;
    }
}


/* ===== Page CSS moved from about.php ===== */
.bpp-journey-section {
        --bpp-journey-navy-deep: #050b14;
        --bpp-journey-navy-card: rgba(15, 36, 68, 0.72);
        --bpp-journey-orange: #e8721a;
        --bpp-journey-orange-bright: #ff9d52;
        --bpp-journey-orange-glow: rgba(232, 114, 26, 0.4);
        --bpp-journey-white: #ffffff;
        --bpp-journey-muted: #7a9abf;
        --bpp-journey-future-cyan: #2a8fd4;
        --bpp-journey-glass-border: rgba(255, 255, 255, 0.1);
        padding: 96px 20px;
        background:
            radial-gradient(circle at top left, rgba(232, 114, 26, 0.14), transparent 24%),
            radial-gradient(circle at top right, rgba(42, 143, 212, 0.14), transparent 22%),
            linear-gradient(180deg, #eef4fb 0%, #dfe8f3 100%);
        overflow: hidden;
    }

    .bpp-journey-section *,
    .bpp-journey-section *::before,
    .bpp-journey-section *::after {
        box-sizing: border-box;
    }

    .bpp-journey-section h1,
    .bpp-journey-section h2,
    .bpp-journey-section h3,
    .bpp-journey-section h4,
    .bpp-journey-section h5,
    .bpp-journey-section h6,
    .bpp-journey-section p,
    .bpp-journey-section span {
        margin: 0;
    }

    .bpp-journey-section p {
        text-align: left;
    }

    .bpp-journey-shell {
        position: relative;
        width: min(100%, 1680px);
        margin: 0 auto;
        min-height: 980px;
        display: flex;
        flex-direction: column;
        background: var(--bpp-journey-navy-deep);
        color: var(--bpp-journey-white);
        font-family: 'Poppins', sans-serif;
        border-radius: 36px;
        overflow: hidden;
        box-shadow: 0 30px 80px rgba(5, 11, 20, 0.32);
        isolation: isolate;
    }

    .bpp-journey-bg-scene,
    .bpp-journey-scanlines,
    .bpp-journey-canvas,
    .bpp-journey-particle-overlay {
        position: absolute;
        inset: 0;
        pointer-events: none;
    }

    .bpp-journey-bg-scene {
        z-index: 0;
    }

    .bpp-journey-bg-grid {
        position: absolute;
        inset: -10% -10%;
        background-image:
            linear-gradient(rgba(232, 114, 26, 0.05) 1px, transparent 1px),
            linear-gradient(90deg, rgba(232, 114, 26, 0.05) 1px, transparent 1px);
        background-size: 80px 80px;
        transform: perspective(800px) rotateX(45deg);
        opacity: 0.3;
        transition: transform 0.2s ease-out;
    }

    .bpp-journey-bg-vignette {
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at center, transparent 0%, var(--bpp-journey-navy-deep) 86%);
    }

    .bpp-journey-scanlines {
        z-index: 1;
        background: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0, 0, 0, 0.03) 2px, rgba(0, 0, 0, 0.03) 4px);
    }

    .bpp-journey-canvas {
        z-index: 1;
        opacity: 0.7;
        mix-blend-mode: screen;
    }

    .bpp-journey-particle-overlay {
        z-index: 2;
    }

    .bpp-journey-trail-dot {
        position: absolute;
        left: -30px;
        top: -30px;
        border-radius: 50%;
        pointer-events: none;
        z-index: 12;
        transform: translate(-50%, -50%);
        opacity: 0;
    }

    .bpp-journey-header {
        position: relative;
        z-index: 10;
        min-height: 96px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 18px;
        padding: 24px 36px;
        background: rgba(5, 11, 20, 0.88);
        backdrop-filter: blur(16px);
        border-bottom: 1px solid var(--bpp-journey-glass-border);
        box-shadow: 0 1px 40px rgba(232, 114, 26, 0.08);
    }

    .bpp-journey-logo-area {
        display: flex;
        align-items: center;
        width: 200px;
        min-width: 160px;
    }

    .bpp-journey-logo-area img {
        height: 48px;
        width: auto;
        filter: drop-shadow(0 0 12px var(--bpp-journey-orange-glow));
        transition: filter 0.4s, transform 0.4s;
    }

    .bpp-journey-logo-area img:hover {
        filter: drop-shadow(0 0 22px rgba(232, 114, 26, 0.8));
        transform: scale(1.05);
    }

    .bpp-journey-header-title-box {
        position: relative;
        z-index: 2;
        text-align: center;
        flex: 1 1 auto;
    }

    .bpp-journey-header-tagline {
        display: block;
        font-size: 10px;
        letter-spacing: 6px;
        color: var(--bpp-journey-orange);
        text-transform: uppercase;
    }

    .bpp-journey-header-main-text {
        font-family: 'Bebas Neue', sans-serif;
        font-size: 30px;
        line-height: 1;
        letter-spacing: 2px;
        background: linear-gradient(90deg, var(--bpp-journey-white) 0%, var(--bpp-journey-orange-bright) 40%, var(--bpp-journey-white) 100%);
        background-size: 200% auto;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: bppJourneyShimmer 4s linear infinite;
    }

    .bpp-journey-nav-status {
        position: relative;
        z-index: 2;
        width: 220px;
        min-width: 200px;
    }

    .bpp-journey-prog-text {
        font-size: 9px;
        color: var(--bpp-journey-muted);
        margin-bottom: 5px;
        display: flex;
        justify-content: space-between;
        gap: 8px;
        letter-spacing: 0.14em;
    }

    .bpp-journey-prog-bar-outer {
        height: 3px;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 10px;
        overflow: hidden;
    }

    .bpp-journey-prog-bar-inner {
        position: relative;
        height: 100%;
        width: 0;
        background: linear-gradient(90deg, var(--bpp-journey-orange), var(--bpp-journey-orange-bright));
        box-shadow: 0 0 16px var(--bpp-journey-orange);
        transition: width 0.18s ease-out;
    }

    .bpp-journey-prog-bar-inner::after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: var(--bpp-journey-orange-bright);
        box-shadow: 0 0 8px var(--bpp-journey-orange-bright);
    }

    .bpp-journey-year-display {
        position: absolute;
        right: 285px;
        top: 50%;
        transform: translateY(-50%);
        font-family: 'Bebas Neue', sans-serif;
        font-size: 48px;
        line-height: 1;
        color: var(--bpp-journey-orange);
        opacity: 0.12;
        letter-spacing: 4px;
        pointer-events: none;
        transition: opacity 0.35s;
    }

    .bpp-journey-stage {
        position: relative;
        z-index: 5;
        flex: 1 1 auto;
        min-height: 660px;
        padding: 32px 0 12px;
    }

    .bpp-journey-timeline-rail {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(90deg, transparent 0%, var(--bpp-journey-orange-glow) 20%, var(--bpp-journey-orange) 50%, var(--bpp-journey-orange-glow) 80%, transparent 100%);
        z-index: 2;
        box-shadow: 0 0 8px var(--bpp-journey-orange-glow);
    }

    .bpp-journey-rail-light {
        position: absolute;
        top: calc(50% - 2px);
        left: 0;
        height: 4px;
        width: 80px;
        background: linear-gradient(90deg, transparent, var(--bpp-journey-orange-bright), transparent);
        z-index: 3;
        box-shadow: 0 0 20px var(--bpp-journey-orange-bright);
        border-radius: 2px;
        transform: translateX(0);
        transition: transform 0.15s ease-out;
    }

    .bpp-journey-track-viewport {
        position: relative;
        height: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        cursor: grab;
        scrollbar-width: none;
        scroll-behavior: smooth;
        scroll-snap-type: x proximity;
        outline: none;
    }

    .bpp-journey-track-viewport::-webkit-scrollbar {
        display: none;
    }

    .bpp-journey-track-viewport.is-dragging {
        cursor: grabbing;
    }

    .bpp-journey-track {
        position: relative;
        z-index: 4;
        display: flex;
        align-items: center;
        min-height: 100%;
        padding: 0 15vw;
        width: max-content;
    }

    .bpp-journey-intro-block {
        width: 560px;
        flex: 0 0 auto;
        padding-right: 120px;
        scroll-snap-align: start;
    }

    .bpp-journey-intro-block--outro {
        padding-left: 100px;
        padding-right: 0;
    }

    .bpp-journey-intro-title {
        font-family: 'Bebas Neue', sans-serif;
        font-size: 92px;
        line-height: 0.87;
        color: var(--bpp-journey-white);
        animation: bppJourneyIntroReveal 1.2s cubic-bezier(0.23, 1, 0.32, 1) both;
    }

    .bpp-journey-highlight {
        background: linear-gradient(90deg, var(--bpp-journey-orange), var(--bpp-journey-orange-bright), var(--bpp-journey-orange));
        background-size: 200%;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: bppJourneyShimmer 3s linear infinite;
    }

    .bpp-journey-intro-sub {
        max-width: 420px;
        margin-top: 20px;
        color: var(--bpp-journey-muted);
        font-size: 14px;
        font-weight: 300;
        line-height: 1.85;
        animation: bppJourneyIntroReveal 1.4s cubic-bezier(0.23, 1, 0.32, 1) 0.2s both;
    }

    .bpp-journey-intro-metrics {
        display: flex;
        align-items: center;
        gap: 24px;
        margin-top: 28px;
        flex-wrap: wrap;
    }

    .bpp-journey-intro-metric {
        text-align: center;
    }

    .bpp-journey-intro-metric-value {
        font-family: 'Bebas Neue', sans-serif;
        font-size: 36px;
        line-height: 1;
        color: var(--bpp-journey-orange);
    }

    .bpp-journey-intro-metric-label {
        font-size: 9px;
        letter-spacing: 2px;
        color: var(--bpp-journey-muted);
        text-transform: uppercase;
    }

    .bpp-journey-intro-divider {
        width: 1px;
        height: 40px;
        background: var(--bpp-journey-glass-border);
    }

    .bpp-journey-scroll-hint {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 36px;
        font-size: 11px;
        color: var(--bpp-journey-muted);
        letter-spacing: 3px;
        text-transform: uppercase;
        animation: bppJourneyScrollBounce 2s ease-in-out infinite;
    }

    .bpp-journey-scroll-arrow {
        color: var(--bpp-journey-orange);
        font-size: 20px;
        line-height: 1;
    }

    .bpp-journey-milestone {
        position: relative;
        width: 380px;
        min-height: 620px;
        flex: 0 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        scroll-snap-align: center;
    }

    .bpp-journey-milestone--above {
        flex-direction: column-reverse;
    }

    .bpp-journey-card {
        position: relative;
        width: 305px;
        padding: 26px 24px 22px;
        background: var(--bpp-journey-navy-card);
        backdrop-filter: blur(18px);
        border: 1px solid var(--bpp-journey-glass-border);
        border-radius: 20px;
        overflow: hidden;
        cursor: pointer;
        opacity: 0;
        transform: translateY(60px) scale(0.88);
        transition:
            opacity 0.65s cubic-bezier(0.23, 1, 0.32, 1),
            transform 0.65s cubic-bezier(0.23, 1, 0.32, 1),
            border-color 0.35s ease,
            background 0.35s ease,
            box-shadow 0.35s ease;
    }

    .bpp-journey-milestone--above .bpp-journey-card {
        transform: translateY(-60px) scale(0.88);
    }

    .bpp-journey-card.is-visible {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

    .bpp-journey-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: -80%;
        width: 60%;
        height: 100%;
        background: linear-gradient(105deg, transparent 30%, rgba(255, 255, 255, 0.07) 50%, transparent 70%);
        pointer-events: none;
        z-index: 1;
        transition: left 0.55s ease;
    }

    .bpp-journey-card:hover::before {
        left: 130%;
    }

    .bpp-journey-card::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg, transparent, var(--bpp-journey-orange), var(--bpp-journey-orange-bright), var(--bpp-journey-orange), transparent);
        border-radius: 20px 20px 0 0;
        opacity: 0;
        transform: scaleX(0);
        transform-origin: center;
        transition: opacity 0.3s ease, transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
        pointer-events: none;
    }

    .bpp-journey-card:hover::after {
        opacity: 1;
        transform: scaleX(1);
    }

    .bpp-journey-icon-wrap {
        position: relative;
        display: inline-block;
        margin-bottom: 14px;
    }

    .bpp-journey-icon-wrap::after {
        content: "";
        position: absolute;
        inset: -10px;
        border-radius: 50%;
        border: 1px solid var(--bpp-journey-orange-glow);
        opacity: 0;
        transform: scale(0.5);
        transition: opacity 0.35s, transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
        pointer-events: none;
    }

    .bpp-journey-card:hover .bpp-journey-icon-wrap::after {
        opacity: 1;
        transform: scale(1);
    }

    .bpp-journey-icon {
        width: 36px;
        height: 36px;
        stroke: var(--bpp-journey-orange);
        fill: none;
        stroke-width: 1.5;
        filter: drop-shadow(0 0 6px var(--bpp-journey-orange));
        display: block;
        transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1), filter 0.35s ease, stroke 0.3s ease;
    }

    .bpp-journey-card:hover .bpp-journey-icon {
        transform: scale(1.25) rotate(-8deg) translateY(-3px);
        filter: drop-shadow(0 0 14px var(--bpp-journey-orange-bright));
        stroke: var(--bpp-journey-orange-bright);
    }

    .bpp-journey-title {
        position: relative;
        z-index: 2;
        margin-bottom: 8px;
        font-size: 17px;
        font-weight: 700;
        color: var(--bpp-journey-white);
        line-height: 1.35;
        transition: color 0.3s, letter-spacing 0.3s;
    }

    .bpp-journey-card:hover .bpp-journey-title {
        color: var(--bpp-journey-orange-bright);
        letter-spacing: 0.3px;
    }

    .bpp-journey-body-text {
        position: relative;
        z-index: 2;
        font-size: 12px;
        color: var(--bpp-journey-muted);
        line-height: 1.75;
        transition: color 0.3s;
    }

    .bpp-journey-card:hover .bpp-journey-body-text {
        color: #9bbcd8;
    }

    .bpp-journey-badge {
        position: relative;
        z-index: 2;
        display: inline-block;
        margin-top: 14px;
        padding: 4px 12px;
        background: var(--bpp-journey-orange-glow);
        color: var(--bpp-journey-orange-bright);
        border-radius: 6px;
        font-size: 10px;
        font-weight: 800;
        letter-spacing: 1px;
        border: 1px solid rgba(232, 114, 26, 0.3);
        animation: bppJourneyBadgePulse 3s ease-in-out infinite;
        transition: background 0.3s, box-shadow 0.3s, transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    }

    .bpp-journey-card:hover .bpp-journey-badge {
        background: rgba(232, 114, 26, 0.28);
        box-shadow: 0 0 22px var(--bpp-journey-orange-glow);
        transform: scale(1.06) translateY(-1px);
    }

    .bpp-journey-connector {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .bpp-journey-stem {
        width: 2px;
        height: 50px;
        background: linear-gradient(to bottom, var(--bpp-journey-orange), transparent);
        opacity: 0.45;
        transition: opacity 0.4s, width 0.3s;
    }

    .bpp-journey-milestone--above .bpp-journey-stem {
        background: linear-gradient(to top, var(--bpp-journey-orange), transparent);
    }

    .bpp-journey-milestone:hover .bpp-journey-stem {
        opacity: 1;
        width: 3px;
    }

    .bpp-journey-dot {
        position: relative;
        z-index: 10;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        border: 3px solid var(--bpp-journey-orange);
        background: var(--bpp-journey-navy-deep);
        cursor: pointer;
        transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.3s, box-shadow 0.3s;
    }

    .bpp-journey-dot::after,
    .bpp-journey-dot::before {
        content: "";
        position: absolute;
        border-radius: 50%;
    }

    .bpp-journey-dot::after {
        inset: -6px;
        border: 1px solid var(--bpp-journey-orange-glow);
        animation: bppJourneyPulseRing 2.5s ease-in-out infinite;
    }

    .bpp-journey-dot::before {
        inset: -14px;
        border: 1px solid rgba(232, 114, 26, 0.12);
        animation: bppJourneyPulseRing 2.5s ease-in-out infinite 0.9s;
    }

    .bpp-journey-milestone:hover .bpp-journey-dot {
        transform: scale(1.8);
        background: var(--bpp-journey-orange);
        box-shadow: 0 0 28px var(--bpp-journey-orange), 0 0 60px var(--bpp-journey-orange-glow);
    }

    .bpp-journey-year {
        position: absolute;
        bottom: -44px;
        font-family: 'Bebas Neue', sans-serif;
        font-size: 28px;
        line-height: 1;
        color: var(--bpp-journey-orange);
        letter-spacing: 2px;
        opacity: 0.65;
        transition: opacity 0.3s, transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1), color 0.3s, text-shadow 0.3s;
    }

    .bpp-journey-milestone--above .bpp-journey-year {
        bottom: auto;
        top: -44px;
    }

    .bpp-journey-milestone:hover .bpp-journey-year {
        opacity: 1;
        transform: scale(1.18);
        color: var(--bpp-journey-orange-bright);
        text-shadow: 0 0 22px var(--bpp-journey-orange-glow);
    }

    .bpp-journey-milestone--future .bpp-journey-card {
        border-color: rgba(42, 143, 212, 0.2);
        background: rgba(8, 22, 52, 0.75);
    }

    .bpp-journey-milestone--future .bpp-journey-card::after {
        background: linear-gradient(90deg, transparent, var(--bpp-journey-future-cyan), #7dd8ff, var(--bpp-journey-future-cyan), transparent);
    }

    .bpp-journey-milestone--future .bpp-journey-card:hover {
        border-color: var(--bpp-journey-future-cyan);
        background: rgba(10, 28, 68, 0.97);
        box-shadow: 0 30px 60px rgba(0, 0, 0, 0.75), 0 0 50px rgba(42, 143, 212, 0.3);
    }

    .bpp-journey-milestone--future .bpp-journey-icon-wrap::after {
        border-color: rgba(42, 143, 212, 0.4);
    }

    .bpp-journey-milestone--future .bpp-journey-icon {
        stroke: var(--bpp-journey-future-cyan);
        filter: drop-shadow(0 0 6px rgba(42, 143, 212, 0.5));
    }

    .bpp-journey-milestone--future .bpp-journey-card:hover .bpp-journey-icon {
        stroke: #7dd8ff;
        filter: drop-shadow(0 0 14px rgba(42, 143, 212, 0.8));
    }

    .bpp-journey-milestone--future .bpp-journey-card:hover .bpp-journey-title {
        color: #7dd8ff;
    }

    .bpp-journey-milestone--future .bpp-journey-card:hover .bpp-journey-badge {
        background: rgba(42, 143, 212, 0.28);
        box-shadow: 0 0 22px rgba(42, 143, 212, 0.3);
    }

    .bpp-journey-milestone--future .bpp-journey-dot {
        border-color: var(--bpp-journey-future-cyan);
    }

    .bpp-journey-milestone--future .bpp-journey-dot::after {
        border-color: rgba(42, 143, 212, 0.3);
    }

    .bpp-journey-milestone--future .bpp-journey-dot::before {
        border-color: rgba(42, 143, 212, 0.12);
    }

    .bpp-journey-milestone--future:hover .bpp-journey-dot {
        background: var(--bpp-journey-future-cyan);
        box-shadow: 0 0 28px var(--bpp-journey-future-cyan);
    }

    .bpp-journey-milestone--future .bpp-journey-year {
        color: var(--bpp-journey-future-cyan);
    }

    .bpp-journey-milestone--future:hover .bpp-journey-year {
        color: #7dd8ff;
        text-shadow: 0 0 22px rgba(42, 143, 212, 0.5);
    }

    .bpp-journey-milestone--future .bpp-journey-badge {
        background: rgba(42, 143, 212, 0.15);
        color: #7dd8ff;
        border-color: rgba(42, 143, 212, 0.3);
    }

    .bpp-journey-milestone--future .bpp-journey-stem {
        background: none;
        width: 0;
        border-left: 2px dashed rgba(42, 143, 212, 0.4);
        transition: border-color 0.4s;
    }

    .bpp-journey-milestone--future:hover .bpp-journey-stem {
        border-color: var(--bpp-journey-future-cyan);
    }

    .bpp-journey-roadmap-tags {
        display: flex;
        gap: 8px;
        flex-wrap: wrap;
        margin-top: 18px;
    }

    .bpp-journey-road-tag {
        display: inline-block;
        padding: 5px 12px;
        border-radius: 6px;
        background: rgba(42, 143, 212, 0.12);
        border: 1px solid rgba(42, 143, 212, 0.3);
        color: #7dd8ff;
        font-size: 11px;
        line-height: 1.4;
        cursor: default;
        transition: background 0.3s, transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s;
    }

    .bpp-journey-road-tag:hover {
        background: rgba(42, 143, 212, 0.28);
        transform: translateY(-3px);
        box-shadow: 0 0 16px rgba(42, 143, 212, 0.3);
    }

    .bpp-journey-stats-bar {
        position: relative;
        z-index: 10;
        min-height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 40px;
        padding: 18px 24px;
        flex-wrap: wrap;
        background: rgba(5, 11, 20, 0.92);
        backdrop-filter: blur(14px);
        border-top: 1px solid var(--bpp-journey-glass-border);
    }

    .bpp-journey-stat-item {
        display: flex;
        align-items: center;
        gap: 10px;
        transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
    }

    .bpp-journey-stat-item:hover {
        transform: translateY(-3px);
    }

    .bpp-journey-stat-value {
        font-family: 'Bebas Neue', sans-serif;
        font-size: 22px;
        line-height: 1;
        color: var(--bpp-journey-orange);
        letter-spacing: 1px;
        transition: text-shadow 0.3s;
    }

    .bpp-journey-stat-item:hover .bpp-journey-stat-value {
        text-shadow: 0 0 14px var(--bpp-journey-orange-glow);
    }

    .bpp-journey-stat-label {
        font-size: 10px;
        color: var(--bpp-journey-muted);
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .bpp-journey-stat-sep {
        width: 1px;
        height: 24px;
        background: var(--bpp-journey-glass-border);
    }

    @keyframes bppJourneyShimmer {
        to {
            background-position: 200% center;
        }
    }

    @keyframes bppJourneyIntroReveal {
        from {
            opacity: 0;
            transform: translateX(-40px);
        }

        to {
            opacity: 1;
            transform: none;
        }
    }

    @keyframes bppJourneyScrollBounce {
        0%,
        100% {
            opacity: 0.5;
            transform: translateX(0);
        }

        50% {
            opacity: 1;
            transform: translateX(8px);
        }
    }

    @keyframes bppJourneyBadgePulse {
        0%,
        100% {
            box-shadow: none;
        }

        50% {
            box-shadow: 0 0 14px var(--bpp-journey-orange-glow);
        }
    }

    @keyframes bppJourneyPulseRing {
        0% {
            transform: scale(1);
            opacity: 0.8;
        }

        100% {
            transform: scale(2.4);
            opacity: 0;
        }
    }

    @media (max-width: 1399.98px) {
        .bpp-journey-year-display {
            right: 250px;
            font-size: 40px;
        }

        .bpp-journey-intro-title {
            font-size: 78px;
        }

        .bpp-journey-milestone {
            width: 350px;
        }
    }

    @media (max-width: 1199.98px) {
        .bpp-journey-shell {
            min-height: 920px;
        }

        .bpp-journey-header {
            padding: 22px 28px;
        }

        .bpp-journey-logo-area,
        .bpp-journey-nav-status {
            min-width: 180px;
        }

        .bpp-journey-year-display {
            right: 220px;
            font-size: 34px;
        }

        .bpp-journey-track {
            padding: 0 10vw;
        }

        .bpp-journey-intro-block {
            width: 480px;
            padding-right: 80px;
        }

        .bpp-journey-intro-block--outro {
            padding-left: 80px;
            padding-right: 0;
        }

        .bpp-journey-milestone {
            width: 320px;
            min-height: 580px;
        }

        .bpp-journey-card {
            width: 270px;
        }

        .bpp-journey-stage {
            min-height: 620px;
        }
    }

    @media (max-width: 991.98px) {
        .bpp-journey-section {
            padding: 78px 16px;
        }

        .bpp-journey-shell {
            min-height: 980px;
            border-radius: 28px;
        }

        .bpp-journey-header {
            flex-wrap: wrap;
            justify-content: center;
            text-align: center;
            padding: 22px 22px 18px;
        }

        .bpp-journey-logo-area {
            justify-content: center;
            width: auto;
            min-width: 0;
            flex: 0 0 100%;
        }

        .bpp-journey-nav-status {
            width: min(100%, 320px);
            min-width: 0;
            order: 3;
        }

        .bpp-journey-header-title-box {
            order: 2;
            width: 100%;
        }

        .bpp-journey-year-display {
            position: static;
            transform: none;
            width: 100%;
            margin-top: 8px;
            font-size: 28px;
            order: 4;
            opacity: 0.16;
        }

        .bpp-journey-stage {
            min-height: 560px;
            padding-top: 18px;
        }

        .bpp-journey-track {
            padding: 0 8vw;
        }

        .bpp-journey-intro-block {
            width: 420px;
            padding-right: 48px;
        }

        .bpp-journey-intro-block--outro {
            padding-left: 48px;
        }

        .bpp-journey-intro-title {
            font-size: 64px;
        }

        .bpp-journey-intro-metrics {
            gap: 14px;
        }

        .bpp-journey-intro-divider {
            height: 32px;
        }

        .bpp-journey-milestone {
            width: 290px;
            min-height: 540px;
        }

        .bpp-journey-card {
            width: 244px;
            padding: 22px 18px 18px;
        }

        .bpp-journey-title {
            font-size: 15px;
        }

        .bpp-journey-body-text {
            font-size: 11px;
            line-height: 1.65;
        }

        .bpp-journey-stats-bar {
            gap: 18px 26px;
            justify-content: space-evenly;
        }

        .bpp-journey-stat-sep {
            display: none;
        }
    }

    @media (max-width: 767.98px) {
        .bpp-journey-shell {
            min-height: 920px;
            border-radius: 24px;
        }

        .bpp-journey-header-main-text {
            font-size: 24px;
        }

        .bpp-journey-header-tagline {
            letter-spacing: 4px;
        }

        .bpp-journey-stage {
            min-height: 520px;
        }

        .bpp-journey-track {
            padding: 0 7vw;
        }

        .bpp-journey-intro-block {
            width: 84vw;
            padding-right: 28px;
        }

        .bpp-journey-intro-block--outro {
            padding-left: 28px;
            padding-right: 0;
        }

        .bpp-journey-intro-title {
            font-size: 52px;
        }

        .bpp-journey-intro-sub {
            font-size: 13px;
            line-height: 1.7;
        }

        .bpp-journey-scroll-hint {
            font-size: 10px;
            letter-spacing: 2px;
        }

        .bpp-journey-milestone {
            width: 260px;
            min-height: 500px;
        }

        .bpp-journey-card {
            width: 220px;
        }

        .bpp-journey-stem {
            height: 36px;
        }

        .bpp-journey-year {
            font-size: 22px;
        }

        .bpp-journey-stats-bar {
            padding: 16px 18px 20px;
        }

        .bpp-journey-stat-item {
            width: calc(50% - 16px);
            justify-content: center;
            text-align: center;
            flex-direction: column;
            gap: 6px;
        }

        .bpp-journey-stat-label {
            letter-spacing: 1.4px;
        }
    }

    @media (max-width: 575.98px) {
        .bpp-journey-section {
            padding: 68px 12px;
        }

        .bpp-journey-header {
            padding: 18px 16px 16px;
        }

        .bpp-journey-header-main-text {
            font-size: 22px;
        }

        .bpp-journey-intro-title {
            font-size: 44px;
        }

        .bpp-journey-intro-metrics {
            gap: 10px;
        }

        .bpp-journey-intro-divider {
            display: none;
        }

        .bpp-journey-track {
            padding: 0 16px;
        }

        .bpp-journey-intro-block {
            width: calc(100vw - 64px);
        }

        .bpp-journey-milestone {
            width: 236px;
        }

        .bpp-journey-card {
            width: 204px;
            padding: 20px 16px 18px;
        }

        .bpp-journey-stat-item {
            width: 100%;
        }
    }

    @media (prefers-reduced-motion: reduce) {
        .bpp-journey-header-main-text,
        .bpp-journey-highlight,
        .bpp-journey-intro-title,
        .bpp-journey-intro-sub,
        .bpp-journey-scroll-hint,
        .bpp-journey-badge,
        .bpp-journey-dot::after,
        .bpp-journey-dot::before {
            animation: none;
        }

        .bpp-journey-track-viewport {
            scroll-behavior: auto;
        }

        .bpp-journey-card,
        .bpp-journey-card::before,
        .bpp-journey-card::after,
        .bpp-journey-icon,
        .bpp-journey-title,
        .bpp-journey-body-text,
        .bpp-journey-badge,
        .bpp-journey-dot,
        .bpp-journey-year,
        .bpp-journey-stat-item,
        .bpp-journey-road-tag {
            transition: none;
        }
    }
/* ===== End page CSS moved from about.php ===== */

/* ===== Page CSS moved from contact.php ===== */
.contact-page {
        position: relative;
        z-index: 1;
        padding: 88px 0 82px;
        background:
            linear-gradient(135deg, rgba(0, 120, 191, 0.09), rgba(10, 150, 66, 0.06)),
            linear-gradient(180deg, #ffffff 0%, #f5fbff 100%);
    }

    .contact-hero-banner {
        z-index: 2;
    }

    .contact-hero-banner .page-breadcrumb {
        z-index: 3;
    }

    .contact-page .heading {
        max-width: 860px;
        margin: 0 auto 44px;
        text-align: center;
    }

    .contact-page .heading p {
        margin-bottom: 10px;
        color: #0a9642;
        font-size: 15px;
        font-weight: 800;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        text-align: center;
    }

    .contact-page .heading .line {
        width: 86px;
        height: 4px;
        margin: 0 auto 18px;
        border-radius: 8px;
        background: linear-gradient(90deg, #0a9642, #0078bf);
    }

    .contact-page .heading h2 {
        width: 100%;
        max-width: 760px;
        margin: 0 auto;
        color: #071017;
        font-size: 42px;
        font-weight: 800;
        line-height: 1.18;
    }

    .contact-main-row {
        align-items: stretch;
    }

    .contact-page form#form1,
    .contact-sidebar-panel {
        height: 100%;
        border: 1px solid rgba(0, 120, 191, 0.13);
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.96);
        box-shadow: 0 22px 54px rgba(11, 37, 69, 0.11);
    }

    .contact-page form#form1 {
        padding: 34px;
    }

    .contact-page .input-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
        margin-top: 0 !important;
        margin-bottom: 18px;
    }

    .contact-page .form-input,
    .contact-page .form-textarea {
        min-height: 56px;
        border: 1px solid #d9e5ec;
        border-radius: 8px;
        background: #f8fbfd;
        color: #111827;
        font-size: 15px;
        line-height: 1.4;
        box-shadow: none;
    }

    .contact-page .form-input:focus,
    .contact-page .form-textarea:focus,
    .contact-page .captcha-input:focus {
        border-color: #0078bf;
        box-shadow: 0 0 0 3px rgba(0, 120, 191, 0.12);
    }

    .contact-page .form-textarea {
        height: 150px;
        resize: vertical;
    }

    .contact-page .file-upload-section {
        align-items: center;
        gap: 18px;
        margin-top: 22px !important;
        margin-bottom: 0;
        padding: 16px;
        border: 1px dashed rgba(0, 120, 191, 0.32);
        border-radius: 8px;
        background: #f8fbfd;
    }

    .contact-page .file-label,
    .contact-page .captcha-label {
        color: #243447;
        font-size: 14px;
        font-weight: 800;
        letter-spacing: 0.04em;
        text-transform: uppercase;
    }

    .contact-page input[type="file"] {
        width: 100%;
        color: #435268;
        font-size: 14px;
    }

    .contact-page .captcha-section {
        align-items: center;
        gap: 20px;
        margin-top: 24px;
        padding-top: 24px;
        border-top: 1px solid #e5eef4;
    }

    .contact-page .captcha-input-group {
        display: block;
        margin: 0;
    }

    .contact-page .captcha-content {
        gap: 12px;
        color: #0b2545;
        font-size: 18px;
    }

    .contact-page .captcha-refresh {
        color: #0a9642;
    }

    .contact-page .captcha-input {
        width: 62px;
        border: 1px solid #d9e5ec;
        border-radius: 8px;
    }

    .contact-page .submit-button {
        width: auto;
        min-width: 170px;
        min-height: 54px;
        border: 0;
        border-radius: 8px;
        background: linear-gradient(135deg, #0a9642, #0078bf);
        color: #ffffff;
        font-size: 15px;
        font-weight: 800;
        box-shadow: 0 16px 26px rgba(0, 120, 191, 0.20);
    }

    .contact-page .submit-button:hover {
        background: linear-gradient(135deg, #0078bf, #0a9642);
        transform: translateY(-2px);
    }

    .contact-sidebar-panel {
        padding: 26px;
    }

    .contact-page .contact-information h3 {
        margin: 0 0 18px;
        padding: 0;
        color: #071017;
        font-size: 22px;
        font-weight: 800;
        letter-spacing: 0;
        text-transform: capitalize;
    }

    .contact-page .contact-info.contact-information {
        display: flex;
        align-items: flex-start;
        gap: 16px;
        margin-bottom: 16px;
        padding: 20px;
        border: 1px solid rgba(0, 120, 191, 0.12);
        border-radius: 8px;
        background: #f8fbfd;
        box-shadow: none;
    }

    .contact-page .contact-info.contact-information:last-child {
        margin-bottom: 0;
    }

    .contact-page .contact-info.contact-information i {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 52px;
        width: 52px;
        height: 52px;
        margin: 0;
        border-radius: 8px;
        background: linear-gradient(135deg, #0078bf, #0a9642);
    }

    .contact-page .contact-info.contact-information svg {
        width: 28px;
        height: 28px;
    }

    .contact-page .contact-info h4 {
        margin-bottom: 4px;
        color: #0b2545;
        font-size: 16px;
        font-weight: 800;
        line-height: 1.3;
    }

    .contact-page .contact-info p {
        margin: 0;
        color: #435268;
        font-size: 14px;
        line-height: 1.65;
        text-align: left;
        word-break: break-word;
    }

    .contact-page .contact-info a:hover p {
        color: #0078bf;
    }

    .contact-map-section {
        padding: 0 0 90px;
        background: #f5fbff;
    }

    .contact-map-card {
        position: relative;
        overflow: hidden;
        min-height: 320px;
        border: 1px solid rgba(0, 120, 191, 0.13);
        border-radius: 8px;
        background: #ffffff;
        box-shadow: 0 18px 42px rgba(11, 37, 69, 0.10);
    }

    .contact-map-section .map-box {
        width: 100%;
        height: 320px;
        border: 0 !important;
        border-radius: 8px;
        display: block;
    }

    .contact-map-section .map-container {
        border-radius: 8px;
    }

    .contact-map-section .map-address {
        right: 14px;
        bottom: 14px;
        left: 14px;
        max-width: none;
        border-radius: 8px;
        background: rgba(7, 16, 23, 0.84);
        color: #ffffff;
        font-size: 13px;
        line-height: 1.55;
    }

    @media (max-width: 991.98px) {
        .contact-page {
            padding: 68px 0;
        }

        .contact-page .heading h2 {
            font-size: 34px;
        }

        .contact-sidebar-panel {
            margin-top: 24px;
        }
    }

    @media (max-width: 767.98px) {
        .contact-page form#form1,
        .contact-sidebar-panel {
            padding: 22px;
        }

        .contact-page .input-grid {
            grid-template-columns: 1fr;
        }

        .contact-page .captcha-section {
            align-items: stretch;
        }

        .contact-page .submit-button {
            width: 100%;
        }

        .contact-map-card {
            min-height: 360px;
        }

        .contact-map-section .map-box {
            height: 360px;
        }
    }
/* ===== End page CSS moved from contact.php ===== */

/* ===== Page CSS moved from index.php ===== */
.home-facts-section {
        padding: 34px 0 92px;
        background:
            linear-gradient(180deg, #ffffff 0%, #f6fbf8 100%);
    }

    .home-facts-shell {
        position: relative;
        padding: 0;
    }

    .home-facts-grid {
        row-gap: 24px;
    }

    .home-fact-card {
        position: relative;
        height: 100%;
        min-height: 218px;
        padding: 26px 24px 24px;
        border-radius: 8px;
        background: #ffffff;
        border: 1px solid rgba(18, 71, 52, 0.1);
        box-shadow: 0 18px 42px rgba(27, 59, 48, 0.08);
        overflow: hidden;
        transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    }

    .home-fact-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 5px;
        background: #0a9642;
    }

    .home-facts-grid>div:nth-child(2) .home-fact-card::before {
        background: #0078bf;
    }

    .home-facts-grid>div:nth-child(3) .home-fact-card::before {
        background: #f4b23e;
    }

    .home-facts-grid>div:nth-child(4) .home-fact-card::before {
        background: #5f6f52;
    }

    .home-fact-card:hover {
        transform: translateY(-6px);
        border-color: rgba(10, 150, 66, 0.26);
        box-shadow: 0 24px 54px rgba(27, 59, 48, 0.13);
    }

    .home-fact-icon {
        width: 58px;
        height: 58px;
        border-radius: 8px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #e9f7ef;
        color: #0a9642;
        font-size: 24px;
        margin-bottom: 24px;
    }

    .home-facts-grid>div:nth-child(2) .home-fact-icon {
        background: #e8f4fb;
        color: #0078bf;
    }

    .home-facts-grid>div:nth-child(3) .home-fact-icon {
        background: #fff5df;
        color: #b97800;
    }

    .home-facts-grid>div:nth-child(4) .home-fact-icon {
        background: #eef3ea;
        color: #5f6f52;
    }

    .home-fact-value {
        display: flex;
        align-items: baseline;
        gap: 5px;
        margin-bottom: 12px;
        color: #102319;
        line-height: 1;
    }

    .home-fact-number,
    .home-fact-word {
        font-size: 42px;
        font-weight: 800;
        letter-spacing: 0;
        color: #102319;
    }

    .home-fact-plus {
        font-size: 26px;
        font-weight: 800;
        color: #0a9642;
    }

    .home-fact-card h4 {
        color: #53625a;
        margin-bottom: 0;
        font-size: 18px;
        line-height: 1.4;
        font-weight: 700;
    }

    @media (max-width: 991.98px) {
        .home-facts-section {
            padding: 0 0 72px;
        }

        .home-facts-shell {
            padding: 0;
        }
    }

    @media (max-width: 575.98px) {
        .home-facts-shell {
            padding: 0;
        }

        .home-fact-card {
            min-height: auto;
            padding: 24px 20px;
        }

        .home-fact-icon {
            width: 52px;
            height: 52px;
            font-size: 22px;
            margin-bottom: 18px;
        }

        .home-fact-number,
        .home-fact-word {
            font-size: 34px;
        }

        .home-fact-plus {
            font-size: 22px;
        }

        .home-fact-card h4 {
            font-size: 17px;
        }
    }

    .home-why-redesign {
        padding: 92px 0 104px;
        background:
            radial-gradient(circle at top left, rgba(0, 120, 191, 0.08), transparent 24%),
            linear-gradient(180deg, #ffffff 0%, #f6f9fc 100%);
    }

    .home-why-redesign .heading {
        margin-bottom: 34px;
    }

    .home-why-redesign .heading h2 {
        margin-bottom: 12px;
    }

    .home-why-redesign .heading .line {
        width: 84px;
        height: 4px;
        margin: 0 auto 22px;
        border-radius: 999px;
        background: linear-gradient(90deg, #0078bf, #0a9642);
    }

    .home-why-redesign .heading p {
        max-width: 980px;
        margin: 0 auto;
        color: #0d2138;
        font-size: 13px;
        font-weight: 700;
        line-height: 1.8;
        letter-spacing: 0.12em;
        text-transform: uppercase;
    }

    .home-why-stage {
        display: grid;
        gap: 24px;
    }

    .home-why-card {
        position: relative;
        height: 100%;
        padding: 28px 24px 24px;
        border-radius: 28px;
        background: rgba(255, 255, 255, 0.96);
        border: 1px solid rgba(0, 120, 191, 0.12);
        box-shadow: 0 16px 36px rgba(11, 33, 60, 0.12);
        transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    }

    .home-why-card:hover {
        transform: translateY(-8px);
        border-color: rgba(0, 120, 191, 0.28);
        box-shadow: 0 22px 42px rgba(11, 33, 60, 0.16);
    }

    .home-why-card--feature {
        min-height: 100%;
    }

    .home-why-icon {
        width: 68px;
        height: 68px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 18px;
        border-radius: 20px;
        background: linear-gradient(180deg, rgba(0, 120, 191, 0.12), rgba(10, 150, 66, 0.08));
        color: #0078bf;
        font-size: 30px;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
    }

    .home-why-card h3 {
        margin-bottom: 10px;
        color: #071827;
        font-size: 26px;
        line-height: 1.15;
    }

    .home-why-card h4 {
        margin-bottom: 10px;
        color: #071827;
        font-size: 23px;
        line-height: 1.2;
    }

    .home-why-card p {
        margin: 0;
        color: #42556b;
        font-size: 15px;
        line-height: 1.8;
    }

    .home-why-visual {
        position: relative;
        overflow: hidden;
        height: 100%;
        min-height: 320px;
        border-radius: 34px;
        box-shadow: 0 22px 48px rgba(9, 28, 46, 0.18);
    }

    .home-why-visual::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(2, 15, 27, 0.08), rgba(2, 15, 27, 0.28));
        z-index: 1;
        pointer-events: none;
    }

    .home-why-visual::after {
        content: "";
        position: absolute;
        left: 7%;
        right: 7%;
        bottom: -14px;
        height: 18px;
        border-radius: 999px;
        background: linear-gradient(90deg, #0078bf, #0a9642);
        z-index: 0;
        opacity: 0.95;
    }

    .home-why-visual img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.7s ease;
    }

    .home-why-visual:hover img {
        transform: scale(1.06);
    }

    .home-why-bottom {
        margin-top: 4px;
    }

    @media (max-width: 1199.98px) {
        .home-why-card h3,
        .home-why-card h4 {
            font-size: 21px;
        }
    }

    @media (max-width: 991.98px) {
        .home-why-redesign {
            padding: 80px 0 88px;
        }

        .home-why-visual {
            min-height: 280px;
        }
    }

    @media (max-width: 767.98px) {
        .home-why-redesign .heading p {
            font-size: 12px;
            letter-spacing: 0.08em;
        }

        .home-why-card {
            padding: 24px 20px 22px;
            border-radius: 24px;
        }
    }

    @media (max-width: 575.98px) {
        .home-why-redesign {
            padding: 72px 0 78px;
        }

        .home-why-card h3,
        .home-why-card h4 {
            font-size: 20px;
        }

        .home-why-icon {
            width: 60px;
            height: 60px;
            border-radius: 18px;
            font-size: 26px;
        }

        .home-why-visual {
            min-height: 220px;
            border-radius: 26px;
        }
    }

    .home-clients-slider {
        margin-top: 34px;
    }

    .slider-home-1.owl-carousel:not(.owl-loaded),
    .home-review-slider.owl-carousel:not(.owl-loaded),
    .home-clients-slider.owl-carousel:not(.owl-loaded) {
        display: block;
    }

    .slider-home-1.owl-carousel:not(.owl-loaded)>.item:not(:first-child) {
        display: none;
    }

    .home-review-slider.owl-carousel:not(.owl-loaded) {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 24px;
    }

    .home-clients-slider.owl-carousel:not(.owl-loaded) {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 24px;
    }

    .home-review-slider.owl-carousel:not(.owl-loaded)>*,
    .home-clients-slider.owl-carousel:not(.owl-loaded)>* {
        width: 100%;
    }

    .home-clients-slider .owl-stage {
        display: flex;
        align-items: center;
    }

    .home-clients-slider .owl-item {
        padding: 10px 0;
    }

    .home-client-slide {
        height: 138px;
        padding: 22px;
        border-radius: 28px;
        background: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 14px 34px rgba(8, 27, 45, 0.09);
        border: 1px solid rgba(0, 120, 191, 0.08);
        transition: transform 0.35s ease, box-shadow 0.35s ease;
    }

    .home-client-slide:hover {
        transform: translateY(-6px);
        box-shadow: 0 18px 38px rgba(8, 27, 45, 0.14);
    }

    .home-client-slide img {
        width: auto !important;
        max-width: 100%;
        max-height: 110px;
        object-fit: contain;
        border-radius: 18px;
    }

    @media (max-width: 767.98px) {
        .home-clients-slider {
            margin-top: 26px;
        }

        .home-client-slide {
            height: 112px;
            padding: 16px;
            border-radius: 22px;
        }

        .home-client-slide img {
            max-height: 58px;
        }

        .home-review-slider.owl-carousel:not(.owl-loaded),
        .home-clients-slider.owl-carousel:not(.owl-loaded) {
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 16px;
        }
    }

    .home-reviews-redesign {
        padding: 20px 0 50px;
        /* background:
            radial-gradient(circle at top left, rgba(0, 120, 191, 0.08), transparent 22%),
            linear-gradient(180deg, #f8fbfd 0%, #eef3f7 100%); */
    }

    .home-review-shell {
        padding: 34px;
        border-radius: 34px;
        background: #ffffff;
        box-shadow: 0 26px 60px rgba(8, 27, 45, 0.1);
    }

    .home-review-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .home-review-brand {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 10px;
        color: #1d2a39;
        font-size: clamp(1.35rem, 2vw, 2rem);
        font-weight: 700;
        line-height: 1;
    }

    .home-review-brand-mark {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(180deg, rgba(66, 133, 244, 0.16), rgba(15, 157, 88, 0.16));
        color: #4285f4;
        font-size: 18px;
    }

    .home-review-score {
        display: flex;
        align-items: center;
        gap: 12px;
        flex-wrap: wrap;
    }

    .home-review-score strong {
        color: #0a1724;
        font-size: 28px;
        line-height: 1;
    }

    .home-review-stars {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        color: #ff8a00;
        font-size: 15px;
    }

    .home-review-stars-rating {
        position: relative;
        display: inline-block;
        color: #d7dee8;
        line-height: 1;
    }

    .home-review-stars-rating .home-review-stars-empty,
    .home-review-stars-rating .home-review-stars-fill {
        display: inline-flex;
        align-items: center;
        gap: 4px;
    }

    .home-review-stars-rating .home-review-stars-fill {
        position: absolute;
        inset: 0 auto 0 0;
        width: 96%;
        overflow: hidden;
        color: #ff8a00;
        white-space: nowrap;
    }

    .home-review-count {
        color: #6d7c8c;
        font-size: 14px;
        font-weight: 500;
    }

    .home-review-cta {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 12px 22px;
        border-radius: 14px;
        background: #4285f4;
        color: #ffffff;
        font-size: 14px;
        font-weight: 600;
        box-shadow: 0 14px 28px rgba(66, 133, 244, 0.22);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .home-review-cta:hover {
        transform: translateY(-2px);
        color: #ffffff;
        box-shadow: 0 18px 34px rgba(66, 133, 244, 0.28);
    }

    .home-review-slider .owl-stage {
        display: flex;
        align-items: stretch;
    }

    .home-review-slider .owl-item {
        display: flex;
        height: auto;
    }

    .home-review-card {
        width: 100%;
        height: 100%;
        min-height: 300px;
        padding: 24px;
        border-radius: 26px;
        background: #ffffff;
        border: 1px solid #e6edf4;
        box-shadow: 0 14px 34px rgba(8, 27, 45, 0.08);
        display: flex;
        flex-direction: column;
        transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    }

    .home-review-card:hover {
        transform: translateY(-6px);
        border-color: rgba(66, 133, 244, 0.22);
        box-shadow: 0 18px 38px rgba(8, 27, 45, 0.12);
    }

    .home-review-card-top {
        display: flex;
        align-items: center;
        gap: 14px;
        margin-bottom: 16px;
    }

    .home-review-avatar {
        width: 52px;
        height: 52px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 52px;
        background: linear-gradient(135deg, #4285f4, #34a853);
        color: #ffffff;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0.04em;
    }

    .home-review-person h3 {
        margin: 0 0 4px;
        color: #101c28;
        font-size: 17px;
        line-height: 1.2;
    }

    .home-review-person span {
        color: #7a8794;
        font-size: 13px;
        font-weight: 500;
    }

    .home-review-card .home-review-stars {
        margin-bottom: 16px;
        font-size: 14px;
    }

    .home-review-text {
        margin: 0 0 18px;
        color: #263443;
        font-size: 16px;
        line-height: 1.75;
        flex-grow: 1;
    }

    .home-review-source {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #6d7c8c;
        font-size: 13px;
        font-weight: 500;
    }

    .home-review-source i {
        color: #4285f4;
        font-size: 18px;
    }

    @media (max-width: 991.98px) {
        .home-reviews-redesign {
            padding: 78px 0 84px;
        }

        .home-review-shell {
            padding: 28px 24px;
            border-radius: 28px;
        }
    }

    @media (max-width: 767.98px) {
        .home-review-header {
            margin-bottom: 24px;
        }

        .home-review-shell {
            padding: 24px 18px;
            border-radius: 24px;
        }

        .home-review-card {
            min-height: 0;
            border-radius: 22px;
            padding: 20px;
        }

        .home-review-text {
            font-size: 15px;
        }
    }
/* ===== End page CSS moved from index.php ===== */

/* ===== Page CSS moved from infrastructure.php ===== */
/* ---------------------------
       Basic page setup
    ----------------------------*/

    /* ---------------------------
       SECTION: Dual Facility Overview
    ----------------------------*/
    .df-section {
        padding: 48px 16px 30px;
        text-align: center;
    }

    .df-title {
        margin-bottom: 6px;
        font-size: 32px;
        color: #111827;
        font-weight: 600;
    }

    .df-sub {
        color: #6b7280;
        margin-bottom: 28px;
        font-size: 19px;
        font-weight: 300;
    }

    .df-cards {
        gap: 28px;
    }

    .df-card {
        background: #fff;
        width: 100%;
        min-width: 0;
        border-radius: 20px;
        box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
        padding: 28px;
        text-align: left;
        position: relative;
        overflow: visible;
        transition: transform .28s ease, box-shadow .28s ease;
        border: 1px solid rgba(15, 23, 42, 0.05);
        margin: 12px auto;
        opacity: 0;
        transform: translateY(24px);
    }

    .df-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 16px 40px rgba(32, 40, 45, 0.09);
    }

    .df-icon {
        width: 68px;
        height: 68px;
        border-radius: 50%;
        background: linear-gradient(180deg, #f3f6ff, #eaf2ff);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        color: var(--accent);
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -34px;
        border: 6px solid #fff;
        box-shadow: 0 6px 18px rgba(34, 41, 64, 0.06);
    }

    .df-card h4 {
        text-align: center;
        margin-top: 18px;
        margin-bottom: 18px;
        font-size: 20px;
    }

    .df-list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: block;
        gap: 12px;
    }

    .df-list-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 18px;
        background: #f7fafc;
        padding: 14px 18px;
        margin-bottom: 12px;
        border-radius: 10px;
    }

    .df-list-row .label {
        display: flex;
        gap: 10px;
        align-items: center;
        flex: 0 0 48%;
        color: #475569;
        font-weight: 600;
    }

    .df-list-row .value {
        flex: 1 1 auto;
        color: #111827;
        font-weight: 200;
        text-align: right;
    }

    .df-key {
        font-size: 13px;
        color: #64748b;
        font-weight: 600;
    }

    @media (max-width: 900px) {
        .df-card {
            width: 100%;
            max-width: 680px;
        }
    }


    /* ---------------------------
       SECTION: Machinery & Equipment Table
    ----------------------------*/
    .me-section {
        padding: 36px 16px 10px;
    }

    .me-wrapper {
        background: #fff;
        border-radius: 20px;
        padding: 18px;
        box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
        border: 1px solid rgba(15, 23, 42, 0.03);
    }

    .me-heading {
        display: flex;
        align-items: center;
        gap: 12px;
        background: linear-gradient(180deg, rgba(42, 106, 255, 0.06), rgba(42, 106, 255, 0.02));
        padding: 14px 18px;
        border-radius: 12px;
        margin-bottom: 14px;
    }

    .me-heading i {
        color: var(--accent);
        background: rgba(42, 106, 255, 0.12);
        padding: 8px;
        border-radius: 8px;
        font-size: 18px;
    }

    .me-table {
        width: 100%;
        border-collapse: collapse;
        margin-top: 6px;
        min-width: 640px;
    }

    .me-table thead th {
        background: #f3f5f7;
        color: #475569;
        font-weight: 700;
        padding: 14px;
        text-align: left;
        border-bottom: 1px solid rgba(15, 23, 42, 0.04);
        position: sticky;
        top: 0;
        z-index: 5;
    }

    .me-table tbody td {
        padding: 14px;
        border-bottom: 1px solid rgba(15, 23, 42, 0.03);
        color: #111827;
    }

    .me-pill {
        display: inline-block;
        padding: 6px 10px;
        border-radius: 999px;
        border: 1px solid rgba(15, 23, 42, 0.08);
        background: #fff;
        min-width: 34px;
        text-align: center;
        font-weight: 300;
        color: #111827;
        font-size: 14px;
    }

    /* ---------------------------
       SECTION: Gallery
    ----------------------------*/
    /* ===============================
   GALLERY SECTION
================================ */

    .gallery-section {
        padding: 44px 16px 80px;
        background: #f7f9fc;
    }

    .gallery-header {
        text-align: center;
        margin-bottom: 32px;
    }

    .gallery-header h2 {
        font-size: 32px;
        font-weight: 700;
        color: #0f1724;
    }

    .gallery-header p {
        font-size: 15px;
        color: #6b7280;
    }

    /* ===============================
   GRID
================================ */

    .gallery-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 22px;
        max-width: 1200px;
        margin: auto;
    }

    /* ===============================
   CARD
================================ */

    .gallery-card {
        background: #fff;
        border-radius: 14px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(32, 40, 45, 0.08);
        transition: transform .28s ease, box-shadow .28s ease;
        opacity: 0;
        transform: translateY(22px);
    }

    .gallery-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 18px 45px rgba(32, 40, 45, 0.12);
    }

    /* ===============================
   IMAGE CONTAINER
================================ */

    .gallery-thumb {
        width: 100%;
        height: 260px;
        overflow: hidden;
        background: #e9edf1;
    }

    .gallery-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        /* 🔥 image fits perfectly */
        object-position: center;
        display: block;
    }

    /* ===============================
   OPTIONAL CONTENT (if needed later)
================================ */

    .gallery-title {
        font-size: 16px;
        font-weight: 700;
        color: #0f1724;
        padding: 12px 16px 4px;
    }

    .gallery-sub {
        font-size: 13px;
        color: #6b7280;
        padding: 0 16px 16px;
    }

    /* ===============================
   RESPONSIVE
================================ */

    @media(max-width:1100px) {
        .gallery-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media(max-width:700px) {
        .gallery-grid {
            grid-template-columns: 1fr;
        }

        .gallery-thumb {
            height: 200px;
        }
    }


    /* ---------------------------
      Animations: fade-up helper
    ----------------------------*/
    .fade-up {
        opacity: 0;
        transform: translateY(20px);
    }

    .in-view {
        opacity: 1;
        transform: translateY(0);
        transition: all .6s cubic-bezier(.2, .9, .3, 1);
    }

    /* small utilities */
    .muted {
        color: #64748b;
    }

    .mb-8 {
        margin-bottom: 32px;
    }

    .text-center {
        text-align: center;
    }

    /* modal (lightbox) */
    .lb-backdrop {
        position: fixed;
        inset: 0;
        background: rgba(2, 6, 23, 0.6);
        display: none;
        align-items: center;
        justify-content: center;
        z-index: 1200;
        padding: 20px;
    }

    .lb-backdrop.open {
        display: flex;
    }

    .lb-content {
        max-width: 800px;
        width: 100%;
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 30px 80px rgba(2, 6, 23, 0.5);
    }

    .lb-body {
        position: relative;
    }

    .lb-body img {
        width: 100%;
        height: auto;
        display: block;
    }

    .lb-close {
        position: absolute;
        right: 10px;
        top: 8px;
        z-index: 10;
        background: rgba(0, 0, 0, 0.45);
        color: #fff;
        border: none;
        padding: 8px 10px;
        border-radius: 6px;
        cursor: pointer;
    }

@media (max-width: 767.98px) {
    main.container-wide {
        overflow-x: hidden;
    }

    .df-section {
        padding: 36px 12px 18px;
    }

    .df-title {
        font-size: 26px;
        line-height: 1.22;
    }

    .df-sub {
        margin-bottom: 22px;
        font-size: 15px;
        line-height: 1.55;
    }

    .df-section .row,
    .me-section .row {
        margin-right: 0;
        margin-left: 0;
    }

    .df-section [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

    .df-card {
        margin: 14px auto 28px;
        padding: 22px 16px 18px;
        border-radius: 14px;
        text-align: center;
    }

    .df-icon {
        position: static;
        width: 58px;
        height: 58px;
        margin: 0 auto 14px;
        transform: none;
        border-width: 5px;
        font-size: 19px;
    }

    .df-card h4 {
        margin: 0 auto 18px;
        max-width: 280px;
        text-align: center;
        font-size: 20px;
        line-height: 1.45;
    }

    .df-list-row {
        display: block;
        margin: 0 0 12px;
        padding: 14px;
        text-align: left;
    }

    .df-list-row .label {
        display: flex;
        flex: none;
        width: 100%;
        margin-bottom: 7px;
        gap: 9px;
        align-items: center;
        font-size: 14px;
        line-height: 1.35;
    }

    .df-list-row .label i {
        width: 18px;
        text-align: center;
    }

    .df-list-row .value {
        display: block;
        width: 100%;
        padding-left: 27px;
        text-align: left;
        font-size: 15px;
        line-height: 1.55;
    }

    .me-section {
        padding: 22px 12px 8px;
    }

    .me-section .lead {
        max-width: 320px;
        margin-right: auto;
        margin-left: auto;
        font-size: 14px;
        line-height: 1.55;
    }

    .me-wrapper {
        padding: 14px;
        border-radius: 14px;
    }

    .me-heading {
        align-items: flex-start;
        padding: 12px;
        gap: 10px;
        line-height: 1.45;
    }

    .me-heading strong {
        font-size: 15px;
    }

    .me-heading i {
        flex: 0 0 auto;
    }

    .infra-table-scroll {
        width: 100%;
        overflow-x: auto;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        border: 1px solid rgba(15, 23, 42, 0.08);
        border-radius: 10px;
    }

    .infra-table-scroll::before {
        content: "Swipe table to view more";
        display: block;
        padding: 9px 12px;
        background: #f8fafc;
        color: #64748b;
        font-size: 12px;
        line-height: 1.2;
        text-align: left;
    }

    .me-table {
        min-width: 620px;
        margin-top: 0;
        font-size: 13px;
    }

    .me-table thead th,
    .me-table tbody td {
        padding: 11px 12px;
        white-space: nowrap;
    }

    .me-pill {
        padding: 5px 9px;
        font-size: 13px;
    }
}

@media (max-width: 420px) {
    .df-section {
        padding-right: 8px;
        padding-left: 8px;
    }

    .df-card {
        padding-right: 14px;
        padding-left: 14px;
    }

    .df-card h4 {
        font-size: 19px;
    }

    .df-list-row .value {
        padding-left: 0;
    }

    .me-section {
        padding-right: 8px;
        padding-left: 8px;
    }
}
/* ===== End page CSS moved from infrastructure.php ===== */

/* ===== Page CSS moved from quality.php ===== */
.quality-certified-section {
        padding: 82px 0 72px;
        background: #f6f8f7;
    }

    .quality-certified-image {
        position: relative;
        overflow: hidden;
        border-radius: 8px;
        background: #092617;
        box-shadow: 0 18px 42px rgba(15, 31, 25, 0.16);
    }

    .quality-certified-image::after {
        content: "";
        position: absolute;
        inset: 0;
        border: 1px solid rgba(255, 255, 255, 0.24);
        border-radius: 8px;
        pointer-events: none;
    }

    .quality-certified-image img {
        width: 100%;
        height: 420px;
        object-fit: cover;
        display: block;
    }

    .quality-certified-content {
        max-width: 720px;
        padding-left: 18px;
    }

    .quality-certified-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 18px;
        color: #0a7f3c;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.2;
    }

    .quality-certified-eyebrow::before {
        content: "";
        width: 36px;
        height: 2px;
        background: #0a9642;
        display: inline-block;
    }

    .quality-certified-content h2 {
        max-width: 680px;
        margin-bottom: 22px;
        color: #071017;
        font-size: 46px;
        line-height: 1.16;
        font-weight: 700;
    }

    .quality-certified-content p {
        max-width: 680px;
        margin: 0;
        color: #263238;
        font-size: 18px;
        line-height: 1.8;
        text-align: left;
    }

    .quality-certified-points {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        margin-top: 28px;
    }

    .quality-certified-point {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        min-height: 48px;
        padding: 12px 16px;
        border: 1px solid #dbe7df;
        border-radius: 8px;
        background: #ffffff;
        color: #10231a;
        font-size: 15px;
        font-weight: 600;
        line-height: 1.25;
        box-shadow: 0 8px 18px rgba(15, 31, 25, 0.06);
    }

    .quality-certified-point::before {
        content: "";
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background: #0a9642;
        flex: 0 0 auto;
    }

    .quality-gallery-section .quality-gallery-heading {
        margin-bottom: 34px;
        text-align: center;
    }

    .quality-gallery-section .quality-gallery-heading h2 {
        margin: 0;
        color: #071017;
        font-size: 42px;
        line-height: 1.18;
        font-weight: 700;
    }

    .quality-gallery-section .quality-gallery-heading h2::after {
        content: "";
        display: block;
        width: 90px;
        height: 4px;
        margin: 16px auto 0;
        border-radius: 8px;
        background: linear-gradient(90deg, #0a9642, #0078bf);
    }

    @media (max-width: 991.98px) {
        .quality-certified-section {
            padding: 60px 0 52px;
        }

        .quality-certified-content {
            padding-left: 0;
            margin-top: 34px;
        }

        .quality-certified-content h2 {
            font-size: 38px;
        }

        .quality-certified-content p {
            font-size: 17px;
        }

        .quality-certified-image img {
            height: 360px;
        }
    }

    @media (max-width: 575.98px) {
        .quality-certified-content h2 {
            font-size: 31px;
            line-height: 1.18;
        }

        .quality-certified-image img {
            height: 250px;
        }

        .quality-certified-point {
            width: 100%;
            justify-content: center;
        }

        .quality-gallery-section .quality-gallery-heading h2 {
            font-size: 30px;
        }
    }
/* ===== End page CSS moved from quality.php ===== */

/* ===== Shared classes for CSS moved from inline style attributes ===== */
.banner-bg-about {
    background-image: url("../img/about/about-banner.jpg");
}

.banner-bg-product {
    background-image: url("../img/banner.jpg");
}

.site-footer-bg {
    background-image: url("../img/footer.jpg");
}

.hero-bg-1 {
    background-image: url("../img/banner-1.jpg");
}

.hero-bg-2 {
    background-image: url("../img/banner-2.jpg");
}

.hero-bg-3 {
    background-image: url("../img/banner-3.jpg");
}

.hero-bg-gauge {
    background-image: url("../img/Product/gaugechina-mp.webp");
}

.hero-bg-welding {
    background-image: url("../img/Product/welding.jpg");
}

.bpp-journey-section--hidden,
.contact-honeypot {
    display: none !important;
}

.bpp-journey-outro-road {
    margin-top: 24px;
}

.bpp-journey-road-label {
    margin-bottom: 12px;
    color: var(--bpp-journey-muted);
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.roadmap-delay-1 {
    --roadmap-delay: 0.05s;
}

.roadmap-delay-2 {
    --roadmap-delay: 0.1s;
}

.roadmap-delay-3 {
    --roadmap-delay: 0.15s;
}

.roadmap-delay-4 {
    --roadmap-delay: 0.2s;
}

.roadmap-delay-5 {
    --roadmap-delay: 0.25s;
}

.roadmap-delay-6 {
    --roadmap-delay: 0.3s;
}

.roadmap-delay-7 {
    --roadmap-delay: 0.35s;
}

.roadmap-delay-8 {
    --roadmap-delay: 0.4s;
}

.roadmap-delay-9 {
    --roadmap-delay: 0.45s;
}

.roadmap-delay-10 {
    --roadmap-delay: 0.5s;
}

.roadmap-delay-11 {
    --roadmap-delay: 0.55s;
}

.roadmap-delay-12 {
    --roadmap-delay: 0.6s;
}

.roadmap-delay-13 {
    --roadmap-delay: 0.65s;
}

.roadmap-delay-14 {
    --roadmap-delay: 0.7s;
}

.roadmap-delay-15 {
    --roadmap-delay: 0.75s;
}

.roadmap-delay-16 {
    --roadmap-delay: 0.8s;
}

.footer-quick-link-item {
    padding-top: 5px;
}

.mobile-nav-visible {
    display: block;
}

.iframe-borderless {
    border: 0 !important;
}

.infra-table-scroll {
    overflow: auto;
}

.infra-table-scroll--limited {
    max-height: 420px;
}

.me-quantity-col {
    width: 120px;
}
/* ===== End shared classes for CSS moved from inline style attributes ===== */
