:root {
  /**  @font family declaration */
  --rs-ff-body: "Space Grotesk", sans-serif;
  --rs-ff-title: "Space Grotesk", sans-serif;
  --rs-ff-p: "Space Grotesk", sans-serif;
  --rs-ff-fontawesome: "Font Awesome 6 Pro";
  --rs-ff-remixicon: "remixicon";
  /** @color declaration */
  --rs-white: #FFFFFF;
  --rs-black: #1F1F1F;
  --rs-light: #eee;
  --rs-theme-red: #3B719F;
  --rs-theme-blue: #005EB8;
  --rs-theme-light-blue: #0D80CE;
  --rs-theme-green: #023B4A;
  --rs-theme-light-green: #507A7C;
  --rs-theme-yellow: #F7C600;
  --rs-theme-deep-blue: #3B37FD;
  --rs-theme-cyan: #00CAA4;
  --rs-theme-medium-blue: #1455AA;
  --rs-theme-medium-yellow: #FFCA3B;
  --rs-text-primary: #616161;
  --rs-text-secondary: #CBCCCD;
  --rs-text-tertiary: #142340;
  --rs-title-primary: #1F1F1F;
  --rs-title-secondary: #152A40;
  --rs-bg-primary: #F7F7F7;
  --rs-border-primary: rgba(0, 0, 0, 0.05);
  --rs-border-secondary:rgba(102, 102, 102, 0.2);
  --rs-border-tertiary: #152A40;
  --rs-placeholder: rgba(30, 30, 30, 0.4);
  --rs-rgba-1: rgba(255, 255, 255, 0.07);
  --rs-rgba-2: rgba(255, 255, 255, 0.05);
  --rs-rating-color: #FFC62D;
  --accent-primary: #69696F;
  --accent-secondary: #71797E;
  /** @font weight declaration */
  --rs-fw-normal: normal;
  --rs-fw-thin: 100;
  --rs-fw-elight: 200;
  --rs-fw-light: 300;
  --rs-fw-regular: 400;
  --rs-fw-medium: 500;
  --rs-fw-sbold: 600;
  --rs-fw-bold: 700;
  --rs-fw-ebold: 800;
  --rs-fw-black: 900;
  /** @font size declaration */
  --rs-fs-body: 18px;
  --rs-fs-p: 17px;
  --rs-fs-h1: 68px;
  --rs-fs-h2: 52px;
  --rs-fs-h3: 38px;
  --rs-fs-h4: 28px;
  --rs-fs-h5: 24px;
  --rs-fs-h6: 20px;
  --rs-fs-b1: 14px;
  --rs-fs-b2: 16px;
  --rs-fs-b3: 18px;
  --rs-fs-b4: 22px;
}

body {
  color: var(--rs-text-primary);
  font-family: var(--rs-ff-body) !important;
  font-size: var(--rs-fs-body);
  font-weight: normal;
  line-height: 1.5;
}
.main-menu li a {
 max-height: 95px;
font-size: 16px;
}
.rs-header-area.has-theme-red .main-menu > ul > li:hover > a {
    color: var(--rs-theme-red) !important;
}
/* Footer section start */
.rs-footer-bg-thumb{
  background-color: var(--accent-secondary);
}
footer .container{
  margin-top: 15px;
}
.rs-footer-two .rs-footer-widget-description {
    color: var(--rs-text-secondary);
    margin-bottom: 15px;
}
/* Footer section end  */
.offcanvas-contact-text p:hover {
    color: var(--rs-theme-red);
    cursor: default;
}
@media (max-width: 1728px) {
    .main-menu li a {
        font-size: 14px;
    }
}
/* When screen width is 1420px or less */
@media (max-width: 1420px) {
    .main-menu li a {
        font-size: 12px;
    }
}

/* Small-screen adjustments: prevent overflow and keep SVG aspect ratios */
@media (max-width: 395px) {
  .offcanvas-contact ul {
    padding-left: 0;
  }
  .offcanvas-contact ul li {
    gap: 8px;
    align-items: center;
  }
  .offcanvas-contact-icon {
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .offcanvas-contact-icon svg {
    width: 100%;
    height: auto;
    max-width: 32px;
    max-height: 32px;
    display: block;
  }
  .offcanvas-contact-text {
    flex: 1 1 auto;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: anywhere;
    font-size: 14px;
  }
  .offcanvas-contact-text p,
  .offcanvas-contact-text a {
    margin: 0;
    font-size: 14px;
    line-height: 1.2;
  }
  /* general SVG rule for icons used elsewhere */
  .offcanvas-area svg, .rs-contact-item svg, .rs-contact-icon svg {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  /* reduce spacing to prevent horizontal overflow */
  .d-flex.gap-15 {
    gap: 8px;
  }
  .offcanvas-close{
    aspect-ratio: 1 / 1;
  }
  .offcanvas-top{
    gap: 10px;
  }
}

.rs-header-logo{
    width: 200px;
    height: auto;
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    background-position: 50% 50%;
}
