@import url("https://fonts.googleapis.com/css2?family=Agbalumo&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

.custom-list li,
.header-top-right,
.header-top-right .enquiry-btn,
.nav-links ul {
  align-items: center;
  display: flex;
}

.about-box h2,
.about-box p,
.section-des,
.swiper-slide {
  text-align: center;
}

.about-box,
.blog-head ul,
.contact-info-box,
.custom-list,
.main-cat-btns {
  align-content: center;
}

*,
.contact-form-blog,
form input {
  box-sizing: border-box;
}

.about-img,
.gallery-img,
.keyword-img img {
  aspect-ratio: 1/1;
  object-fit: cover;
}

.gallery-img {
  padding: 10px;
  box-shadow: 0px 0px 15px -7px black;
  border-radius: 12px;
}

.check-icon,
.thank-you-heading {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

:root {
  --primary-color: #31313b;
  --secondary-color: #af3710;
  --tertiary-color: rgb(0, 0, 0);
  --link-color: black;
  --link-color2: rgb(0, 0, 0);
}

* {
  margin: 0;
  padding: 0;
  font-family: Poppins, serif;
  font-size: 1em;
}

body {
  background-color: #ffffff1a;
}

ul {
  list-style-type: none;
  margin-bottom: 0;
}

p {
  font-size: 16px;
}

.contact-form label,
a {
  font-size: 15px;
}

.custom-list {
  display: flex;
}

.custom-list li span {
  margin-left: 10px;
}

.section-padding {
  padding: 50px 0;
}

.section-bg {
  /* background-image: url("../img/banner/geekay-bg1.png"); */
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f1f1f1;
  background-size: cover;
}

.section-heading-sm {
  font-size: 33px;
  margin-bottom: 15px;
  text-align: center;
  position: relative;
  color: var(--primary-color);
  font-family: "Agbalumo", system-ui;
}

#our-products,
.cat,
.section-heading-sm span {
  position: relative;
}

.pro-name-color {
  color: var(--primary-color);
  font-family: "Agbalumo", system-ui;
  font-size: 40px;
}

.section-des {
  padding: 0 80px;
  margin-bottom: 50px;
}

.breadcrumb {
  width: 100%;
  background-color: #01132c;
  margin-bottom: 0px;
}

.breadcrumb-bg {
  padding-top: 12px;
  padding-bottom: 6px;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  border-bottom: 1px solid silver;
}

.breadcrumb-bg h3 {
  background-color: #bdbdbd38;
  color: #000;
  padding: 7px 20px;
  font-size: 20px;
}

.breadcrumb  span{
  color: white;
}
.breadcrumb a{
  color: white;
  text-decoration: none;
}
/* TOP MARQUEE */

/* TOP MARQUEE */
.header-top {
  display: flex;
  background: #111827;
  color: #fff;
  font-size: 15px;
  padding: 6px 0;
}

.header-top marquee {
  opacity: 0.9;
}

/* MIDDLE HEADER */
.header-mid {
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
}

.header-mid .container {
  max-width: 1200px;
  margin: auto;
  padding: 6px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: #374151;
}

.mid-left span {
  margin-right: 15px;
  font-size: 15px;
  font-weight: 600;
}
.mid-left span a {
  text-decoration: none;
  color: #111827;
}
.mid-left i {
  color: #01b1ee;
  margin-right: 5px;
}

.social-icons a {
  color: #111827;
  font-size: 17px;
  margin-left: 12px;
  transition: 0.3s;
}

.social-icons a:hover {
  color: #01b1ee;
}

/* BOTTOM HEADER */
.header-bottom {
  background: #dbecf2;
  position: sticky;
  top: 0;
  z-index: 999;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.header-bottom .container {
  max-width: 1200px;
  margin: auto;
  padding: 2px 15px 3px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
}
.logo img {
  max-width: 99px;
}
/* NAVIGATION */
nav {
  display: flex;
  align-items: center;
  gap: 20px;
}

nav a {
  text-decoration: none;
  color: black;
  font-size: 17px;
  font-weight: 500;
  position: relative;
  transition: 0.3s;
}

nav a:hover {
  color: #111827;
}

/* Base dropdown */
.dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 26px;
  left: 0;
  min-width: 220px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  display: none;
  padding: 10px 0;
  border-radius: 8px;
  z-index: 10;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

/* Category block */
.dropdown-item {
  position: relative;
  background-color: rgb(235, 235, 235);
  border-bottom: 1px solid #a8a8a8;
}
.dropdown-item:active {
  background-color: rgb(235, 235, 235);
}
.dropdown-item:last-child {
  border-bottom: none;
}
.dropdown-item a {
  display: block;
  padding: 8px 0px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  color: #111827;
  white-space: nowrap;
}

/* Submenu */
.submenu {
  position: absolute;
  top: 0;
  left: 100%;
  background: #fff;
  min-width: 180px;
  padding: 10px 0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  display: none;
  border: 1px solid #bdbdbd;
}

/* show submenu on hover of category */
.dropdown-item:hover .submenu {
  display: block;
}

.submenu a {
  display: block;
  padding: 9px 15px;
  font-size: 14px;
  font-weight: 500;
  color: #111;
  white-space: nowrap;
  border-bottom: 1px solid #bdbdbd;
}
.submenu a:last-child {
  border-bottom: none;
}
.submenu a:hover {
  background: #f3f4f6;
}
/* SEARCH */
.search-box {
  position: relative;
}

.search-box input {
  padding: 10px 30px 10px 15px;
  font-size: 13px;
  border: 1px solid #4b4b4b;
  border-radius: 20px;
  outline: none;
}

.search-box i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #6b7280;
  font-size: 13px;
}

/* MOBILE */
.menu-toggle {
  display: none;
  font-size: 20px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .header-mid .container {
    flex-direction: column;
    gap: 5px;
    text-align: center;
  }

  nav {
    position: absolute;
    background: #ffffff;
    left: 0;
    right: 0;
    top: 100%;
    flex-direction: column;
    padding: 15px;
    display: none;
  }

  nav.active {
    display: flex;
  }

  .menu-toggle {
    display: block;
  }

  .search-box {
    width: 100%;
  }

  .search-box input {
    width: 100%;
  }
}
.swiper-slide {
  height: auto;
  font-size: 18px;
  background: #fff;
  display: flex;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-box {
  display: flex;
  flex-direction: column;
  /*justify-content: center;*/
  padding: 25px;
  border-radius: 12px;
  border: 1px solid #01132c;
  background-color: #f4f4f4;
  box-shadow: 0px 0px 13px -4px #01132c;
}

.about-box img {
  font-size: 30px;
  height: 45px;
  width: 45px;
}

.about-box h2 {
  margin-top: 20px;
  font-size: 19px;
  color: #01132c;
}

.about-box p {
  font-size: 15px;
}

.cat-icon-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px;
  border-radius: 12px;
  border: 1px solid var(--primary-color);
  background-color: rgb(241 241 243);
}

.cat-icon-box img {
  font-size: 30px;
  height: 55px;
  width: 55px;
}

.cat-icon-box h2 {
  text-align: center;
  margin-top: 20px;
  font-size: 19px;
  font-weight: 600;
  color: var(--primary-color);
}

.cat-icon-box p {
  text-align: center;
  font-size: 15px;
}

.keyword-img {
  float: right;
  margin-bottom: 10px;
  margin-left: 30px;
}

.keyword-img img {
  width: 400px;
  border-radius: 10px;
  box-shadow: 0 0 15px -10px;
  border: 1px solid #e1e1e1;
}

.action-btns a,
.main-cat-btns a {
  border-radius: 5px;
  text-decoration: none;
}

.keyword-content h2 {
  font-size: 27px;
  margin-bottom: 15px;
}

.about-content,
.about-content p,
.keyword-content p,
.product-content p {
  text-align: justify;
}

.about-content {
  text-align: center;
}

/* .about-content p {
  text-align: center;
} */

.main-cat-btns {
  margin-top: 4px;
  display: flex;
}

.main-cat-btns a {
  width: 50%;
  color: #f5f5f5;
  background-color: #000;
  text-align: center;
  padding: 7px 20px;
}

.main-cat-btns a:first-child {
  margin-right: 7px;
}

.product-box {
  margin-bottom: 30px;
  padding: 10px;
  background-color: white;
  border: 1px solid #c1c1c1;
  box-shadow: 0px 0px 16px -11px;
}

.accordion-item,
.product-box-img {
  margin-bottom: 10px;
  overflow: hidden;
}

.product-box-img {
  width: 100%;
}

.product-box-img img {
  width: 100%;
  aspect-ratio: 2/1.6;
  object-fit: cover;
  border-bottom: 1px solid #bebebe;
  padding-bottom: 12px;
}

.product-box:hover .product-box-img img {
  transform: scaleX(-1);
  /*transition: 1s;*/
}

/*.product-box:hover {*/
/*	box-shadow: 0 0 12px -3px;*/
/*	transition: .5s*/
/*}*/

.product-box h3 {
  font-size: 19px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-box h3 a {
  font-size: 19px;
  color: #000;
  text-decoration: none;
}

.product-box p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  text-align: justify;
  margin-bottom: 3px;
}

.product-box .review {
  display: flex;
  align-items: center;
  color: #ffb321;
  margin-bottom: 6px;
}

.product-box .price {
  margin-top: 6px;
}

.product-box .price .rprice {
  color: var(--primary-color);
  font-weight: 600;
  margin-right: 8px;
}

.product-box .price .dprice {
  color: gray;
  text-decoration: line-through;
}

.product-box .review span {
  margin-left: 5px;
  color: #b33e37;
  font-weight: 600;
}

.product-box .review i {
  font-size: 20px;
}

.address-box p,
.footer-second-section .col {
  text-align: start;
}

.action-btns,
.mbi-footer-list {
  display: flex;
}

.action-btns a {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  color: #fff;
  padding: 5px;
  font-size: 11px;
}

.about-img,
.companyinfo table,
.modal,
form button,
form input {
  width: 100%;
}

.action-btns a i {
  font-size: 17px;
  margin-right: 3px;
}

.action-btns a:first-child {
  flex: 1;
  text-decoration: none;
  background-color: rgb(4 50 98);
  margin-right: 3px;
}

.action-btns a:nth-child(2) {
  flex: 1;
  text-decoration: none;
  background-color: var(--primary-color);
  margin-right: 3px;
}

.action-btns a:last-child {
  flex: 1;
  text-decoration: none;
  background-color: #01132c;
  margin-left: 3px;
}

.contact-section,
.faq-section {
  padding: 30px;
}

.accordion-item {
  border: none;
  border-radius: 10px;
}

.accordion-button {
  background-color: #01132c;
  color: white;
  font-weight: 600;
  transition: 0.3s;
}

.accordion-button:not(.collapsed) {
  background-color: #000;
  color: #fff;
}

.accordion-button i {
  margin-right: 10px;
  color: white;
}

.accordion-button:not(.collapsed) i,
.footer-second-section ul li a:hover {
  color: #fff;
}

.accordion-button::after {
  height: 20px;
  width: 20px;
  color: #fff;
  background-image: url("../img/arrow-down-s-line.png");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../img/arrow-down-s-line.png");
}

.accordion-button:not(.collapsed).accordion-button::after,
.close-btn:hover,
.social-icon:hover {
  color: #000;
}

.accordion-button:focus {
  box-shadow: none;
}

.contact-form {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 0 15px -8px;
  border-radius: 10px;
}

.country-select {
  font-size: 13px;
  border: 1px solid #ababab;
  background-color: #f5f5f5;
}

.custom-footer,
.submit-btn {
  background-color: var(--primary-color);
}

.contact-form .input-group-text {
  background-color: #f5f5f5;
  border: none;
  border-right: 2px solid #ababab;
  margin-right: 1px;
}

.contact-form .form-control,
.contact-form .form-select {
  margin: 0;
  font-size: 15px;
  border: none;
  background-color: #f5f5f5;
  transition: 0.3s;
}

.contact-form .form-control:focus {
  box-shadow: 0 0 0 0.25rem #fff;
}

.submit-btn {
  border: none;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.submit-btn:hover {
  background-color: var(--secondary-color);
  transform: translateY(-3px);
}

.custom-footer {
  color: #ecf0f1;
  padding-top: 50px;
  padding-bottom: 30px;
  padding-right: 30px;
  padding-left: 30px;
  /* background-image: url("../img/banner/geekay-footer-bg2.png");  */
  background-color: #000000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-first-section {
  padding-bottom: 15px;
  padding-top: 15px;
}

.footer-first-section .address-box,
.footer-first-section .contact-box,
.footer-first-section .social-box {
  min-height: 138px;
  padding: 20px;
  border: 1px solid #000;
  border-radius: 8px;
  transition: background-color 0.3s;
  background-color: #dfdfdf;
}

.contact-box p {
  display: flex;
  justify-content: start;
  font-size: 15px;
  color: #000;
  margin-bottom: 9px;
}

.contact-box p span {
  margin-right: 5px;
}

.contact-box p a {
  text-decoration: none;
  color: #000;
  margin-left: 5px;
  word-break: break-all;
}

.address-box p {
  font-size: 15px;
  color: #000;
}

.footer-first-section h4 {
  font-size: 18px;
  color: #000;
  margin-bottom: 13px;
  text-align: start;
}

.footer-first-section h4 i {
  margin-right: 10px;
  font-size: 16px;
}

.social-links {
  gap: 15px;
  margin-top: 15px;
  display: flex;
  justify-content: start;
}

.social-icon {
  color: #000;
  font-size: 18px;
  transition: color 0.3s;
  margin: 0 10px;
}

.footer-second-section {
  margin-bottom: 30px;
}

.footer-second-section h5 {
  color: white;
  margin-bottom: 25px;
  text-align: start;
  position: relative;
}

.footer-second-section h5::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 1px;
  width: 90px;
  background-color: white;
}

.footer-second-section ul {
  list-style: none;
  padding: 0;
}

.footer-second-section ul li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: start;
  margin-bottom: 8px;
}

.footer-second-section ul li a {
  color: white;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-third-section {
  background-color: #01132c;
  padding: 15px 0;
}

.footer-third-section p {
  margin: 0;
  color: white;
  font-size: 14px;
  text-align: center;
}

.footer-third-section p a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
}

@media (max-width: 768px) {
  .main-content {
    flex-direction: column;
  }

  .social-links {
    justify-content: center;
  }

  .footer-second-section .col {
    margin-bottom: 20px;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: 2% auto;
  padding: 20px;
  border: 1px solid #888;
  max-width: 900px;
  width: 100%;
  text-align: center;
  position: relative;
}

.close-btn {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: 700;
  cursor: pointer;
}

form input {
  margin: 10px 0;
  padding: 10px;
}

form button {
  padding: 10px;
  background-color: #4caf50;
  color: #fff;
  border: none;
  cursor: pointer;
}

.about-img {
  box-shadow: 0 0 15px -12px;
  border: 1px solid #9d9d9d;
  border-radius: 10px;
}

.about-content h1 {
  font-size: 43px;
  margin-bottom: 15px;
  font-family: "Agbalumo", system-ui;
  color: var(--primary-color);
}

.about-table {
  width: 700px;
}

.companyinfo table tr td,
.companyinfo table tr th {
  padding: 10px !important;
  border: 1px solid #ccc;
}

@media only screen and (max-width: 991px) {
  .companyinfo table {
    font-size: 22px;
  }
}

@media only screen and (max-width: 576px) {
  .custom-footer {
    padding-right: 10px;
    padding-left: 10px;
  }

  .companyinfo table {
    font-size: 17px;
  }
}

.contact-info-container {
  padding: 20px;
}

.contact-info-box {
  padding-bottom: 5px;
  display: flex;
  margin-bottom: 15px;
  border-bottom: 1px solid #bbb;
}

.contact-info-box:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.contact-info-box .icon {
  /* background-color: var(--primary-color); */
  background-color: #040404;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}

.contact-info-box .icon i {
  font-size: 25px;
  color: #fff;
}

.contact-info-box h2 {
  font-size: 17px;
}

.contact-info-box p,
.contact-info-box p a {
  font-size: 15px;
  margin-bottom: 6px;
}

.contact-info-box p a {
  word-break: break-all;
  color: #000;
  text-decoration: none;
}

.contact-info-box p a:hover {
  color: #474747;
}

.contact-form-box {
  /*border-left: 1px solid #e4e4e4;*/
}

.social-links-cont {
  display: flex;
  align-content: baseline;
  padding-left: 0;
  margin-top: 30px;
}

.social-links-cont li a {
  text-decoration: none;
  font-size: 21px;
  color: #000;
  background-color: #f5f5f5;
  margin: 0 5px;
  padding: 5px 10px;
}

.blog-cat-box ul li,
.blog-social-box ul li {
  padding: 10px 20px;
  font-weight: 500;
}

.our-products-head {
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 42px;
  padding-bottom: 11px;
}

.our-products-head a {
  font-size: 31px;
  text-decoration: none;
  color: var(--primary-color);
  font-family: "Agbalumo", system-ui;
}

.product-img {
  float: right;
  width: 400px;
  margin-left: 40px;
  margin-bottom: 40px;
  padding: 20px;
  box-shadow: 0 0 12px -8px;
  background-color: #e2e2e2;
  border: 1px solid #cacaca;
}

.product-img img {
  margin-bottom: 8px;
  width: 100%;
  aspect-ratio: 2/1.7;
  object-fit: cover;
  padding: 0px 3px;
}

.sitemap-catlink li,
.sitemap-navlink li {
  background-color: var(--primary-color);
  color: #fff;
  padding: 5px 20px;
  border-radius: 3px;
  margin-bottom: 15px;
  margin-right: 15px;
}

.sitemap-catlink li {
  background-color: white;
  border: 1px solid black;
  color:black;
}
.sitemap-navlink li a{
    text-decoration:none;
    color:black;
}
.sitemap-catlink li a{
    text-decoration:none;
    color:black;
}
.sitemap-navlink li {
  background-color: white;
  border: 1px solid black;
}

.product-content h1 {
  font-size: 24px;
  margin-bottom: 14px;
}

.product-content .details {
  border: 1px solid #b33e37;
  padding: 15px;
  width: 60%;
  margin-bottom: 20px;
  border-radius: 5px;
}

.product-content .details .jprice {
  font-size: 20px;
  color: var(--primary-color);
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.product-content .details .mprice {
  font-size: 15px;
  display: block;
  margin-bottom: 7px;
}

.product-content .details .gst {
  font-size: 14px;
  display: block;
}

.sitemap-navhead {
  color: #fff;
  margin-bottom: 20px;
  font-size: 18px;
  padding: 8px 20px;
  /* background-color: var(--primary-color); */
  background-color: #01132c;
}

.blog-cat-box ul li,
.blog-head {
  margin-bottom: 10px;
  background-color: #f1f1f1;
}

.sitemap-cathead {
  font-size: 17px;
  padding: 8px 20px;
  /* background-color: var(--primary-color); */
  background-color: #01132c;
  color: #fff;
  display: flex;
  align-items: center;
  font-weight: 400;
}

.sitemap-cathead a {
  text-decoration: none;
  font-size: 18px;
  color: #fff;
}

.sitemap-catlink,
.sitemap-navlink {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 0;
}

.blog-cat-box ul,
.blog-head ul,
.blog-social-box ul {
  padding-left: 0;
  display: flex;
}

.blog-box-title {
  text-decoration: none;
  color: #000;
  font-size: 20px;
}

.blog-head {
  display: flex;
  align-items: center;
  padding: 10px;
}

.blog-head img {
  width: 40px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 0;
}

.blog-head p {
  margin: 0 30px;
}

.blog-head ul {
  margin-left: 30px;
}

.blog-details h1 {
  font-size: 38px;
  margin-bottom: 15px;
}

.contact-form-blog {
  box-shadow: 0 0 12px -10px;
  padding: 20px;
}

.blog-cat-box,
.blog-social-box {
  margin-top: 30px;
  box-shadow: 0 0 12px -10px;
  padding: 20px;
}

.blog-cat-box h3,
.blog-social-box h3 {
  font-size: 23px;
  margin-bottom: 16px;
}

.blog-cat-box ul {
  flex-direction: column;
}

.blog-social-box ul {
  align-items: center;
}

.blog-social-box ul li {
  background-color: #f1f1f1;
  margin-right: 15px;
}

.mbi-footer {
  position: fixed;
  bottom: 0;
  background-color: #fff;
  border-top: 1px solid var(--primary-color);
  width: 100%;
  display: none;
}

.mbi-footer-list .mbi-menu-list {
  width: 20%;
}

.mbi-footer-list .mbi-menu-list a {
  display: block;
  text-align: center;
  margin-bottom: 0;
  width: 100%;
  color: var(--primary-color);
  text-decoration: none;
  padding: 15px 5px;
}

.mbi-footer-list .mbi-menu-list a i {
  font-size: 20px;
}

.mbi-footer-list .mbi-menu-list a:hover {
  background-color: #f7f7f7;
}

.mbi-footer-list .mbi-menu-list a p {
  margin-bottom: 0;
  font-size: 13px;
}

.slick-track {
  margin-left: 0;
  margin-right: 0;
}

/* cart css */
.offcanvas-title {
  width: 100%;
  text-align: center;
  font-size: 23px;
  font-weight: 500;
}

.cart-msg {
  display: none;
  position: fixed;
  top: 9px;
  right: 11px;
  background-color: rgb(81 199 21);
  color: #31313b;
  font-weight: 600;
  width: 310px;
  padding: 7px 11px;
  z-index: 99999;
  border-radius: 4px;
  border: 1px solid var(--primary-color);
  transition: all 0.5s;
  font-size: 14px;
  letter-spacing: 1px;
}

.cart-item-con {
  overflow-y: scroll;
  height: 100%;
  margin-bottom: 10px;
}

.cart-total-price-con {
  border-top: 1px solid gray;
}

.cart-checkout-btn {
  margin-top: 15px;
  background-color: var(--primary-color);
  color: white;
  padding: 8px;
  width: 100%;
  font-size: 17px;
  border-radius: 50px;
  display: block;
  text-decoration: none;
  text-align: center;
}

.cart-item {
  background-color: rgb(255, 255, 255);
  width: 100%;
  display: flex;
  align-items: center;
  padding: 6px;
  position: relative;
  border: 1px solid #d3d3d3;
  margin-bottom: 7px;
}

.cart-item .remove i {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 9px;
  color: #2b4b55;
  font-size: 18px;
}

.cart-item .img {
  margin-right: 10px;
}

.cart-item .info p {
  font-size: 15px;
  margin-bottom: 6px;
  margin-bottom: 0;
}

.cart-item .info span {
  font-weight: 600;
  font-size: 14px;
}

.cart-item .quantity-controls {
  border: 1px solid var(--primary-color);
  display: flex;
  justify-content: space-between;
  height: 30px;
  width: 90px;
  margin-top: 3px;
}

.cart-item .quantity-controls .decrease,
.cart-item .quantity-controls .increase {
  border: none;
  width: 30px;
}

.cart-item .quantity-controls .item-qty {
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart-item .quantity-controls .decrease {
  border-right: 1px solid var(--primary-color);
}

.cart-item .quantity-controls .increase {
  border-left: 1px solid var(--primary-color);
}

.checkout-form input {
  width: 100%;
  padding: 10px;
  margin-bottom: 6px;
  margin-top: 0;
}

.checkout-form select {
  width: 100%;
  padding: 10px;
  margin-bottom: 6px;
}

.checkout-form button {
  background-color: var(--primary-color);
}

.cart-shop-list {
  /* background-color: red; */
  max-height: 300px;
  overflow-y: scroll;
  padding: 20px 20px;
  padding-bottom: 0;
}

.cart-shop-item {
  position: relative;
  height: 80px;
  background-color: white;
  display: flex;
  border: 1px solid #cbcbcb;
  border-radius: 3px;
  margin-bottom: 25px;
}

.cart-shop-item img {
  height: 100%;
  width: 80px;
  object-fit: cover;
  border: 1px solid #dedede;
  border-radius: 3px;
}

.cart-shop-item h4 {
  font-size: 15px;
}

.cart-shop-item p {
  font-size: 15px;
  font-weight: 500;
}

.cart-shop-item .pro-num {
  position: absolute;
  top: -10px;
  left: -10px;
  background-color: var(--primary-color);
  color: white;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.discount {
  /* height: 80px; */
}

.discount button {
  background-color: #dddddd;
  font-size: 13px;
  color: #818181;
  border: 1px solid #c1c1c1;
  padding: 5px 10px;
  border-radius: 5px;
  margin-left: 15px;
  font-weight: 600;
}

.checkout-details {
  margin-top: 40px;
  background-color: #e3e3e3;
  padding: 15px;
}

.checkout-details h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

/* thank you page  */
.thankyou-container {
  background-color: #d4edda;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  border: 1px solid #28a745;
}

.thankyou-container h1 {
  color: #28a745;
  font-size: 29px;
}

.thankyou-container p {
  color: #28a745;
  font-size: 15px;
}

.checkmark-container {
  margin-bottom: 20px;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 0;
  stroke-width: 4;
  stroke: #28a745;
  fill: #d4edda;
  animation: none;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 0;
  stroke-width: 4;
  stroke: #28a745;
  animation: none;
}

.checkmark {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #28a745;
  margin: 0 auto;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

#homeButton {
  background-color: #28a745;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  margin-top: 25px;
  display: block;
  width: 50%;
  margin: 0px auto;
  text-decoration: none;
}

#homeButton:hover {
  background-color: black;
}

@media only screen and (max-width: 991px) {
  .keyword-img,
  .product-img {
    width: 100%;
    margin-left: 0;
  }

  .category-links,
  .nav-links {
    display: none;
  }

  #navbar-open,
  .navbar-btn {
    display: block;
  }

  .navbar-btn {
    background-color: transparent;
    border: none;
    font-size: 25px;
  }

  .keyword-img {
    margin-bottom: 20px;
  }

  .keyword-img img {
    width: 100%;
  }

  .city-list {
    display: grid !important;
    grid-template-columns: auto auto auto !important;
    column-gap: 20px;
  }

  .modal-content {
    margin: 35% auto;
    width: 95%;
  }
}

@media only screen and (max-width: 557px) {
  .header-mid .logo a img {
    max-width: 190px;
  }

  .header-mid {
    padding: 2px 10px;
    display: none;
  }

  .header-mid .mid-left{
   display: flex;
  }
.mid-left span{
  margin-right: 0;
}
.header-mid .container{
  padding: 6px 0px;
}
  .about-box h3,
  .action-btns a {
    font-size: 12px;
  }

  .accordion-button {
    padding-right: 23px;
  }

  .custom-footer {
    padding-bottom: 88px;
  }

  .modal-content {
    margin: 23% auto;
    width: 95%;
  }

  .about-box {
    min-height: 173px !important;
    padding: 5px;
  }

  .city-list {
    grid-template-columns: auto auto !important;
    column-gap: 10px;
  }

  .header-bottom {
    padding: 4px 20px;
  }

  .section-des {
    text-align: justify;
    padding: 0 10px;
    margin-bottom: 50px;
  }

  .contact-section,
  .faq-section {
    padding: 5px;
  }

  .product-content .product-img {
    padding: 10px;
    float: right;
    width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
  }

  .section-padding {
    padding: 20px 0;
  }

  .action-btns a {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    padding: 13px 5px;
  }

  .action-btns a i {
    font-size: 17px;
    margin-right: 3px;
    display: none;
  }

  .footer-first-section .address-box,
  .footer-first-section .contact-box,
  .footer-first-section .social-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 160px;
    padding: 20px;
    border: 1px solid #000;
    border-radius: 8px;
    transition: background-color 0.3s;
    background-color: #dfdfdf;
  }

  .social-links {
    margin-top: 6px;
  }

  .contact-form-box {
    border-left: none;
  }

  .about-box p {
    font-size: 11px;
  }

  .sidepopupcontainer {
    display: none;
  }

  .mbi-footer {
    z-index: 999;
    display: block;
  }
}

.floating-buttons {
  position: fixed;
  bottom: 20px;
  right: 15px;
  display: flex;
  /*flex-direction: column;*/
  gap: 15px;
  z-index: 1000;
}

.call-button,
.whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s, box-shadow 0.3s;
  font-size: 28px;
  animation: 1.5s infinite pulse;
}

.whatsapp-button {
  background-color: #05752e;
}

.call-button {
  background-color: #01132c;
}

.call-button:hover,
.whatsapp-button:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

/*@keyframes pulse {*/
/*  0%,*/
/*  100% {*/
/*    transform: scale(1);*/
/*    opacity: 0.8;*/
/*  }*/

/*  50% {*/
/*    transform: scale(1.05);*/
/*    opacity: 1;*/
/*  }*/
/*}*/

@media (max-width: 400px) {
  .floating-buttons {
    bottom: 100px;
    right: 15px;
  }

  .call-button,
  .whatsapp-button {
    width: 40px;
    height: 40px;
    font-size: 22px;
    border-radius: 50%;
  }

  .call-button {
    display: none;
  }
}

.sidepopupcontainer {
  position: fixed;
  top: 60%;
  right: -93px;
  z-index: 9999;
  transform: rotate(-90deg);
}

.thank-you-section {
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  background-color: #fff;
  animation: 1s ease-out fadeIn;
}

.thank-you-heading {
  font-size: 2.5em;
  margin-bottom: 15px;
  color: #28a745;
}

.thank-you-paragraph {
  font-size: 1.2em;
  line-height: 1.7;
  margin-bottom: 30px;
  color: #555;
}

.back-link {
  display: inline-block;
  padding: 12px 25px;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  margin-top: 20px;
  transition: background-color 0.3s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.back-link:hover {
  background-color: #0056b3;
  transform: translateY(-2px);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.check-icon {
  font-size: 4em;
  color: #28a745;
  margin-bottom: 20px;
}

.city-list {
  display: grid !important;
  grid-template-columns: auto auto auto auto;
  column-gap: 20px;
}

.city-list li a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: black;
}

.country-select {
  width: 50px;
}

.swiper-button-next {
  background-color: var(--primary-color);
  color: white;
  border-radius: 4px;
}

.swiper-button-next:after {
  font-size: 20px;
}

.swiper-button-prev {
  background-color: var(--primary-color);
  color: white;
  border-radius: 4px;
}

.swiper-button-prev:after {
  font-size: 20px;
}

.swiper-pagination-bullet-active {
  background: #c33e37;
}

.pro-details {
  position: fixed;
  left: 50%;
  bottom: 10px;
  transform: translate(-50%);
  background-color: white;
  box-shadow: 0px 0px 8px -4px;
  border: 1px solid #bbbbbb;
  height: 50px;
  width: 40%;
  border-radius: 10px;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}

.pro-details p {
  font-size: 20px;
  color: var(--primary-color);
  font-weight: 600;
}

.pro-details span {
  font-size: 14px;
  background-color: #efefef;
  border-radius: 3x;
  padding: 5px 10px;
}

.pro-details a {
  background-color: var(--primary-color);
  color: white;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 7px;
  padding: 7px 15px;
}

.paynow-btn {
  display: none;
  position: fixed;
  bottom: 157px;
  right: 18px;
  z-index: 999;
  text-decoration: none;
  color: white;
  background-color: var(--primary-color);
  padding: 4px 10px;
  border-radius: 10px;
  font-size: 13px;
}

@media only screen and (max-width: 557px) {
  .paynow-btn {
    display: block;
  }
}

.goog-te-gadget img {
  display: none;
}

.goog-te-gadget-simple {
  border: 1px solid black;
}

.VIpgJd-ZVi9od-vH1Gmf {
}

.footer-contact {
  background-color: black;
  width: 100%;
}

.category-bg {
  position: relative;
  border: 1px solid #bdbdbd;
}

.category-bg:hover .category-bg a {
  transform: scale(1.5);
}

.category-bg span {
  position: absolute;
  width: 95%;
  bottom: 0px;
  left: 9px;
  right: 9px;
  color: white;
  background-color: #01132c;
  padding: 3px 12px;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  border-radius: 12px;
}

.footer-logo {
  max-width: 245px;
  margin-bottom: 16px;
  background-color: white;
  padding: 5px 10px;
  border-radius: 7px;
}

.social-media-links ul {
  dislay: flex;
  align-items: center;
}

.social-media-links ul li {
  display: inline-block;
}

.social-media-links ul li a {
  text-decoration: none;
  margin-right: 10px;
  font-size: 24px;
}

.cart-icon {
  position: relative;
}

#cart-item-count {
  color: white;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: black;
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px;
  border-radius: 50%;
}

.header-mid-right-section-text {
  display: flex;
}

.header-mid-right-section-text ul {
  display: flex;
  align-items: center;
  gap: 40px;
  color: white;
  font-size: 18px;
}

.header-mid-right-section-text ul li a {
  text-decoration: none;
  color: white;
  font-size: 18px;
}

.header-top-spantag {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 25px;
}

.header-top-spantag a {
  text-decoration: none;
  color: black;
  font-size: 17px;
}

.header-mid-right-section-callbtn {
  background: #fdd01e;
  color: black;
  padding: 7px 20px;
  border-radius: 5px;
}

.header-mid-right-section-callbtn a {
  color: black !important;
}

/* ipaid media query */

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-mid-right-section-text {
    display: none;
  }
}
/* Testimonial box styling */
.testimonial-box {
  background: #fff;
  padding: 30px 25px;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.quote-icon {
  font-size: 40px;
  color: #656565;
  position: absolute;
  top: -15px;
  left: 10px;
  opacity: 0.25;
}

.testimonial-box p {
  flex-grow: 1;
  font-size: 15px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 18px;
}

.reviewer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.reviewer h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.reviewer span {
  font-size: 13px;
  color: #777;
}

.reviewer img {
  width: 84px;
  height: 74px;
  object-fit: contain;
  border-radius: 50%;
}

/* Swiper Navigation */
.swiper-button-next,
.swiper-button-prev {
  color: white;
  background: #01132c;
  border-radius: 50%;
  padding: 10px;
  width: 40px;
  height: 40px;
  top: 45%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.swiper-pagination-bullet {
  background: white;
  opacity: 0.8;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

/* .swiper-slide {
  padding: 10px;
} */

.faq-modern {
  background: #f8fafc;
}

.faq-title {
  font-size: 32px;
  font-weight: 700;
  color: #1e293b;
}

.faq-subtitle {
  font-size: 16px;
  color: #64748b;
  max-width: 700px;
  margin: auto;
}

.faq-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  overflow: hidden;
}

.faq-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.custom-accordion-btn {
     background: linear-gradient(135deg, #067ba4, #1e283e);
  color: #fff !important;
  font-weight: 600;
  padding: 18px 20px;
  border-radius: 16px 16px 0 0;
}

.custom-accordion-btn:not(.collapsed) {
  background: linear-gradient(135deg, #2563eb, #3b82f6);
}

.custom-accordion-btn::after {
  filter: brightness(0) invert(1);
}

.faq-icon {
  margin-right: 12px;
  font-size: 20px;
}

.custom-accordion-body {
  background: #ffffff;
  padding: 20px;
  font-size: 15px;
  color: #334155;
  line-height: 1.7;
}
.product-marquee-wrapper {
  background: linear-gradient(90deg, #111827, #1f2933);
  overflow: hidden;
  padding: 12px 0;
  border-top: 3px solid #f59e0b;
  border-bottom: 3px solid #f59e0b;
}

.product-marquee {
  display: inline-flex;
  white-space: nowrap;
  animation: scroll-left 20s linear infinite;
}

.product-marquee span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  margin: 0 40px;
  letter-spacing: 1px;
  position: relative;
}

.product-marquee span::after {
  content: "Рюд";
  position: absolute;
  right: -25px;
  color: #f59e0b;
}

@keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.client-logos {
  background: #fff;
  padding: 35px 0;
}

.client-logo {
  max-height: 65px;
  opacity: 0.85;
  transition: 0.3s ease-in-out;
}

.client-logo:hover {
  opacity: 1;
  transform: scale(1.07);
}

.logo-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 0px;
}
.logo-item {
  background: #fff;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.client-logo {
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
  display: block;
}

@media (max-width: 768px) {
  .logo-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px;
  }
  .footer-second-section {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .footer-second-section .footer-col {
    flex: 0 0 auto;
    width: 200px; /* adjust if needed */
  }
}
/* Container relative for absolute buttons */
.slider-container {
  position: relative;
}

/* Custom Next/Prev Buttons */
.custom-nav {
  width: 45px;
  height: 45px;
  background: rgb(17 24 39);
  color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
}

.custom-nav:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
}

/* Adjust Swiper default icons */
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px;
  font-weight: bold;
  color: white;
}

/* Positioning */
.swiper-button-next,
.swiper-button-prev {
  top: 50%;
  transform: translateY(-50%);
}

.swiper-button-next {
  right: 20px;
}

.swiper-button-prev {
  left: 20px;
}

.category-section {
  max-width: 1200px;
  margin: auto;
}

.category-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #1f2937;
}

.product-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.product-card {
  background: #f0f0f0;
  border-radius: 16px;
  border: 1px solid #cfcfcf;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  padding: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.product-image {
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 15px;
}

.product-name {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 15px;
  text-align: center;
}
.product-name a{
text-decoration: none;
    color: #303030;
    font-size: 17px;
}
.action-buttons {
  margin-top: auto;
  display: flex;
  gap: 5px;
  width: 100%;
}

.whatsapp-btn,
.call-btn {
  flex: 1;
  padding: 10px 9px;
  border: none;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  color: #ffffff;
  transition: transform 0.2s ease, opacity 0.2s ease;
  text-decoration: none;
  text-align: center;
}

.whatsapp-btn {
  background: linear-gradient(135deg, #25d366, #128c7e);
}

.call-btn {
     background: linear-gradient(135deg, #0798d3, #002281);
}

.whatsapp-btn:hover,
.call-btn:hover {
  transform: scale(1.05);
  opacity: 0.9;
}

@media (max-width: 600px) {
  .category-title {
font-size: 22px;
        text-align: start;
        padding-left: 13px;
  }

}
.aurora-about-wrapper {
  padding: 50px 5%;
    background-color: #dbecf2;
  font-family: 'Segoe UI', sans-serif;
}

.aurora-about-container {
margin: 0 auto;
    display: flex;
    align-items: start;
    gap: 40px;
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid #dadada;
    padding: 22px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.aurora-about-image-box {
  flex: 1;
  overflow: hidden;
  border-radius: 14px;
}

.aurora-about-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.aurora-about-image-box:hover .aurora-about-image {
  transform: scale(1.05);
}

.aurora-about-content {
  flex: 1.4;
}

.aurora-about-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #1f2933;
}

.aurora-about-text {
  font-size: 16px;
  line-height: 1.8;
  color: #4b5563;
  margin-bottom: 18px;
}

.aurora-about-btn {
    display: block;
    max-width: 165px;
    text-align: center;
    padding: 12px 28px;
    background: #111827;
    color: #ffffff;
    text-decoration: none;
    border-radius: 999px;
    font-weight: 600;
    transition: all 0.3s 
ease;
margin-top: 10px;
}


/* Responsive Design */
@media (max-width: 900px) {
  .aurora-about-container {
    flex-direction: column;
    text-align: center;
  }
  .aurora-about-title{
      font-size: 26px;
      text-align: start;
}
.aurora-about-text{
  text-align: start;
}
}
.nebula-testimonial-wrapper {
  padding: 50px 5%;
  background: #f9fafb;
  font-family: 'Segoe UI', sans-serif;
}

.nebula-testimonial-container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.nebula-testimonial-title {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #111827;
}

.nebula-testimonial-card {
background: #f7f7f7;
    border-radius: 18px;
    padding: 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    height: 100%;
    border: 1px solid #d1d1d1;
}

.nebula-stars {
  color: #fbbf24;
  font-size: 20px;
  margin-bottom: 15px;
  text-align: start;
}

.nebula-testimonial-text {
  font-size: 15px;
  line-height: 1.7;
  color: #4b5563;
  margin-bottom: 20px;
  text-align: start;
}

.nebula-client-info {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px;
}

.nebula-client-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.nebula-client-name {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
      margin-bottom: 6px;
}

.nebula-client-role {
font-size: 14px;
    color: #474747;
}

/* Navigation Buttons */
.nebula-swiper-button-prev,
.nebula-swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #2563eb;
  color: #fff;
  padding: 12px 16px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}

.nebula-swiper-button-prev { left: 0px; }
.nebula-swiper-button-next { right: 0px; }

@media (max-width: 900px) {
  .nebula-swiper-button-prev,
  .nebula-swiper-button-next {
    display: none;
  }
}
.services-section {
max-width: 1200px;
margin: auto;
}


.services-title {
text-align: center;
font-size: 36px;
margin-bottom: 40px;
color: #222;
}


.services-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 25px;
}


.service-box {
background: linear-gradient(145deg, #ffffff, #eceefe);
border-radius: 18px;
padding: 25px;
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
transition: all 0.3s ease;
position: relative;
overflow: hidden;
border: 1px solid #b6b6b6;
}

.service-box h3{
  font-size: 21px;
}
.service-box p{
  font-size: 15px;
}

.service-box::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 7px;
background: linear-gradient(90deg, #02aaed, #111827);
}


.service-box:hover {
transform: translateY(-10px);
}
.brands-logo{
border: 1px solid #c6c6c6;
    border-radius: 11px;
    margin-bottom: 20px;
    padding: 10px;
    box-shadow: 0px 0px 13px -8px;
}
.brands-logo img{
  width: 100%;
}
.section-title{
font-size:30px;
font-weight: 600;
}
@media screen and (max-width: 720px) {
  .services-grid{
grid-template-columns: 1fr;
        padding: 0px 30px;
  }
  .nebula-testimonial-title{
    font-size: 26px;
  }
  .faq-title{
    font-size: 28px;
  }
  .modern-footer{

  }
}
  /* ===== UNIQUE SIDEBAR NAMESPACE ===== */
    .pro-toggle-btn {
      position: fixed;
      top: 20px;
      left: 20px;
      z-index: 9999;
    }

    .pro-sidebar-wrapper {
      position: fixed;
      top: 0;
      left: 0;
      width: 300px;
      height: 100vh;
     background: linear-gradient(180deg, #111827, #293847);
      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
      padding: 30px 25px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      transform: translateX(-110%);
      transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
      z-index: 999999;
    }

    .pro-sidebar-wrapper.pro-active {
      transform: translateX(0);
    }

    /* Logo Area */
    .pro-brand-area {
      display: flex;
      align-items: center;
      gap: 15px;
      margin-bottom: 24px;
    }

    .pro-brand-icon {
      width: 55px;
      height: 55px;
      background: linear-gradient(135deg, #0d6efd, #6610f2);
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      border-radius: 18px;
      font-size: 22px;
      letter-spacing: 1px;
    }

    .pro-brand-title {
      font-size: 20px;
      font-weight: 600;
      color: #212529;
      margin: 0;
    }

    /* Navigation */
    .pro-nav-menu {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .pro-nav-link {
padding: 9px 15px;
    border-radius: 12px;
    text-decoration: none;
    color: #343a40;
    font-weight: 500;
    transition: all 0.25s 
ease;
    background-color: #ffffff;
    border: 1px solid #b4b4b4;
    }

    .pro-nav-link:hover {
      color: black;
      transform: translateX(5px);
    }

    /* Contact Section */
    .pro-contact-section {
      border-top: 1px solid #e3e6ea;
      padding-top: 20px;
      font-size: 14px;
      color: #555;
      line-height: 1.8;
    }
.pro-contact-section p{
    background-color: #e5e5e5;
    padding: 10px;
    font-weight: 500;
    color: #232323;
    border: 1px solid #bdbdbd;
}
    .pro-contact-section strong {
      color: #000;
    }




/* -------------------------------------------gallery--------------------------------------------------------------- */

.corporate-gallery {
  background: #dbecf2;
}

.gallery-title {
  font-size: 32px;
  color: #1c1c1c;
}

.gallery-subtitle {
  font-size: 15px;
  color: #5f5f5f !important;
  letter-spacing: .5px;
}

.gallery-block {
  border-radius: 10px;
  overflow: hidden;
  background: #d2f3ff;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  transition: .3s;
}

.gallery-block img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: .4s ease-in-out;
}

.gallery-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.gallery-block:hover img {
  transform: scale(1.08);
  filter: brightness(85%);
}



.about-section .section-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.about-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}




    .modern-footer {
        background: #0f172a;
        color: #e2e8f0;
        padding: 60px 0 0;
    }

    .footer-col {
        margin-bottom: 30px;
    }

    .footer-title {
        font-size: 18px;
        margin-bottom: 15px;
        position: relative;
        font-weight: 600;
    }

    .footer-title::after {
        content: "";
        width: 40px;
        height: 2px;
        background: #38bdf8;
        display: block;
        margin-top: 8px;
    }

    .footer-text {
        font-size: 14px;
        line-height: 24px;
    }

    .footer-links,
    .company-info {
        list-style: none;
        padding: 0;
    }

    .footer-links li,
    .company-info li {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .footer-links li a,
    .company-info li a {
        color: #cbd5e1;
        transition: 0.3s;
        text-decoration: none;
    }

    .footer-links li a:hover {
        color: #38bdf8;
        padding-left: 5px;
    }

    .footer-logo {
        max-width: 180px;
        margin-bottom: 15px;
    }

    .footer-tagline {
        font-size: 14px;
        margin-bottom: 15px;
        color: #94a3b8;
    }

    .footer-social a {
        font-size: 24px;
        margin: 0 8px;
        color: #e2e8f0;
        transition: 0.3s;
        text-decoration: none;
    }

    .footer-social a:hover {
        color: #38bdf8;
    }

    .footer-bottom {
        background: #020617;
        padding: 15px 0;
        margin-top: 0px;
    }

    .footer-bottom p {
        margin: 0;
        font-size: 14px;
    }

    .footer-bottom a {
        color: #38bdf8;
    }

    @media (max-width: 768px) {
        .footer-title::after {
            margin-left: 0;
            margin-right: auto;
        }
    }
    .footer-pro-link{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    
    
    /*xxxxxxxxxxxxxxxxxxxxxxxx*/
    
 /* About Section Styling */
.home-page-about-content-newOne {
  padding: 80px 0;
  background: #daebf1;
}

/* Content Wrapper */
.home-page-about-content-newOne h2 {
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 20px;
  line-height: 1.3;
  text-align: center;
}

.home-page-about-content-newOne p {
  max-width: 900px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.8;
  color: #000000;
  text-align: center;
}

/* Tablet */
@media (max-width: 991px) {
  .home-page-about-content-newOne {
    padding: 60px 0;
  }

  .home-page-about-content-newOne h2 {
    font-size: 26px;
  }

  .home-page-about-content-newOne p {
    font-size: 16px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .home-page-about-content-newOne {
    padding: 40px 0;
  }

  .home-page-about-content-newOne h2 {
    font-size: 22px;
  }

  .home-page-about-content-newOne p {
    font-size: 15px;
  }
}



/* Section Background & Spacing */
.home-page-about-content-newTwo {
  padding: 20px 0;
  background-color: #daebf1;
}

/* Heading */
.home-page-about-content-newTwo h2 {
  font-size: 30px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 18px;
  line-height: 1.3;
}

/* Paragraph */
.home-page-about-content-newTwo p {
  font-size: 16.5px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}

/* List Styling */
.home-page-about-content-newTwo ul {
  padding-left: 0px;
  margin-top: 15px;
}

.home-page-about-content-newTwo ul li {
  font-size: 15.5px;
  color: #333;
  margin-bottom: 12px;
  line-height: 1.6;
}

.home-page-about-content-newTwo ul li strong {
  color: #000;
}

/* Image Styling */
.home-page-about-content-newTwo .aurora-about-image {
  width: 100%;
  height: auto;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

/* Vertical Center Alignment (Desktop) */
@media (min-width: 992px) {
  .home-page-about-content-newTwo .row {
    /*align-items: center;*/
  }
}

/* Tablet Responsive */
@media (max-width: 991px) {
  .home-page-about-content-newTwo {
    padding: 60px 0;
  }

  .home-page-about-content-newTwo h2 {
    font-size: 25px;
  }

  .home-page-about-content-newTwo p {
    font-size: 15.5px;
  }
}

/* Mobile Responsive */
@media (max-width: 767px) {
  .home-page-about-content-newTwo {
    padding: 40px 0;
  }

  .home-page-about-content-newTwo h2 {
    font-size: 22px;
  }

  .home-page-about-content-newTwo ul li {
    font-size: 14.5px;
  }

  /* Image spacing on mobile */
  .home-page-about-content-newTwo img {
    margin-top: 25px;
  }
}

  .ux-bs-accordion .accordion-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
  }

  /* Remove Bootstrap default arrow */
  .ux-bs-accordion .accordion-button::after {
    display: none;
  }

  /* Plus icon */
  .ux-toggle-icon::before {
    content: "+";
    font-size: 22px;
    transition: transform 0.2s ease;
  }

  /* Minus icon when open */
  .accordion-button:not(.collapsed) .ux-toggle-icon::before {
    content: "−";
  }

.accordion-body{
   background-color: #f2f2f2;
}
    /* Wrapper */
.ptg-wrapper {
  font-family: Arial, Helvetica, sans-serif;
  color: #222;
  line-height: 1.7;
}

/* Container */
.ptg-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 0px;
      padding-top: 7px;
}

/* Titles */
.ptg-main-title {
 font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.ptg-section-title {
  font-size: 22px;
  margin-bottom: 12px;
  border-left: 4px solid #0a4dbf;
  padding-left: 12px;
}

.ptg-subtitle {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
}

/* Text */
.ptg-intro-text,
.ptg-text {
  font-size: 16px;
  margin-bottom: 15px;
}

/* Sections */
.ptg-section {
  margin-bottom: 35px;
}
.ptg-section h4{
    font-size:20px;
    font-weight:normal;
}
/* Lists */
.ptg-feature-list {
        list-style-type: circle;
  padding-left: 20px;
}

.ptg-feature-list li {
  margin-bottom: 8px;
}

/* Comparison Boxes */
.ptg-compare-box {
  display: flex;
  gap: 30px;
  margin-top: 15px;
  margin-bottom: 24px;
}
.ptg-compare-col {
  flex: 1;
  background: #f6f8fb;
  padding: 20px;
  border-radius: 6px;
      border: 1px solid #cacaca;
}
.ptg-compare-col ul{
    list-style-type:circle;
}
.ptg-compare-title {
  font-size: 18px;
  margin-bottom: 10px;
}

/* Highlight Section */
.ptg-highlight {
  background: #eef3ff;
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 0;
  border: 1px solid #cfcfcf;
}
.internal-linking{
    color: #146ebb;
    font-weight: 500;
    text-decoration: none;
}
@media (max-width: 992px) {
    .ptg-compare-box{
        flex-direction: column;
    }
}
.related-pro-head{
    font-size: 22px;
    margin-bottom: 26px;
    display: inline-block;
    border-bottom: 1px solid #979797;
    padding-bottom: 6px;
}