body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  color: #302f2f;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

a:hover {
  text-decoration: none;
}

p {
  text-align: justify;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
}

.banner-content h1 {
  color: #fff;
}

.navbar-collapse.collapse.show {
  height: 90vh;
  padding-top: 50px;
  text-align: center;
  background: #000;
}

.navbar-collapse.collapse.show .navbar-nav {
  padding-top: 200px;
}

.navbar-nav {
  display: -ms-flexbox;

  display: flex;

  -ms-flex-direction: initial;

  flex-direction: initial;

  padding-left: 0;

  margin-bottom: 0;

  list-style: none;

  justify-content: center;

  align-items: center;

  flex-wrap: wrap;
}

.navbar-nav .nav-item {
  padding: 10px 20px;
}

.navbar-nav .nav-item a {
  color: #fff;

  font-size: 20px;
}

.navbar-nav .nav-item a:hover {
  color: #07a157;

  font-size: 20px;
}

.navbar-nav .nav-item a img {
  padding-bottom: 10px;
}

.article-row-1 {
  position: relative;

  padding: 150px 0;

  /* padding-bottom: 100px; */

  background: #ff2720;
}

.navbar {
  background: #000;
}

.article-row-1 .owl-carousel .item img {
  width: 200px;

  margin: auto;
}

/* .header-row{

  position: absolute;

} */

@keyframes infiTranslate {
  0% {
    transform: translateX(0px);
  }

  20% {
    transform: translateX(-5px);
  }

  40% {
    transform: translateX(0px);
  }

  80% {
    transform: translateX(5px);
  }

  100% {
    transform: translateX(0px);
  }
}

.privacy {
  display: flex;

  align-items: center;

  justify-content: center;

  padding-top: 15px;

  gap: 20px;
}

.ban-explo {
  font-size: 15px;

  animation: infiTranslate 1s infinite;
}

.ban-explo i {
  font-size: 15px;
}

.modal-dialog {
  max-width: 100%;

  width: 100%;

  height: 100%;

  margin: 0;

  padding: 0;

  /* z-index: 30; */
}

/* Fix for dropdown menus in the modal - ensure they appear above watchVideoBtn and other elements */
.navbar-nav li.navbar-dropdown .dropdown {
  z-index: 1000 !important;
}

/* Ensure parent li has proper positioning and z-index for stacking context */
.navbar-nav li.navbar-dropdown {
  position: relative;
  z-index: 1000;
}

/* Force dropdown to be positioned relative to the navbar item */
.navbar-nav li.navbar-dropdown .dropdown {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
}

/* Ensure dropdown works properly in modal on all pages */
#myModal .navbar-nav li.navbar-dropdown:hover .dropdown,
.modal-body .navbar-nav li.navbar-dropdown:hover .dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  pointer-events: auto;
}

.modal-content {
  height: 100%;

  border-radius: 0; /* Remove rounded corners */

  /* z-index: 30; */
}

.header-row {
  position: absolute;

  z-index: 10;

  padding: 15px;

  width: 100%;
}

.menu-btn {
  background: none;

  border: none;

  font-size: 28px;

  color: #fff;

  font-weight: 600;
}

.modal-backdrop {
  z-index: 0;
}

.modal-header {
  border: none;
}

.modal-content {
  background: url(../images/2.jpg);

  background-repeat: no-repeat;

  background-size: cover;
}

.modal-header .close {
  margin: 0;

  color: #fff;

  font-size: 30px;
}

.modal-header {
  justify-content: center;
}

.menu-cls {
  display: flex;

  align-items: center;
}

.navbar-nav {
  padding-top: 150px;
}

.navbar-nav li.navbar-dropdown:hover .dropdown {
  visibility: visible;

  opacity: 1;

  transform: translateY(0px);
}

.navbar-nav li.navbar-dropdown .dropdown {
  visibility: hidden;

  opacity: 0;

  position: absolute;

  padding: 20px 0;

  top: 85%;

  transform: translateY(50px);

  left: 15%;

  width: 72%;

  /* background-color: #fff; */

  /* box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.3); */

  border-bottom-left-radius: 3px;

  border-bottom-right-radius: 3px;

  z-index: 111;

  transition: 0.4s all;

  display: flex;

  /* justify-content: center; */

  align-items: center;

  
}

.navbar-nav li.navbar-dropdown .dropdown a {
  /* padding-top: 10px; */

  padding: 0px 25px;

  border-right: 1px solid;

  font-weight: 400;
}

.navbar-dropdown .dropdown a:hover {
  padding-left: 30px;
}

.list-width {
  /* width: 220px; */
}

.header-row1 {
  position: sticky;

  background: #fff;

  box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.3);

  top: 0;
}

.header-row1 .menu-btn {
  color: #000;
}

.video-banner {
  position: relative;

  width: 100%;

  height: 60vh;

  overflow: hidden;

  display: flex;

  justify-content: center;

  align-items: center;
}

.video-background {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: cover; /* Ensures the video covers the banner area */

  z-index: -1;
}

.banner-content {
  position: relative;

  color: white;

  text-align: center;

  z-index: 2;
}

.banner-content h1 {
  font-size: 3rem;

  margin: 0;

  background: #00000061;

  padding: 5px 10px;
}

.banner-content p {
  font-size: 1.5rem;

  margin: 10px 0;
}

.banner-content .btn {
  display: inline-block;

  padding: 10px 20px;

  color: white;

  background-color: #007bff;

  border: none;

  border-radius: 5px;

  text-decoration: none;

  font-size: 1rem;

  transition: background-color 0.3s ease;
}

.banner-content .btn:hover {
  background-color: #0056b3;
}

.bg-lay {
  background: #000000b0;

  width: 100%;

  position: absolute;

  height: 100%;
}

.abt-row2 .box {
  width: 100%;

  margin: 0;

  height: 200px;

  margin-bottom: 30px;
}

                .col-lg-4 {
                    display: flex;
                }

                .custom-card {
                    background: #fff;
                    border-radius: 16px;
                    overflow: hidden;
                    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
                    transition: all 0.4s ease;
                    position: relative;
                    display: flex;
                    flex-direction: column;
                    width: 100%;
                    height: 100%;
                }

                .card-img img {
                    width: 100%;
                    height: 230px;
                    object-fit: cover;
                }

                .card-content {
                    padding: 25px;
                    text-align: center;
                    flex-grow: 1;
                    display: flex;
                    flex-direction: column;
                    justify-content: space-between;
                }

  /* GST Table Styling */
