:root {
  --brand-teal-color: #0e5f7d;
  --brand-yellow-color: #ffc502;
  --top-bg: linear-gradient(90deg, #061b8e 20%, rgba(36, 171, 0, 1) 100%);
  --brand-text-color: #666666;
  --brand-white-color: #ffffff;
  /* Arima */
  --brand-blue-color: #061b8e;
  --brand-green-color: #24ab00;
  --font-family-bold: "Jost", sans-serif;
}
.jsot-bold {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}
.semi-bold {
  font-family: var(--font-family-sans-serif);
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

/* COMMON CSS */
body {
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Jost", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}
.white-text {
  color: var(--brand-white-color);
}

.black-text {
  color: var(--brand-text-color);
}

.teal-text {
  color: var(--brand-teal-color);
}

.text-arima-blue {
  color: var(--brand-blue-color);
}
.bg-arima-blue {
  background-color: var(--brand-blue-color);
}
.text-arima-green {
  color: var(--brand-green-color);
}

.inline-block {
  display: inline-block;
}
.footer-bg {
  background-color: #020c45;
}

.hide-element {
  display: none;
}

.brand-btn {
  background-color: var(--brand-yellow-color);
  color: #000;
  border: none;
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 0;
  border: 2px solid var(--brand-yellow-color);
}

.brand-btn:hover {
  background-color: var(--brand-white-color);
  color: var(--brand-teal-color);
  border: 2px solid var(--brand-yellow-color);
}

.btn-with-caret::after {
  content: "\F285";
  font-family: "bootstrap-icons";
  font-weight: normal;
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: middle;
}

.btn-with-caret:hover {
  background-color: var(--brand-white-color);
  color: var(--brand-teal-color);
}

.brand-teal-btn {
  border: 2px solid var(--brand-teal-color);
  background-color: var(--brand-white-color);
  color: var(--brand-teal-color);
  padding: 5px 20px;
  font-size: 1rem;
  font-weight: 500;
}

.brand-teal-btn:hover {
  background-color: var(--brand-teal-color);
  color: var(--brand-white-color);
}

.common-head {
  color: var(--brand-teal-color);
}

/* End */

.top-header {
  background: var(--top-bg);
  padding: 10px;
  color: var(--brand-white-color);
}

.top-header p {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
}

.top-header ul {
  margin: 0;
  padding: 0;
}

.top-header li {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  list-style: none;
}

.centered-block {
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-block {
  display: grid;
  grid-template-columns: 100px 80%;
}

.ast-site-title-wrap {
  display: none;
}

.np {
  padding: 0 !important;
  margin: 0 !important;
}

.section-style {
  padding: 40px 0;
}

.about-us-ssm {
  background-color: var(--brand-teal-color);
}

.carousel-caption {
  top: 20%;
  left: 15%;
  text-align: left !important;
}

.carousel-caption h2 {
  font-size: 2.5rem;
  color: var(--brand-white-color);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  /* background: linear-gradient(to left, #f8f8f8, #a38044);  
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;*/
  line-height: 45px;
}

.carousel-caption p {
  font-size: 1.2rem;
  color: var(--brand-white-color);
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.about-us-ssm h3 {
  color: var(--brand-yellow-color);
  font-size: 1.3rem;
  letter-spacing: 2px;
  font-weight: 500;
}

.about-us-ssm h2 {
  color: var(--brand-white-color);
}

.arima-services-block {
  padding: 40px 0;
  color: var(--brand-white-color);
  text-align: center;
  font-size: 1.5rem;
  min-height: 550px;
}

.service-list-heading h3 {
  color: var(--brand-blue-color);
  font-size: 1.3rem;
  letter-spacing: 2px;
  font-weight: 900;
}

/* .service-list-heading h3::after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background-color: var(--brand-yellow-color);
    margin: 10px auto;
} */

.service-list-heading h4 {
  color: var(--brand-green-color);
  font-size: 1.6rem;
  letter-spacing: 2px;
}

.service-list-heading p {
  font-size: 1.2rem;
}

.service-box {
  background-color: var(--brand-white-color);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  margin-bottom: 30px;
}

.service-box img {
  border-bottom: 5px solid var(--brand-green-color);
}

.service-box h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 20px 0;
  text-transform: uppercase;
}

.service-box p {
  font-size: 1rem;
}

.ssm-latest-projects {
  background-size: cover;
  padding: 0 0 50px 0;
  background-image: url("../../themes/astra-child/images/projects-bg.jpg");
}

.project-tabs .nav-link {
  color: var(--brand-white-color);
}
.project-tabs .nav-link:hover,
.project-tabs .nav-link.active {
  color: var(--brand-yellow-color);
  background: none;
}

.project-tabs .nav-link {
  cursor: pointer;
  padding: 0.5rem 1rem;
  position: relative;
}

.project-tabs .nav-link.active::after {
  content: "\f282";
  font-family: "bootstrap-icons";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--brand-yellow-color);
  font-size: 1rem;
}

.project-tabs-content {
  max-width: 805px;
  margin: 0 auto;
}

.ssm-get-quote {
  margin: 60px 0;
}

.ssm-footer h6 {
  font-weight: 700;
}

.ssm-footer ul,
.ssm-footer li {
  margin: 0;
}

.ssm-footer li {
  padding: 0 0 3px 0;
}

.header-contact-menu {
  cursor: pointer;
}

.side-bar-contact {
  background-color: #fff !important;
  overflow: hidden;
  transition: 0.5s ease;
}

.centered-block {
  display: flex;
  align-items: center;
  justify-content: center;
}

.quick-contact ul {
  margin: 0;
  padding: 0;
}
.request-modal-quote .modal-content {
  border-radius: 0;
}
.request-modal-quote .modal-body {
  padding: 0;
}
.req-contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.quote-modal-close {
  padding: 5px;
}
.quote-modal-close:hover {
  background: none !important;
  color: #000 !important;
}
.quote-form {
  padding: 0 20px 0 0;
}
.quote-form h3 {
  color: var(--brand-teal-color);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.quote-form textarea {
  height: 100px;
}
.quote-modal-close .bi-x {
  font-size: 2rem;
  color: var(--brand-teal-color);
}
.contact-form-block {
  margin-top: 10px;
}
.contact-form-block textarea {
  height: 100px;
}

.quote-form input[type="text"],
.quote-form select,
.quote-form textarea,
.quote-form input[type="email"],
.quote-form input[type="tel"],
.contact-form-block input[type="text"],
.contact-form-block select,
.contact-form-block textarea,
.contact-form-block input[type="email"],
.contact-form-block input[type="tel"] {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 0px;
}
.quote-form input[type="text"]:focus,
.quote-form input[type="email"]:focus,
.quote-form input[type="tel"]:focus,
.contact-form-block input[type="text"]:focus,
.contact-form-block input[type="email"]:focus,
.contact-form-block input[type="tel"]:focus,
.contact-form-block select:focus,
.contact-form-block textarea:focus {
  border-color: var(--brand-teal-color);
  outline: none;
}
.page-header {
  min-height: 400px;
}
.page-header h2 {
  color: var(--brand-white-color);
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.page-breadcrumbs {
  background-color: #f7f7f7;
  padding: 40px;
  margin-top: -20px;
  max-width: 80vw;
  margin: -30px auto 0 auto;
  text-align: center;
}

.page-breadcrumbs h3 {
  color: var(--brand-blue-color);
  font-size: 2rem;
  font-weight: 800;
  margin-top: 20px;
  margin-bottom: 10px;
}

.page-breadcrumbs a {
  color: var(--brand-teal-color);
  text-decoration: none;
}

.b-symbol {
  font-family: "bootstrap-icons";
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2rem;
  margin: 0 10px;
  color: var(--brand-yellow-color);
}
.entry-header .entry-title {
  display: none;
}
.page-header-block {
  max-width: 70vw;
  padding: 20px;
  background: #24ab00;
  background: linear-gradient(
    90deg,
    rgba(6, 27, 142, 0.5) 20%,
    rgba(36, 171, 0, 1) 100%
  );
  clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 0% 100%);
}
.breadcrumbs {
  margin: 5px 0;
}
.why-choose-abt {
  margin-top: -25px;
  padding-bottom: 40px;
}
.why-choose-abt h2 {
  padding-top: 20px;
  color: var(--brand-blue-color) !important;
}
.breadcrumbs a,
.breadcrumbs span {
  text-decoration: none;
  font-style: italic;
  font-size: 1rem;
  display: inline-block;
  color: var(--brand-white-color);
}

.page-header-contents h3 {
  margin: 0;
  font-size: 1.8rem;
  color: var(--brand-white-color) !important;
}
.page-small-description {
  color: var(--brand-white-color);
  font-size: 1.2rem;
}
.service-sidebar {
  background-color: #f7f7f7;
  border-right: 1px solid var(--brand-gray-color);
}
.service-container {
  margin: 50px 0;
}

.service-sidebar h3 {
  padding: 15px;
  font-size: 1.1rem;
  color: var(--brand-white-color);
  background-color: var(--brand-green-color);
  border-bottom: var(--brand-blue-color) 2px solid;
  margin: 0;
  font-weight: 600;
  font-weight: normal;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.service-sidebar ul {
  padding: 0 0 30px 0;
  margin: 0 0 0 0;
  list-style: none;
}
.service-sidebar ul li {
  padding: 5px;
  margin-left: 10px;
}
.service-sidebar ul li a {
  color: var(--brand-text-color) !important;
  text-decoration: none;
  font-size: 1rem;
  padding: 10px 0;
}
.service-content #primary {
  margin-top: 0 !important;
}

.page .entry-header {
  margin-bottom: 0 !important;
}
.why-arima-block {
  padding: 40px 0;
}
.why-heading {
  color: var(--brand-blue-color) !important;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0 !important;
}
.why-arima-block h2 {
  color: var(--brand-blue-color);
  font-size: 1.2rem;
  font-weight: 600;
}
.arima-unique-block {
  text-align: center;
  min-height: 320px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: var(--brand-white-color);
  padding: 20px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
.arima-unique-block img {
  height: 70px;
  margin: 20px 0;
}

.sidebar-contact {
  padding: 24px;
  font-family: "Segoe UI", sans-serif;
  background-color: #fff;
  color: #222;
  max-width: 360px;
  /* box-shadow: -4px 0 10px rgba(0, 0, 0, 0.1); */
}

.sidebar-contact h3 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  font-weight: 700;
  color: var(--brand-color, #1a1a1a);
}

.sidebar-contact .contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
  font-size: 1rem;
}

.sidebar-contact .contact-item i {
  margin-right: 10px;
  font-size: 1.2rem;
  color: var(--brand-color, #004aad);
}

.sidebar-contact a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.sidebar-contact a:hover {
  color: var(--brand-yellow-color);
}

.sidebar-contact .close-icon {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  font-size: 1.5rem;
  color: #999;
}

.footer-contact a {
  color: var(--brand-white-color);
  text-decoration: none;
}

.footer-contact a:hover {
  color: var(--brand-yellow-color) !important;
}

.service-container,
.ast-plain-container.ast-no-sidebar #primary {
  margin-bottom: 0 !important;
}

.marquee {
  width: calc(
    100vw - 100px
  ); /* the plugin works for responsive layouts so width is not necessary */
  overflow: hidden;
}

/* Arima */

.arima-button {
  background-color: var(--brand-green-color);
  color: var(--brand-white-color);
  padding: 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.arima-button:hover {
  background-color: var(--brand-blue-color);
  color: var(--brand-white-color);
}
.semi-font {
  font-weight: 600;
}
.feature-box-section {
  background-color: #1ebc30; /* Green background */
  max-width: 80%;
  margin: -90px auto 0 auto;
  z-index: 65656;
  position: relative;
  border-radius: 5px 5px 0 0;
}
.feature-box-section .col-md-6 {
  margin: 0;
}
.feature-box {
  background-color: #1ebc30; /* Green background */
  color: #fff;
  padding: 30px;
  border-right: #27841d 2px solid;
  height: 100%;
}
.feature-box i {
  font-size: 2rem;
  margin-bottom: 15px;
  display: block;
  padding: 5px;
  height: 60px;
  width: 60px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #27841d; /* Green background */
  display: inline-block;
}
.feature-title {
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 10px;
}
.feature-text {
  font-size: 0.95rem;
}
.border-none {
  border: none;
}
.about-arima-generators h2 {
  font-size: 1.2rem;
}
.brands-we-server {
  padding: 40px 0;
}
.brands-section {
  background-color: #f1f5f9;
  padding: 15px;
  min-height: 375px;
}
.brands-section h2 {
  font-size: 2rem;
}

.brands-we-server .img {
  /* background-color: #ececec; */
  height: auto;
}
.brands-we-server img {
  padding: 10px;
  border-radius: 5px;
  margin: 0 10px;
}
.generator-block {
  border: #dbdbdb 1px solid;
  background-color: #fff;
  border-radius: 5px;
  padding: 30px 10px;
  text-align: center;
  margin-bottom: 20px;
  min-height: 290px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.accordion-item {
  border: 1px solid rgba(0, 0, 0, 0.125);
  overflow: hidden;
  margin-bottom: 1rem;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}
.accordion-item i {
  margin: 10px;
}
.accordion-header .accordion-button {
  display: flex;
  border-left: var(--brand-blue-color) 5px solid;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.25rem;
  background-color: #fff;
  color: #212529;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.accordion-header .accordion-button:focus {
  box-shadow: none;
  border-color: #fff;
}
.accordion-header .accordion-button:not(.collapsed) {
  color: #fff;
  border-left: var(--brand-blue-color) 5px solid;
  background-color: var(--brand-green-color);
  border-bottom: 1px solid #0b5ed7;
}

.accordion-button:not(.collapsed) .icon-plus-minus {
  transform: rotate(45deg);
}
.icon-plus-minus {
  transition: transform 0.3s ease-in-out;
}
.accordion-body {
  background-color: #f1f5f9;
  padding: 1.5rem !important;
}
.arima-best-chennai {
  background-color: #f1f1f1;
}
.our-clients {
  background-color: #f1f1f1;
}
.our-clients img {
  text-align: center;
  margin: 0 auto;
  max-height: 100px;
  transition: all 0.3s ease;
}

.logo-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.logo-item img {
  max-width: 180px;
  transition: transform 0.3s ease;
}
.logo-item img:hover {
  transform: scale(1.1);
}
.list-icon-type {
  margin: 0;
  padding: 0 0 0 20px;
}
.list-icon-type li {
  list-style-type: none;
  margin: 0;
}
/* Use ::before to insert the Bootstrap List icon */
.list-icon-type li::before {
  font-family: "bootstrap-icons"; /* Use the Bootstrap Icons font */
  content: "\F269"; /* Unicode for 'bi-list' */
  font-size: 1.5rem;
  color: #007bff;
  margin-right: 8px; /* Space between icon and text */
  vertical-align: middle;
}

/* Hover effect */
.list-icon-type li:hover::before {
  color: #0056b3;
}

.footer-logo {
  max-width: 70px !important;
}

.contact-arima-form {
  min-height: 550px;
  padding: 50px;
  background: url(../astra-child/images/contact-home-bg.png);
}

.contact-form-block {
  background: var(--brand-green-color);
  border-radius: 5px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  min-height: 450px;
  color: white;
}
.contact-form-block h3 {
  color: white;
}
.contact-form-block p {
  color: white;
  font-size: 18px;
}

.testimonial-home {
  color: #fff;
}
.testimonial-home h4 {
  color: #fff !important;
}

.testimonial-card {
  background: #001489;
  padding: 2rem;
  border-radius: 0.5rem;
  text-align: center;
  max-width: 700px;
  margin: auto;
}
.testimonial-quote {
  font-size: 1.2rem;
}
.client-name {
  font-weight: 700;
  margin-top: 1rem;
}
.client-company {
  color: #2ecc71;
}
.owl-dots {
  margin: 0 auto;
  text-align: center;
}
.owl-dots .owl-dot span {
  width: 25px;
  display: inline-block;
  height: 3px;
  text-align: center;
  background: #fff;
  margin: 5px;
  transition: background 0.3s;
}
.owl-dots .owl-dot.active span {
  background: #2ecc71;
}
.contact-form-quote p {
  margin-bottom: 0;
}
.contact-form-quote input {
  margin-bottom: 20px;
  border-radius: 0;
}
.about-us-story {
  background: none !important;
}

.about-us-story .uagb-ifb-title-wrap p {
  margin: 0 !important;
  color: var(--brand-green-color) !important;
}
.about-us-story .uagb-ifb-title-wrap h2 {
  color: var(--brand-blue-color) !important;
}

.about-us-story .wp-block-uagb-advanced-heading h3 {
  color: var(--brand-blue-color) !important;
}

.about-us-story .uagb-block-dj6oj1vc,
.about-us-story .uagb-block-bqzar5bu {
  margin-top: 25px !important;
  padding-top: 25px !important;
}
.service-sidebar h3 span {
  display: block;
  margin: 0;
  font-size: 11px;
  font-family: "Courier New", Courier, monospace;
}
.page-request-quote {
  margin: 15px;
}
.page-request-quote input,
.page-request-quote select {
  margin-bottom: 20px;
  border-radius: 0;
}
.page-request-quote input[type="submit"] {
  width: 100%;
}
.page-request-quote textarea {
  display: none;
}

.contact-info {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.contact-info h5 {
  font-weight: 700;
  margin-bottom: 20px;
}
.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
.contact-item i {
  font-size: 20px;
  color: var(--brand-green-color);
  margin-right: 12px;
  min-width: 25px;
  text-align: center;
}
.contact-item p {
  margin: 0;
  font-size: 15px;
  color: #444;
}
.why-services-arima h2 {
  margin-bottom: 0 !important;
}

.arima-services h1 {
  font-size: 1.8rem;
}

#page {
  overflow: hidden;
}
.main-header-menu .menu-item {
  font-family: var(--font-family-bold);
  font-weight: 600;
}
.arima-services h1 {
  font-size: 1.8rem;
  margin: 0;
}
.arima-services h3 {
  font-size: 1.2rem;
  margin: 0 0 15px 0 !important;
}
.arima-services h2 {
  font-size: 1.5rem;
  margin: 0 0 15px 0 !important;
}
.arima-services .wp-block-list {
  margin: 0 !important;
  padding: 10px 0;
}
.arima-services li {
  margin: 0 20px 15px 40px;
}
.float {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 80px;
    right: 10px;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 252;
}