.gst-table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 20px;
    border-radius: 12px;
}

.gst-table {
    width: 100%;
    min-width: 700px; /* enables left-right scroll on mobile */
    border-collapse: collapse;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
}

.gst-table thead {
    background: linear-gradient(135deg, #043359, #065a9e);
    color: #fff;
}

.gst-table th,
.gst-table td {
    padding: 15px 18px;
    text-align: left;
    font-size: 15px;
    vertical-align: middle;
    border-bottom: 1px solid #e9ecef;
}

.gst-table th {
    font-weight: 600;
    white-space: nowrap;
}

.gst-table td {
    white-space: nowrap;
}

.gst-table tbody tr:last-child td {
    border-bottom: none;
}

.gst-table tbody tr:hover {
    background: #f8fbff;
    transition: 0.3s ease;
}

/* Badge Styling */
.badge {
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    line-height: 1.4;
    white-space: nowrap;
}

.badge-success {
    background: #e6f7ee;
    color: #1e8e3e;
}

.badge-danger {
    background: #fdecea;
    color: #d93025;
}

.badge-secondary {
    background: #eef1f5;
    color: #5f6368;
}

/* Optional scrollbar styling */
.gst-table-wrap::-webkit-scrollbar {
    height: 6px;
}

.gst-table-wrap::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.gst-table-wrap::-webkit-scrollbar-thumb {
    background: #bfc7cf;
    border-radius: 10px;
}

.gst-table-wrap::-webkit-scrollbar-thumb:hover {
    background: #9aa7b3;
}

/* Tablet */
@media (max-width: 768px) {
    .gst-table {
        min-width: 700px;
    }

    .gst-table th,
    .gst-table td {
        padding: 13px 15px;
        font-size: 14px;
    }

    .badge {
        font-size: 12px;
        padding: 5px 12px;
    }
}

/* Mobile */
@media (max-width: 480px) {
    .gst-table {
        min-width: 680px;
    }

    .gst-table th,
    .gst-table td {
        padding: 12px 14px;
        font-size: 13px;
    }

    .badge {
        font-size: 11px;
        padding: 5px 10px;
    }
}

                .process-main-title {
                    font-size: 36px;
                    font-weight: 700;
                    color: #1e3a5f;
                    position: relative;
                    padding-bottom: 15px;
                }

                .process-card {
                    background: #fff;
                    border-radius: 20px;
                    padding: 30px 25px;
                    text-align: center;
                    position: relative;
                    height: 100%;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
                    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
                    overflow: hidden;
                }

                .process-card::before {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    height: 5px;
                    background: linear-gradient(90deg, #ed1b24, #ed1b24);
                    transform: scaleX(0);
                    transition: transform 0.4s ease;
                }

                .process-card:hover {
                    transform: translateY(-15px);
                    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
                }

                .process-card:hover::before {
                    transform: scaleX(1);
                }

                .process-number {
                    position: absolute;
                    top: 20px;
                    left: 20px;
                    width: 45px;
                    height: 45px;
                    background: linear-gradient(135deg, #1e3a5f, #2d5a8a);
                    color: #fff;
                    border-radius: 50%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    font-size: 20px;
                    font-weight: 700;
                    box-shadow: 0 4px 15px rgba(30, 58, 95, 0.3);
                }

                .process-icon {
                    width: 90px;
                    height: 90px;
                    background: linear-gradient(135deg, #fff5f2, #ffe8e0);
                    border-radius: 50%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    margin-bottom: 25px;
                    margin-top: 20px;
                    transition: all 0.4s ease;
                }

                .process-card:hover .process-icon {
                    background: linear-gradient(135deg, #03a555, #03a555);
                    transform: scale(1.1) rotate(5deg);
                }

                .process-content {
                    flex-grow: 1;
                    display: flex;
                    flex-direction: column;
                }

                .process-title {
                    font-size: 22px;
                    font-weight: 700;
                    color: #1e3a5f;
                    margin-bottom: 15px;
                    line-height: 1.3;
                }

                .process-desc {
                    font-size: 15px;
                    color: #666;
                    line-height: 1.7;
                    margin: 0;
                }

                .content-box {
                    text-align: center;
                    padding: 20px;
                    border: 1px solid #e6e4e9;
                    border-radius: 12px;
                    background: #fff;
                    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
                }

                .section-title {
                    font-size: 28px;
                    font-weight: 600;
                    margin-bottom: 15px;
                }

                .section-desc {
                    font-size: 16px;
                    margin-bottom: 20px;
                    color: #555;
                }

                .button-group {
                    display: flex;
                    justify-content: center;
                    gap: 20px;
                    margin-top: 15px;
                    flex-wrap: wrap;
                }

                .button {
                    background-color: #f4511e;
                    border: none;
                    color: #fff;
                    padding: 12px 25px;
                    font-size: 18px;
                    border-radius: 6px;
                    cursor: pointer;
                }

                .button.green {
                    background-color: #28a745;
                }

                @media (max-width: 991px) {
                    .process-main-title {
                        font-size: 30px;
                    }

                    .process-card {
                        padding: 30px 20px;
                    }

                  
                }

                @media (max-width: 767px) {
                    .process-section {
                        padding: 50px 0;
                    }

                    .process-main-title {
                        font-size: 26px;
                        margin-bottom: 40px;
                    }

                    .process-card {
                        margin-bottom: 20px;
                    }

                    .process-icon {
                        width: 75px;
                        height: 75px;
                    }

                    .process-title {
                        font-size: 20px;
                    }

                    .process-desc {
                        font-size: 14px;
                    }

                    .card-img img,
                    .bod-img img {
                        height: auto !important;
                    }

                    .section-title {
                        font-size: 24px;
                    }

                    .button-group {
                        flex-direction: column;
                        align-items: center;
                        gap: 10px;
                    }

                    .button {
                        width: 100%;
                        max-width: 240px;
                    }
                }

                .faq-section {
    padding: 70px 20px;
}

.faq-title {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 40px;
}

.faq-item {
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    background: #fff;
}

.faq-question {
    width: 100%;
    background: #043359;
    color: #fff;
    border: none;
    padding: 18px 22px;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.arrow {
    font-size: 22px;
    transition: transform 0.3s ease;
}

.faq-item.active .arrow {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    background: #f9f9f9;
    transition: max-height 0.4s ease;
}

.faq-answer p {
    padding: 20px;
    margin: 0;
    line-height: 1.7;
    color: #333;
}

@media(max-width:768px) {
    .faq-title {
        font-size: 26px;
    }

    .faq-question {
        font-size: 16px;
        padding: 16px;
    }
}

.box {
  position: relative;

  height: 245px;

  margin: 70px 0 70px;

  overflow: hidden;

  transition: all 0.4s ease-in-out;

  width: 22%;

  background: #f72627;
}

img.corp-img-cont {
  filter: grayscale(100%);

  max-height: 100%;

  max-width: none;

  width: 100%;

  position: absolute;

  top: 0;

  left: 0;

  z-index: -1;
}

.abt-row2 .box a {
  font-size: 21px;

  line-height: 21px;
}

.abt-row2 .box a .boxTextBot {
  bottom: 25px;

  left: 30px;
}

.boxTextBot {
  position: absolute;

  bottom: 30px;

  left: 40px;

  width: 80%;

  font-family: "Poppins", sans-serif;

  transition: all 0.4s ease-in-out;
}

.box.active,
.box:hover {
  background: rgba(0, 0, 255, 0.2);
}

.box.active img.corp-img-cont,
.box:hover img.corp-img-cont {
  filter: grayscale(1);
}

.box.active a .boxTextBot,
.box:hover a .boxTextBot {
  color: #fff;

  letter-spacing: 1.2px;
}

.box a {
  color: #ececec;

  font-size: 30px;

  text-transform: uppercase;

  cursor: pointer;

  line-height: 30px;

  font-family: '"Poppins", sans-serif';

  text-decoration: none;

  height: 100%;

  display: block;

  position: relative;

  transition: all 0.4s ease-in-out;
}

.abt-row2 {
  padding: 20px 0;
}

.abt-title {
  font-size: 36px;

  font-weight: 600;

  text-align: center;

  margin-bottom: 30px;

  color: #07a157;
}

.timeline {
  position: relative;

  max-width: 800px;

  margin: 0 auto;
}

.timeline::after {
  content: "";

  position: absolute;

  width: 4px;

  background-color: #f72627;

  top: 0;

  bottom: 0;

  left: 50%;

  transform: translateX(-50%);
}

.timeline-event {
  padding: 20px;

  position: relative;

  width: 50%;
}

.timeline-event.left {
  left: 0;
}

.timeline-event.right {
  left: 50%;
}

.timeline-event .content {
  padding: 15px;

  background-color: white;

  position: relative;

  border-radius: 8px;

  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.timeline-event.left .content {
  text-align: right;
}

.timeline-event.left .content p {
  text-align: right;
}

.timeline-event.right .content {
  text-align: left;
}

.timeline-event.left::before,
.timeline-event.right::before {
  content: "";

  position: absolute;

  top: 20px;

  width: 15px;

  height: 15px;

  background-color: #fff;

  border: 2px solid #f72627;

  border-radius: 50%;

  z-index: 1;
}

.timeline-event.left::before {
  right: -8px;
}

.timeline-event.right::before {
  left: -8px;
}

@media screen and (max-width: 768px) {
  .timeline::after {
    left: 20px;
  }

  .timeline-event {
    width: 100%;

    padding-left: 40px;

    padding-right: 20px;
  }

  .timeline-event.left,
  .timeline-event.right {
    left: 0;
  }

  .timeline-event.left::before,
  .timeline-event.right::before {
    left: 12px;
  }

  .timeline-event.left .content,
  .timeline-event.right .content {
    text-align: left;
  }
}

/* .bod{

  padding-top: 30px;

} */

.bod-img img {
  width: 100%;
}

.bod-cont h2 {
  padding-bottom: 10px;
}

.bod-cont {
  margin-bottom: 30px;
}

.bod-img {
  margin-bottom: 30px;
}

.bod-1 {
  padding-bottom: 60px;
}

.bod-2 {
  padding-bottom: 60px;
}

.bod-title {
  font-size: 36px;

  font-weight: 600;

  text-align: center;

  margin-bottom: 30px;

  color: #07a157;
}

.commitee-img img {
  width: 100%;

  height: 270px;

  filter: grayscale(1);

  margin-bottom: 30px;
}

.footer-main {
  position: relative;

  border-top: 2px solid #cbcbcb;

  background: #f3f3f3;
}

.footer-top {
  padding: 50px 0;
}

.footer-fav img {
  max-height: 40px;

  height: 40px;

  /* transform: translate(-20px, -20px); */

  transform: translateY(-20px);
}

.footer-fav {
  position: absolute;

  left: 50%;

  z-index: 1;

  transform: translateX(-50%);

  background: #f3f3f3;

  padding: 0 20px;

  height: 32px;

  top: -1px;
}

.link-wedges h3 {
  font-size: 18px;

  color: #666;

  margin-bottom: 15px;
}

ul {
  list-style: none;
}

.link-wedges ul {
  padding: 0;
}

.link-wedges ul li a {
  font-size: 15px;

  line-height: 14px;

  width: 100%;

  text-align: left;

  height: auto;

  padding: 0;

  color: #666;

  opacity: 0.8;

  float: none;

  letter-spacing: 0;

  text-transform: unset;

  margin: 5px 0;
}

.link-wedges ul li:hover {
  transform: scale(1.05);

  transform-origin: 0 3px;

  color: #000;
}

.link-wedges ul li {
  transition: 0.5s;

  padding-bottom: 10px;
}

.link-wedges ul li:hover a {
  color: #000;
}

.addre p {
  font-size: 14px;

  width: 100%;

  text-align: left;

  height: auto;

  padding: 0;

  color: #666;

  opacity: 0.8;

  float: none;

  letter-spacing: 0;

  text-transform: unset;

  position: relative;

  padding-left: 25px;
}

.addre p a {
  color: #666;
}

.addre p i {
  position: absolute;

  left: 0;

  top: 5px;

  margin-right: 20px;
}

ul.social-icons {
  display: flex;

  /* justify-content: center; */

  align-items: center;
}

ul.social-icons li {
  margin: 0 10px;
}

.footer-bottom p {
  text-align: center;

  margin: 0;
}

.footer-bottom p a {
  color: #302f2f;
}

.footer-bottom {
  border-top: 1px solid #ccc;

  padding: 10px 0;
}

.grid-wrapper {
  display: grid;

  /* grid-gap: 20px; */

  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));

  grid-auto-rows: 200px;

  grid-auto-flow: dense;
}

.grid-wrapper > a {
  display: flex;

  justify-content: center;

  align-items: center;
}

.grid-wrapper > a > img {
  width: 200px;

  height: auto;

  object-fit: cover;

  border-radius: 5px;
}

.gallery-row {
  padding: 70px 0;
}

.grid-wrapper > a > img {
  /* box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.3); */
}

.social-icons li a {
  width: 100%;

  color: #666;

  opacity: 0.8;

  margin: 5px 0;
}

.investors {
  padding: 70px 0;
}

[data-aos="example-anim1"] {
  transform: skewX(45deg);

  opacity: 0;

  transition-property: transform, opacity;
}

[data-aos="example-anim1"].aos-animate {
  transform: skewX(0);

  opacity: 1;
}

[data-aos="example-anim2"] {
  background: red;

  transition-property: background;
}

[data-aos="example-anim2"].aos-animate {
  background: green;
}

[data-aos="example-anim3"] {
  transform: rotate(360deg);

  opacity: 0;

  transition-property: transform, opacity;
}

[data-aos="example-anim3"].aos-animate {
  transform: rotate(0);

  opacity: 1;
}

.invest-2,
.invest-1 {
  padding-bottom: 50px;
}

.contact-page {
  padding: 70px 0;
}

.contact-page .box {
  width: 100%;

  margin: 0;

  height: 200px;

  margin-bottom: 30px;
}

.contact-page .box a .boxTextBot {
  bottom: unset;

  top: 30px;

  left: 30px;
}

.contact-page .box a {
  font-size: 17px;

  line-height: 21px;

  color: #fff;
}

.input_field {
  margin-bottom: 20px;
}

.form-control {
  height: 50px;

  border: 2px solid #495057;

  border-radius: 10px !important;

  width: 80%;

  margin: auto;
}

.form-control:focus {
  box-shadow: none;

  border: 2px solid #1c1c1d;
}

.thm-btn {
  display: inline-block;

  color: #fff;

  font-family: Philosopher;

  font-size: 1.25rem;

  font-weight: 700;

  padding: 8px 13px;

  position: relative;

  overflow: hidden;

  margin-bottom: -5px;

  text-align: center;

  z-index: 1;

  border-radius: 9px;

  border: none;
}

.thm-btn span:nth-of-type(1) {
  --n: 1;
}

.thm-btn span:nth-of-type(2) {
  --n: 2;
}

.thm-btn span:nth-of-type(3) {
  --n: 3;
}

.thm-btn span:nth-of-type(4) {
  --n: 4;
}

.thm-btn:hover,
.thm-btn:focus {
  color: #fff;
}

.thm-btn.thm-bg span {
  background-color: #222;
}

.thm-btn:hover span,
.thm-btn:focus span {
  -webkit-transform: translateY(0) scale(2);

  -ms-transform: translateY(0) scale(2);

  -o-transform: translateY(0) scale(2);

  transform: translateY(0) scale(2);
}

.thm-btn span {
  position: absolute;

  width: 25%;

  height: 100%;

  background-color: var(--c);

  -webkit-transform: translateY(150%);

  -ms-transform: translateY(150%);

  -o-transform: translateY(150%);

  transform: translateY(150%);

  -webkit-border-radius: 50%;

  border-radius: 50%;

  left: calc((var(--n) - 1) * 25%);

  -webkit-transition: 0.4s;

  -ms-transition: 0.4s;

  -o-transition: 0.4s;

  transition: 0.4s;

  -webkit-transition-delay: calc((var(--n) - 1) * 0.1s);

  -ms-transition-delay: calc((var(--n) - 1) * 0.1s);

  -o-transition-delay: calc((var(--n) - 1) * 0.1s);

  transition-delay: calc((var(--n) - 1) * 0.1s);

  z-index: -1;
}

.form-section {
  padding-bottom: 70px;
}

.form-card {
  background: #fff;

  box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.3);

  padding: 30px;
}

.article-row2 .item img {
  width: 165px !important;
}

.port-folio {
  padding: 70px 0;
}

.hides {
  display: none;
}

.port-folio .bod-img img {
  width: 100%;

  filter: none;
}

.bod-img img:hover {
  filter: sepia(1);
}

.contact-page .box a {
  text-transform: none;
}

.overlay {
  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  z-index: 100000000;
}

.overlay .overlayDoor:before,
.overlay .overlayDoor:after {
  content: "";

  position: absolute;

  width: 50%;

  height: 100%;

  background: #d7d3d3;

  transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);

  transition-delay: 0.8s;
}

.overlay .overlayDoor:before {
  left: 0;
}

.overlay .overlayDoor:after {
  right: 0;
}

.overlay.loaded .overlayDoor:before {
  left: -50%;
}

.overlay.loaded .overlayDoor:after {
  right: -50%;
}

.overlay.loaded .overlayContent {
  opacity: 0;

  margin-top: -15px;
}

.overlay .overlayContent {
  position: relative;

  width: 100%;

  height: 100%;

  display: flex;

  justify-content: center;

  align-items: center;

  flex-direction: column;

  transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
}

.overlay .overlayContent .skip {
  display: block;

  width: 130px;

  text-align: center;

  margin: 50px auto 0;

  cursor: pointer;

  color: #fff;

  font-family: "Nunito";

  font-weight: 700;

  padding: 12px 0;

  border: 2px solid #fff;

  border-radius: 3px;

  transition: 0.2s ease;
}

.overlay .overlayContent .skip:hover {
  background: #ddd;

  color: #444;

  border-color: #ddd;
}

.loader {
  width: 155px;

  height: 155px;

  border: 3px solid #07a157;

  border-bottom: 3px solid transparent;

  border-radius: 50%;

  position: relative;

  -webkit-animation: spin 1s linear infinite;

  animation: spin 1s linear infinite;

  display: flex;

  justify-content: center;

  align-items: center;

  position: absolute;
}

.loader .inner {
  width: 140px;

  height: 140px;

  border: 3px solid transparent;

  border-top: 3px solid #2e3192;

  border-radius: 50%;

  -webkit-animation: spinInner 1s linear infinite;

  animation: spinInner 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spinInner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-720deg);
  }
}

@keyframes spinInner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-720deg);
  }
}

body.loaded {
  overflow-y: auto;
}

.over-1 {
  position: relative;
}

.overlay svg {
  width: 150px !important;

  position: absolute;
}

.modals {
  display: none; /* Initially hidden */

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.5);

  z-index: 1000;

  overflow-y: auto;
}

.modal-dialogs {
  position: relative;

  margin: 5% auto;

  width: 500px;

  background: #fff;

  padding: 20px;

  border-radius: 8px;

  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);

  animation: fadeInDown 0.5s ease; /* Scale-in animation */
}

.modal-headers {
  display: flex;

  justify-content: space-between;

  align-items: center;
}

.close {
  background: none;

  border: none;

  font-size: 24px;

  cursor: pointer;
}

.remove-button {
  color: red;

  cursor: pointer;

  font-size: 0.9rem;

  margin-left: 10px;
}

.field_wrapper .input_field {
  position: relative;
}

.field_wrapper a {
  position: absolute;

  top: 10px;

  right: 0px;
}

.error-message {
  color: red;

  font-size: 12px;

  margin-top: 5px;

  display: none;
}

.suplier-review {
  width: 700px;

  margin: auto;

  box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.3);

  padding: 25px;
}

.suplier-review h2 {
  font-size: 23px;

  text-align: center;

  margin-bottom: 20px;
}

.suplier-review a {
  margin-right: 20px;
}

.no-btn {
  background: #f72627;
}

/* .contact-form {

  display: none;

  margin-top: 20px;

} */

.contact-form {
  margin-top: 20px;

  opacity: 0;

  max-height: 0;

  overflow: hidden;

  transition:
    opacity 0.5s ease,
    max-height 0.5s ease;
}

.contact-form.show {
  opacity: 1;

  max-height: 500px; /* Adjust this value based on the form height */
}

.modal-open .modal {
  padding: 0 !important;
}

.progress-wrap {
  position: fixed;

  right: 30px;

  bottom: 30px;

  height: 46px;

  width: 46px;

  cursor: pointer;

  display: block;

  border-radius: 50px;

  box-shadow: inset 0 0 0 2px rgb(255 9 9 / 28%);

  z-index: 10000;

  opacity: 0;

  visibility: hidden;

  transform: translateY(15px);

  -webkit-transition: all 200ms linear;

  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;

  visibility: visible;

  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;

  font-family: "Font Awesome 5 Free";

  content: "↑";

  text-align: center;

  line-height: 46px;

  font-size: 24px;

  color: rgb(255 0 0); /* --- Pijl kleur --- */

  left: 0;

  top: 0;

  height: 46px;

  width: 46px;

  cursor: pointer;

  display: block;

  z-index: 1;

  -webkit-transition: all 200ms linear;

  transition: all 200ms linear;
}

.progress-wrap:hover::after {
  opacity: 0;
}

.progress-wrap::before {
  position: absolute;

  font-family: "Font Awesome 5 Free";

  content: "↑";

  text-align: center;

  line-height: 46px;

  font-size: 24px;

  opacity: 0;

  background: black; /* --- Pijl hover kleur --- */

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

  left: 0;

  top: 0;

  height: 46px;

  width: 46px;

  cursor: pointer;

  display: block;

  z-index: 2;

  -webkit-transition: all 200ms linear;

  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: rgb(255 0 0); /* --- Lijn progres kleur --- */

  stroke-width: 4;

  box-sizing: border-box;

  -webkit-transition: all 200ms linear;

  transition: all 200ms linear;
}

.float {
  position: fixed;

  bottom: 153px;

  right: 33px;

  z-index: 100;
}

.float img {
  width: 50px;
}

.floats {
  position: fixed;

  width: 45px;

  height: 45px;

  bottom: 90px;

  right: 33px;

  background-color: #ed1b24;

  color: #fff;

  border-radius: 50px;

  text-align: center;

  font-size: 27px;

  box-shadow: 2px 2px 3px #fff;

  z-index: 100;
}

.floats .my-float {
  font-size: 18px;

  margin-top: 11px;
  rotate: 90deg;
}

.floats:hover {
  background-color: #2c2c2c;

  color: #ed1b24;
}

.divcheckbox {
  border: 2px solid #495057;

  border-radius: 10px;

  padding: 15px;

  margin: 20px auto;

  width: 80%;

  max-width: 400px;

  background: #fff;

  transition:
    border-color 0.3s,
    box-shadow 0.3s;
}

.divcheckbox:hover {
  border-color: #1c1c1d;

  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.form-control::placeholder {
  color: #515457;

  opacity: 1;

  text-transform: uppercase;
}

.image-lct {
  width: 100%;

  height: 254px;

  object-fit: cover;
}

.feature-section .icon-box {
  position: relative;

  padding: 40px 10px 0 105px;

  display: block;

  cursor: pointer;

  border: 1px solid #fff;

  border-right: none;

  height: 280px;

  margin-bottom: 40px;

  color: #161029;

  background: #fff;

  text-decoration: none;

  box-shadow:
    0 2px 2px rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 1px 5px rgba(0, 0, 0, 0.12);

  transition: 0.3s ease;
}

.feature-section .icon-box:hover {
  color: #07a157;

  border: 1px solid #07a157;
}

.feature-section a span {
  text-align: center;

  padding-top: 20px;

  width: 70px;

  height: 70px;

  position: absolute;

  left: 20px;

  top: 50px;

  display: block;

  border: 1px solid #dadada;

  background: #fff;

  color: #236;

  border-radius: 50%;

  font-size: 28px;
}

.feature-section .icon-box__title {
  font-size: 20px;

  font-weight: 600;

  margin-bottom: 10px;
}

.services-offer-section {
  padding: 20px 0;
}

.services-offer-section .services-post {
  margin-bottom: 30px;

  padding-bottom: 25px;

  transition: all 0.2s ease-in-out;

  background: #fff;

  border: 1px solid #ededed;

  overflow: hidden;
}

.services-offer-section .services-post img {
  width: 100%;

  display: block;
}

.services-offer-section .services-post .services-content {
  padding: 20px;
}

.services-offer-section .services-post .services-content h2 {
  font-size: 16px;

  text-transform: uppercase;

  font-weight: 700;

  margin-bottom: 15px;
}

.services-offer-section .services-post .services-content h2 a {
  display: block;

  padding: 20px 15px;

  text-decoration: none;

  color: #333333;

  transition: all 0.2s ease-in-out;
  background-color: #07a157;
}

.services-offer-section .services-post .services-content h2 a:hover {
  opacity: 0.7;
}

.services-offer-section .services-post:hover .services-content h2 a {
  padding-bottom: 25px;

  background: #07a157;

  color: #ffffff;

  margin-bottom: 0;
}

.section-title {
  font-size: 28px;

  font-weight: 700;

  color: #222;
}

.sub-heading {
  font-size: 22px;

  font-weight: 600;

  color: #ff2924;
}

.mini-title {
  font-size: 20px;

  font-weight: 600;

  color: #000;
}

.list-check li {
  margin-bottom: 8px;

  padding-left: 20px;

  position: relative;
}

.list-check li::before {
  content: "✔";

  position: absolute;

  left: 0;

  top: 0;

  color: #ff2924;

  font-weight: 700;
}
.service-box {
  background: #ffffff;
  padding: 35px;
  border-radius: 12px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  height: 100%;
  transition: 0.3s;
}

.service-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.card-margin {
  margin-bottom: 0.5rem;
}

.widget-49-meeting-item {
  text-align: justify;
}

.card {
  border: 0;

  box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);

  -webkit-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);

  -moz-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);

  -ms-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);

  /* min-height: 350px; */
}

.card {
  position: relative;

  display: flex;

  flex-direction: column;

  min-width: 0;

  word-wrap: break-word;

  background-color: #ffffff;

  background-clip: border-box;

  border-radius: 8px;
}

.card .card-header.no-border {
  border: 0;
}

.card .card-header {
  background: none;

  padding: 0 0.9375rem;

  font-weight: 500;

  display: flex;

  align-items: center;

  min-height: 50px;
}

.card-header:first-child {
  border-radius: calc(8px - 1px) calc(8px - 1px) 0 0;
}

.widget-49 .widget-49-title-wrapper {
  display: flex;

  align-items: center;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-primary {
  display: flex;

  align-items: center;

  justify-content: center;

  flex-direction: column;

  background-color: #edf1fc;

  width: 4rem;

  height: 4rem;

  border-radius: 50%;
}

.widget-49
  .widget-49-title-wrapper
  .widget-49-date-primary
  .widget-49-date-day {
  color: #4e73e5;

  font-weight: 500;

  font-size: 1.5rem;

  line-height: 1;
}

.widget-49
  .widget-49-title-wrapper
  .widget-49-date-primary
  .widget-49-date-month {
  color: #4e73e5;

  line-height: 1;

  font-size: 1rem;

  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-secondary {
  display: flex;

  align-items: center;

  justify-content: center;

  flex-direction: column;

  background-color: #fcfcfd;

  width: 4rem;

  height: 4rem;

  border-radius: 50%;
}

.widget-49
  .widget-49-title-wrapper
  .widget-49-date-secondary
  .widget-49-date-day {
  color: #dde1e9;

  font-weight: 500;

  font-size: 1.5rem;

  line-height: 1;
}

.widget-49
  .widget-49-title-wrapper
  .widget-49-date-secondary
  .widget-49-date-month {
  color: #dde1e9;

  line-height: 1;

  font-size: 1rem;

  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-success {
  display: flex;

  align-items: center;

  justify-content: center;

  flex-direction: column;

  background-color: #e8faf8;

  width: 4rem;

  height: 4rem;

  border-radius: 50%;
}

.widget-49
  .widget-49-title-wrapper
  .widget-49-date-success
  .widget-49-date-day {
  color: #17d1bd;

  font-weight: 500;

  font-size: 1.5rem;

  line-height: 1;
}

.widget-49
  .widget-49-title-wrapper
  .widget-49-date-success
  .widget-49-date-month {
  color: #17d1bd;

  line-height: 1;

  font-size: 1rem;

  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-info {
  display: flex;

  align-items: center;

  justify-content: center;

  flex-direction: column;

  background-color: #ebf7ff;

  width: 4rem;

  height: 4rem;

  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-info .widget-49-date-day {
  color: #36afff;

  font-weight: 500;

  font-size: 1.5rem;

  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-info .widget-49-date-month {
  color: #36afff;

  line-height: 1;

  font-size: 1rem;

  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-warning {
  display: flex;

  align-items: center;

  justify-content: center;

  flex-direction: column;

  background-color: floralwhite;

  width: 4rem;

  height: 4rem;

  border-radius: 50%;
}

.widget-49
  .widget-49-title-wrapper
  .widget-49-date-warning
  .widget-49-date-day {
  color: #ffc868;

  font-weight: 500;

  font-size: 1.5rem;

  line-height: 1;
}

.widget-49
  .widget-49-title-wrapper
  .widget-49-date-warning
  .widget-49-date-month {
  color: #ffc868;

  line-height: 1;

  font-size: 1rem;

  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-danger {
  display: flex;

  align-items: center;

  justify-content: center;

  flex-direction: column;

  background-color: #feeeef;

  width: 4rem;

  height: 4rem;

  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-danger .widget-49-date-day {
  color: #f95062;

  font-weight: 500;

  font-size: 1.5rem;

  line-height: 1;
}

.widget-49
  .widget-49-title-wrapper
  .widget-49-date-danger
  .widget-49-date-month {
  color: #f95062;

  line-height: 1;

  font-size: 1rem;

  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-light {
  display: flex;

  align-items: center;

  justify-content: center;

  flex-direction: column;

  background-color: #fefeff;

  width: 4rem;

  height: 4rem;

  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-light .widget-49-date-day {
  color: #f7f9fa;

  font-weight: 500;

  font-size: 1.5rem;

  line-height: 1;
}

.widget-49
  .widget-49-title-wrapper
  .widget-49-date-light
  .widget-49-date-month {
  color: #f7f9fa;

  line-height: 1;

  font-size: 1rem;

  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-dark {
  display: flex;

  align-items: center;

  justify-content: center;

  flex-direction: column;

  background-color: #ebedee;

  width: 4rem;

  height: 4rem;

  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-dark .widget-49-date-day {
  color: #394856;

  font-weight: 500;

  font-size: 1.5rem;

  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-dark .widget-49-date-month {
  color: #394856;

  line-height: 1;

  font-size: 1rem;

  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-base {
  display: flex;

  align-items: center;

  justify-content: center;

  flex-direction: column;

  background-color: #f0fafb;

  width: 4rem;

  height: 4rem;

  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-base .widget-49-date-day {
  color: #68cbd7;

  font-weight: 500;

  font-size: 1.5rem;

  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-base .widget-49-date-month {
  color: #68cbd7;

  line-height: 1;

  font-size: 1rem;

  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-meeting-info {
  display: flex;

  flex-direction: column;

  margin-left: 1rem;
}

.widget-49
  .widget-49-title-wrapper
  .widget-49-meeting-info
  .widget-49-meeting-time {
  color: #b1bac5;

  font-size: 13px;
}

.widget-49 .widget-49-meeting-action {
  text-align: right;
}

.widget-49 .widget-49-meeting-action a {
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-icon-primary {
  display: flex;

  align-items: center;

  justify-content: center;

  background-color: #edf1fc;

  width: 4rem;

  height: 4rem;

  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-icon-warning {
  display: flex;

  align-items: center;

  justify-content: center;

  background-color: floralwhite;

  width: 4rem;

  height: 4rem;

  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-icon-success {
  display: flex;

  align-items: center;

  justify-content: center;

  background-color: #e8faf8;

  width: 4rem;

  height: 4rem;

  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-icon-info {
  display: flex;

  align-items: center;

  justify-content: center;

  background-color: #ebf7ff;

  width: 4rem;

  height: 4rem;

  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-icon-danger {
  display: flex;

  align-items: center;

  justify-content: center;

  background-color: #feeeef;

  width: 4rem;

  height: 4rem;

  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-icon-base {
  display: flex;

  align-items: center;

  justify-content: center;

  background-color: #f0fafb;

  width: 4rem;

  height: 4rem;

  border-radius: 50%;
}

.service-icon {
  width: 2.5rem;

  height: 2.5rem;
}
.ad-docs-section {
  max-width: 1200px;
  margin: 0 auto;
}

.ad-docs-section h2 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 30px;
  color: #222;
}

.ad-docs-section h2 span {
  color: #222; /* highlight "Documents Required" */
}

.docs-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 768px) {
  .docs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .docs-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.doc-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 18px 16px 20px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  border: 1px solid #e6e4e9;
  min-height: 130px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.doc-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.doc-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #ed1b24;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  flex-shrink: 0;
}

.doc-title {
  font-size: 15px;
  font-weight: 600;
  color: #222;
  margin-top: 10px;
}

.doc-text {
  font-size: 13px;
  line-height: 1.5;
  color: #555;
  margin-left: 10px;
}
.box-a {
  padding: 0% 15% 0% 15%;
}
.button {
  display: inline-block;
  border-radius: 4px;
  background-color: #ed1b24; /* Default: Orange */
  border: none;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  padding: 10px 20px;
  cursor: pointer;
  transition: 0.3s;
  align-items: center;
}

.button.green {
  background-color: #07a157; /* Green Button */
}

.button span {
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: "\00bb"; /* Arrow animation */
  position: absolute;
  opacity: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}
.button-1 {
  margin-left: 220px;
}
.list-design li::before {
  content: "☞" !important;
  position: absolute;
  left: 0;
  top: 0;
  color: #ff2924;
  font-weight: 700;
}

.card-header .section-title {
  text-align: center;
}

/* ============================================
   Video Button & Modal Styles
   ============================================ */

/* Video Button Wrapper */

/* Modern Animated Watch Video Button */
.watch-video-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 5px 15px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #ffffff;
  background: linear-gradient(135deg, #02a552 0%, #02a552 100%);
  border: none;
  border-radius: 50px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 8px 25px rgba(255, 0, 43, 0.4);
}

.watch-video-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: left 0.6s ease;
}

.watch-video-btn:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 15px 40px rgb(255, 0, 43);
}

.watch-video-btn:hover::before {
  left: 100%;
}

.watch-video-btn .btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: all 0.4s ease;
}

.watch-video-btn:hover .btn-icon {
  background: #ffffff;
  color: #ff2720;
  transform: scale(1.1) rotate(360deg);
}

.watch-video-btn .btn-icon i {
  font-size: 14px;
  transition: all 0.4s ease;
}

.watch-video-btn .btn-text {
  position: relative;
  z-index: 1;
}

.watch-video-btn:active {
  transform: translateY(-1px) scale(0.98);
  box-shadow: 0 5px 15px rgba(233, 69, 96, 0.4);
}

/* Video Modal Overlay */
.video-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(8px);
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.video-modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Video Modal Container */
.video-modal-container {
  position: relative;
  width: 90%;
  max-width: 900px;
  transform: translateY(50px) scale(0.9);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.video-modal-overlay.active .video-modal-container {
  transform: translateY(0) scale(1);
  opacity: 1;
}

/* Modal Close Button */
.video-modal-close {
  position: absolute;
  top: -50px;
  right: 0;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
}

.video-modal-close:hover {
  background: #e94560;
  border-color: #e94560;
  transform: rotate(90deg);
}

/* Video Modal Content */
.video-modal-content {
  position: relative;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
}

.video-modal-content video {
  display: block;
  width: 100%;
  height: auto;
  /* max-height: 70vh; */
  background: #000;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .watch-video-btn {
    padding: 14px 28px;
    font-size: 14px;
    gap: 10px;
  }

  .watch-video-btn .btn-icon {
    width: 32px;
    height: 32px;
  }

  .video-button-wrapper {
    padding: 30px 15px;
  }

  .video-modal-container {
    width: 95%;
    max-width: none;
  }

  .video-modal-close {
    top: -40px;
    right: 0;
    width: 36px;
    height: 36px;
    font-size: 16px;
  }

  .video-modal-content video {
    max-height: 50vh;
  }
}

@media (max-width: 480px) {
  .watch-video-btn {
    padding: 12px 24px;
    font-size: 12px;
    letter-spacing: 1px;
  }

  .video-button-wrapper {
    padding: 25px 10px;
  }
}

/* ============================================
   BLOG SECTION STYLES
   ============================================ */

.blog-section {
  padding: 80px 0;
  background: #f8f8f8;
}

.blog-header {
  text-align: center;
  margin-bottom: 50px;
}

.blog-header h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #302f2f;
  margin-bottom: 10px;
}

.blog-header p {
  font-size: 1.1rem;
  color: #666;
  text-align: center;
}

/* Blog Cards Grid Layout - 3 Column */
.blog-cards-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.blog-cards-grid > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
}

.blog-cards-grid .blog-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog-cards-grid .blog-card-link {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog-cards-grid .blog-card-image {
    flex: 0 0 auto;
}

.blog-cards-grid .blog-card-content {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}

.blog-cards-grid .blog-read-more {
    margin-top: auto;
}

/* Blog Cards */
.blog-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.blog-card:hover {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.blog-cards-grid > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}

/* Blog Cards */
.blog-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.blog-card:hover {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.blog-card-link {
  display: block;
  text-decoration: none;
}

.blog-card-image {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-card:hover .blog-card-image img {
  transform: scale(1.05);
}

.blog-card-content {
  padding: 25px;
}

.blog-card-content h1 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #302f2f;
  margin-bottom: 15px;
  line-height: 1.4;
}

.blog-card-content p {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: justify;
}

.blog-read-more {
  color: #07a157;
  font-weight: 600;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.blog-card:hover .blog-read-more {
  gap: 12px;
}

.blog-read-more i {
  font-size: 0.8rem;
  transition: transform 0.3s ease;
}

.blog-card:hover .blog-read-more i {
  transform: translateX(5px);
}

/* Blog Sidebar */
.blog-sidebar {
  padding-left: 20px;
}

.sidebar-widget {
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 30px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}

.sidebar-widget h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #302f2f;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #07a157;
}

/* Search Widget */
.search-widget .search-form {
  display: flex;
  gap: 10px;
}

.search-widget .search-form input {
  flex: 1;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 0.9rem;
}

.search-widget .search-form input:focus {
  outline: none;
  border-color: #07a157;
}

.search-widget .search-form button {
  padding: 12px 18px;
  background: #07a157;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.search-widget .search-form button:hover {
  background: #058f47;
}

/* Recent Posts Widget */
.recent-post {
  margin-bottom: 20px;
}

.recent-post:last-child {
  margin-bottom: 0;
}

.recent-post a {
  display: flex;
  gap: 15px;
  text-decoration: none;
  align-items: center;
}

.recent-post-image {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
}

.recent-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recent-post-content h4 {
  font-size: 0.95rem;
  font-weight: 600;
  color: #302f2f;
  margin-bottom: 5px;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.recent-post:hover .recent-post-content h4 {
  color: #07a157;
}

.recent-post-content span {
  font-size: 0.8rem;
  color: #999;
}

.recent-post-content span i {
  margin-right: 5px;
}

/* Categories Widget */
.categories-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.categories-list li {
  margin-bottom: 12px;
}

.categories-list li:last-child {
  margin-bottom: 0;
}

.categories-list li a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #666;
  text-decoration: none;
  font-size: 0.95rem;
  padding: 8px 0;
  transition: all 0.3s ease;
}

.categories-list li a i {
  font-size: 0.7rem;
  color: #07a157;
}

.categories-list li a:hover {
  color: #07a157;
  padding-left: 8px;
}

/* Contact Widget */
.contact-widget {
  text-align: center;
}

.contact-widget p {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 20px;
  text-align: center;
}

.contact-widget .btn {
  background: #07a157;
  color: #fff;
  padding: 12px 30px;
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.contact-widget .btn:hover {
  background: #058f47;
  color: #fff;
}

/* Blog Page Responsive */
@media (max-width: 991px) {
    .blog-section {
        padding: 60px 0;
    }

    .blog-sidebar {
        padding-left: 0;
        margin-top: 30px;
    }

    .blog-header h1 {
        font-size: 2rem;
    }

    /* Tablet: reduce card image height slightly */
    .blog-card-image {
        height: 220px;
    }

    /* Grid margin fix for tablet */
    .blog-cards-grid {
        margin-bottom: -15px;
    }

    .blog-card {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .blog-section {
        padding: 40px 0;
    }

    .blog-header {
        margin-bottom: 30px;
    }

    .blog-header h1 {
        font-size: 1.75rem;
    }

    .blog-header p {
        font-size: 1rem;
    }

    .blog-card-image {
        height: 200px;
    }

    .blog-card-content {
        padding: 20px;
    }

    .blog-card-content h1 {
        font-size: 1.25rem;
    }

    .blog-card-content p {
        font-size: 0.9rem;
    }

    .sidebar-widget {
        padding: 20px;
    }

    .sidebar-widget h3 {
        font-size: 1.1rem;
    }

    .recent-post-image {
        width: 60px;
        height: 60px;
    }

    .recent-post-content h4 {
        font-size: 0.85rem;
    }
}

@media (max-width: 479px) {
  .blog-section {
    padding: 30px 0;
  }

  .blog-header h1 {
    font-size: 1.5rem;
  }

  .blog-card-image {
    height: 180px;
  }

  .blog-card-content {
    padding: 15px;
  }

  .blog-card-content h1 {
    font-size: 1.1rem;
  }

  .blog-card-content p {
    font-size: 0.85rem;
  }

  .sidebar-widget {
    padding: 15px;
  }

  .search-widget .search-form {
    flex-direction: column;
  }

  .search-widget .search-form button {
    width: 100%;
  }
}
