@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font-weight: 300;
  line-height: 1.4;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

input,
textarea,
select {
  margin: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

textarea {
  overflow: auto;
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner {
  padding: 0 !important;
  border: 0 none !important;
}

mark {
  background: none;
  color: inherit;
}

strong {
  font-weight: bold;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  width: 100%;
  min-height: 100%;
  color: #000000;
  background-color: #ffffff;
}

h1,
h2,
h3,
h4 {
  font-family: "Inter", sans-serif;
}

a,
button,
input {
  outline: none;
}

a,
a:hover {
  text-decoration: none;
}

p,
li {
  margin-bottom: 0;
}

button {
  border: 0;
  background-color: transparent;
}

*:focus {
  outline: none;
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 40px, 0); /* smaller upward shift */
}

[data-aos=zoom-in-up].aos-animate {
  transform: translate3d(0, 0, 0);
}

.content-wrapper {
  width: 100%;
  max-width: 1400px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}

.desk-visible {
  display: block;
}

.only-mobile {
  display: none;
}

.hide-mobile-tablet {
  display: block;
}

.only-mobile-tablet {
  display: none;
}

@media (max-width: 1023px) {
  .content-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
  .hide-mobile-tablet {
    display: none;
  }
  .only-mobile-tablet {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .content-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .desk-visible {
    display: none;
  }
  .only-mobile {
    display: block;
  }
}
.quote-btn {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: #333399;
  border: none;
  padding: 12px 22px;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
  box-shadow: 0 18px 40px rgba(59, 59, 167, 0.35), inset 0 -4px 10px rgba(0, 0, 0, 0.25);
}

/* ✨ Glow layer */
.quote-btn::before {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: inherit;
  background: linear-gradient(120deg, rgba(115, 115, 255, 0.7), rgba(70, 70, 200, 0.7));
  opacity: 0;
  filter: blur(20px);
  z-index: -1;
  transition: opacity 0.35s ease;
}

/* 🔥 Hover Effect */
.quote-btn:hover {
  transform: translateY(-4px);
  background: #4a4ad1;
  box-shadow: 0 25px 60px rgba(80, 80, 220, 0.55), inset 0 -4px 12px rgba(0, 0, 0, 0.3);
}

.quote-btn:hover::before {
  opacity: 1;
}

/* 🖱️ Active (click) */
.quote-btn:active {
  transform: translateY(0);
  box-shadow: 0 14px 30px rgba(59, 59, 167, 0.4);
}

.quote-btn-rd {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: #D7262F;
  border: none;
  padding: 12px 22px;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
  box-shadow: 0 18px 40px rgba(215, 38, 47, 0.45), inset 0 -4px 10px rgba(0, 0, 0, 0.25);
}

/* ✨ Red glow layer */
.quote-btn-rd::before {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: inherit;
  background: linear-gradient(120deg, rgba(215, 38, 47, 0.6), rgba(215, 38, 47, 0.25));
  opacity: 0;
  filter: blur(20px);
  z-index: -1;
  transition: opacity 0.35s ease;
}

/* 🔥 Hover effect */
.quote-btn-rd:hover {
  transform: translateY(-4px);
  background: #D7262F;
  box-shadow: 0 25px 60px rgba(215, 38, 47, 0.65), inset 0 -4px 12px rgba(0, 0, 0, 0.3);
}

.quote-btn-rd:hover::before {
  opacity: 1;
}

/* 🖱️ Active (click) */
.quote-btn-rd:active {
  transform: translateY(0);
  box-shadow: 0 14px 30px rgba(215, 38, 47, 0.45);
}

.quote-btn-wht {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #0A0A0A;
  background: #ffffff;
  border: none;
  padding: 12px 22px;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease, color 0.35s ease;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15), inset 0 -3px 8px rgba(0, 0, 0, 0.1);
}

/* ✨ Hover glow layer */
.quote-btn-wht::before {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: inherit;
  background: linear-gradient(120deg, rgba(51, 51, 153, 0.6), rgba(51, 51, 153, 0.25));
  opacity: 0;
  filter: blur(20px);
  z-index: -1;
  transition: opacity 0.35s ease;
}

/* 🔥 Hover effect */
.quote-btn-wht:hover {
  transform: translateY(-4px);
  background: #333399;
  color: #ffffff;
  box-shadow: 0 25px 60px rgba(51, 51, 153, 0.6), inset 0 -4px 12px rgba(0, 0, 0, 0.3);
}

.quote-btn-wht:hover::before {
  opacity: 1;
}

/* 🖱️ Active (click) */
.quote-btn-wht:active {
  transform: translateY(0);
  box-shadow: 0 14px 30px rgba(51, 51, 153, 0.4);
}

.ar-head h1 {
  color: #ffffff;
  font-weight: 500;
  font-size: 48px;
  line-height: 72px;
}
.ar-head h2 {
  color: #ffffff;
  font-weight: 500;
  font-size: 28px;
  line-height: 42px;
  text-align: center;
}

@media (max-width: 767px) {
  .ar-head h1 {
    font-size: 36px;
    line-height: 48px;
  }
}
.ar-card {
  padding: 24px;
  border: 2px solid rgba(0, 0, 0, 0.1019607843);
  border-radius: 14px;
  transition: all 0.3s ease-in-out;
}
.ar-card__img {
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
}
.ar-card__img img {
  width: 100%;
  height: 100%;
}
.ar-card__head {
  color: #0a0a0a;
  padding-bottom: 24px;
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  transition: all 0.3s ease-in-out;
}
.ar-card__cnt {
  color: #0a0a0a;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 20px;
}
.ar-card:hover {
  border: 2px solid #17479e;
}
.ar-card:hover .ar-card__head {
  color: #17479e;
}

.ar-pardct-card {
  padding: 16px;
  border-radius: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.1019607843);
  background-color: #ffffff;
  margin: 10px;
}
.ar-pardct-card__img {
  width: 100%;
  height: 280px;
}
.ar-pardct-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ar-pardct-card__categoreis {
  color: #6a7282;
  margin: 20px 0 10px;
  font-size: 12px;
  line-height: 16px;
}
.ar-pardct-card__head {
  color: #0a0a0a;
  margin: 0 0 8px;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}
.ar-pardct-card__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 50px;
}
.ar-pardct-card__inner p {
  color: #4a5565;
  font-size: 14px;
  line-height: 20px;
}
.ar-pardct-card .quote-btn {
  width: 100%;
  text-align: center;
  justify-content: center;
  gap: 15px;
}

@media (max-width: 767px) {
  .ar-pardct-card__img img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.act-header {
  padding: 0 0 10px;
  background-color: #0C0C29;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
  transition: all 0.3s ease-in-out;
}
.act-header.scrolled {
  background-color: #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  padding: 0;
  animation: fadeDown 0.8s ease-in-out;
}
.act-header.scrolled .navbar-toggler-icon, .act-header.scrolled .offcanvas-header .btn-close {
  filter: invert(0) !important;
}
.act-header.scrolled .nav-link, .act-header.scrolled .navbar-nav .nav-link {
  color: #0C0C29;
  font-size: 14px;
  line-height: 20px;
}
@keyframes fadeDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.act-header.scrolled .navbar-expand-lg .offcanvas .offcanvas-body {
  padding: 0;
}
.act-header .navbar-expand-lg .offcanvas .offcanvas-body {
  transition: all 0.3s ease-in-out;
}
.act-header .outer {
  justify-content: center;
}
.act-header .dropdown-toggle::after {
  display: none;
}
.act-header .act-btn {
  margin-left: auto;
  margin-bottom: 10px;
}
.act-header .navbar-expand-lg .navbar-nav {
  gap: 20px;
  margin-left: auto;
  margin-right: 40px;
}
.act-header .container-fluid {
  padding: 0;
  margin: 0;
}
.act-header__logo {
  width: 100px;
  height: auto;
}
.act-header__logo img {
  width: 100%;
  height: 100%;
}
.act-header .navbar-nav .nav-link.active,
.act-header .navbar-nav .nav-link.show {
  color: #17479e;
}
.act-header .navbar-nav .nav-link {
  color: #ffffff;
}
.act-header__top {
  background-color: #17479e;
  width: 100%;
  padding: 10px 0;
}
.act-header__top .outer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.act-header__top .outer p {
  color: #ffffff;
  font-size: 12px;
  line-height: 22px;
  font-family: "lato", sans-serif;
}
.act-header__top .cntct {
  display: flex;
  align-items: center;
  gap: 10px;
}
.act-header__nav-wrap {
  display: flex;
  align-items: center;
  gap: 2px;
}
.act-header__nav-wrap .nav-link {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
}
.act-header .navbar-toggler-icon,
.act-header .offcanvas-header .btn-close {
  filter: invert(1);
}
.act-header .offcanvas.offcanvas-end {
  background-color: #0C0C29;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .act-header .navbar-expand-lg .navbar-nav {
    gap: 10px;
  }
  .act-header__logo {
    width: 160px;
  }
  .act-header .navbar-nav .nav-link {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .act-header .navbar-expand-lg .navbar-nav {
    margin-left: 0;
  }
  .act-header .outer {
    justify-content: flex-start;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .act-header .act-btn {
    margin: 30px auto;
  }
  .act-header.scrolled .navbar-expand-lg .offcanvas .offcanvas-body {
    padding: 20px;
  }
  .act-header__logo {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .act-header .nav-item {
    width: 100%;
  }
  .act-header .nav-item a {
    display: inline-block;
  }
  .act-header .navbar-expand-lg .navbar-nav {
    gap: 20px;
    margin-left: 0;
    margin-right: auto;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    margin-bottom: 40px;
  }
  .act-header .act-btn {
    margin-top: 20px;
  }
  .act-header .dropdown-menu.active {
    display: block;
    position: relative;
  }
  .act-header.scrolled .navbar-expand-lg .offcanvas .offcanvas-body {
    padding: 20px;
  }
  .act-header__logo {
    width: 80px;
    margin-top: 20px;
  }
  .act-header__top .outer {
    justify-content: space-around;
  }
}
@media (min-width: 1024px) {
  .act-header .dropdown-menu {
    display: none;
  }
  .act-header .dropdown:hover .dropdown-menu {
    display: block;
    position: absolute;
  }
}
.ar-hero {
  height: 720px;
  width: 100%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ar-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(227.65deg, rgba(0, 0, 0, 0.8) 46.82%, #333399 94.21%);
}
.ar-hero .ar-head h1 {
  padding-bottom: 24px;
}
.ar-hero .sub-head {
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
  padding-bottom: 32px;
  color: #ffffff;
}
.ar-hero__outer {
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 10;
  height: 720px;
}
.ar-hero__btn-outer {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 32px;
}
.ar-hero__inner {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ar-hero__inner svg {
  width: 20px;
  height: 20px;
}
.ar-hero__inner p {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}

@media (max-width: 767px) {
  .ar-hero__outer {
    height: 920px;
  }
  .ar-hero {
    height: 820px;
  }
}
.act-footer {
  background: #121C2D;
}
.act-footer__sec1 {
  border-bottom: 2.13px solid rgba(255, 255, 255, 0.1098039216);
  padding: 50px 0 40px;
}
.act-footer__sec2 {
  padding: 30px 0;
}
.act-footer__sec2 .outer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.act-footer__asciate-logo {
  width: 100%;
  height: auto;
  display: inline-block;
}
.act-footer__asciate-logo img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.act-footer__outer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.act-footer__w-40 {
  width: 40%;
}
.act-footer__w-20 {
  width: 20%;
}
.act-footer__w-20:last-child .act-footer__head:nth-child(2) {
  padding-bottom: 10px;
}
.act-footer__logo {
  width: 100px;
  height: auto;
  display: inline-block;
}
.act-footer__logo img {
  width: 100%;
  height: 100%;
}
.act-footer__head {
  color: #ffffff;
  padding-bottom: 25px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}
.act-footer__cnt {
  font-size: 18px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.6980392157);
  padding: 20px 0;
  width: 80%;
}
.act-footer__cnt span {
  color: #ffffff;
  padding-top: 10px;
  display: inline-block;
}
.act-footer__map {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  padding-top: 30px;
}
.act-footer__map a {
  width: 36px;
  height: 36px;
}
.act-footer__map a img {
  width: 100%;
  height: 100%;
}
.act-footer__map .outer {
  width: 40%;
}
.act-footer__map .map {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.act-footer__map .map img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.act-footer__map .btn-outer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5px;
}
.act-footer__map .btn {
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
}
.act-footer__map .arrow {
  width: 20px;
  height: 20px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.act-footer__list li a {
  display: inline-block;
  font-size: 15px;
  line-height: 28px;
  padding: 5px 0;
  color: rgba(255, 255, 255, 0.7882352941);
  transition: all 0.3s ease-in-out;
}
.act-footer__list li a:hover {
  color: #ffffff;
}
.act-footer .email-container {
  display: flex;
  align-items: center;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  padding: 10px 20px;
  width: 100%;
  margin-bottom: 30px;
}
.act-footer .email-container input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: white;
  font-size: 16px;
  caret-color: white;
}
.act-footer .email-container input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.act-footer .email-container input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.act-footer .email-container button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
}
.act-footer .email-container button svg {
  fill: white;
  width: 32px;
  height: 32px;
}
.act-footer__inner {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  padding-bottom: 15px;
}
.act-footer__inner .logo {
  width: 18px;
  height: 18px;
}
.act-footer__inner .logo SVG {
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 0.6392156863);
  transition: all 0.3s ease-in-out;
}
.act-footer__inner p {
  color: rgba(255, 255, 255, 0.6392156863);
  font-size: 16px;
  line-height: 26px;
  transition: all 0.3s ease-in-out;
}
.act-footer__inner:hover p,
.act-footer__inner:hover .logo svg {
  color: #ffffff;
}
.act-footer__cpy {
  font-size: 14px;
  line-height: 28px;
  color: #ffffff;
}
.act-footer__pwrd {
  display: flex;
  gap: 15px;
  align-items: center;
}
.act-footer__pwrd p {
  color: #c7c7c7;
  font-size: 15px;
  line-height: 24px;
}
.act-footer__pwrd .logo {
  width: 180px;
  height: auto;
}

.act-footer__map .btn-outer:hover .arrow {
  opacity: 1;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .act-footer__w-40 {
    width: 30%;
  }
  .act-footer__w-20 {
    width: 22%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .act-footer__w-20 {
    width: 30%;
  }
  .act-footer__outer {
    flex-wrap: wrap;
  }
  .act-footer__cnt {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .act-footer__outer {
    flex-direction: column;
  }
  .act-footer__w-40 {
    width: 100%;
  }
  .act-footer__w-20 {
    width: 100%;
    padding-bottom: 20px;
  }
  .act-footer__head {
    padding-bottom: 15px;
    text-align: center;
  }
  .act-footer__cnt {
    width: 100%;
    text-align: center;
  }
  .act-footer__list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .act-footer__inner {
    justify-content: center;
  }
  .act-footer__sec2 .outer {
    flex-direction: column;
    gap: 30px;
  }
  .act-footer__logo {
    margin: auto;
    display: block;
  }
  .act-footer__map {
    justify-content: center;
    margin: 10px 0;
  }
}
.ar-ctaegorysec {
  padding: 95px 0 160px;
}
.ar-ctaegorysec .ar-head h2 {
  text-align: center;
  color: #000000;
}
.ar-ctaegorysec__subhead {
  color: #4a5565;
  font-size: 18px;
  line-height: 28px;
  padding: 16px 0;
  text-align: center;
}
.ar-ctaegorysec__outer {
  padding: 30px 0;
  width: 70%;
  margin: 0 auto;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .ar-ctaegorysec__outer {
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ar-ctaegorysec__outer {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ar-ctaegorysec__outer {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
  }
}
.ar-featureSec {
  width: 100%;
  height: 820px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 70px 0;
}
.ar-featureSec .ar-head {
  color: #ffffff;
  text-align: center;
}
.ar-featureSec__subhead {
  text-align: center;
  color: #ffffff;
  padding: 8px 0 48px;
  font-size: 18px;
  line-height: 28px;
}
.ar-featureSec__slider {
  margin: 0 -10px;
  position: relative;
}
.ar-featureSec .slick-dots li button:before {
  color: white;
}
.ar-featureSec .slick-dots li button:before {
  font-size: 25px;
}
.ar-featureSec .slick-dots li.slick-active button:before {
  color: white;
}

.ar-contactsec {
  padding: 80px 0;
  background-color: #F7F9FB;
}
.ar-contactsec__outer {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.ar-contactsec .ar-head h2 {
  text-align: left;
}
.ar-contactsec .form-group {
  margin-bottom: 20px;
}
.ar-contactsec form {
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;
}
.ar-contactsec .quote-section,
.ar-contactsec .contact-section {
  width: 50%;
}
.ar-contactsec .contact-section {
  padding-left: 40px;
}
.ar-contactsec .contact-section h2 {
  font-size: 28px;
  margin-bottom: 30px;
  color: #1a1a1a;
}
.ar-contactsec .contact-item {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.ar-contactsec .contact-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #e3f2fd;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ar-contactsec .contact-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ar-contactsec .contact-icon i {
  color: #2196f3;
  font-size: 20px;
}
.ar-contactsec .contact-icon.whatsapp {
  background: #e8f5e9;
}
.ar-contactsec .contact-icon.whatsapp i {
  color: #25d366;
}
.ar-contactsec .contact-details h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #1a1a1a;
}
.ar-contactsec .contact-details p {
  color: #666;
  font-size: 14px;
  margin: 2px 0;
}
.ar-contactsec .contact-details a {
  color: #2196f3;
  text-decoration: none;
}
.ar-contactsec .contact-details a:hover {
  text-decoration: underline;
}
.ar-contactsec .quote-section h2 {
  font-size: 28px;
  margin-bottom: 10px;
  color: #1a1a1a;
}
.ar-contactsec .quote-section > p {
  color: #666;
  margin-bottom: 30px;
  font-size: 14px;
}
.ar-contactsec .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
.ar-contactsec .form-group {
  display: flex;
  flex-direction: column;
}
.ar-contactsec .form-group.full-width {
  grid-column: 1/-1;
}
.ar-contactsec label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
.ar-contactsec label .required {
  color: #f44336;
}
.ar-contactsec input[type=text],
.ar-contactsec input[type=email],
.ar-contactsec input[type=tel],
.ar-contactsec select,
.ar-contactsec textarea {
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  font-family: inherit;
  transition: border-color 0.3s;
}
.ar-contactsec input[type=text]:focus,
.ar-contactsec input[type=email]:focus,
.ar-contactsec input[type=tel]:focus,
.ar-contactsec select:focus,
.ar-contactsec textarea:focus {
  outline: none;
  border-color: #2196f3;
}
.ar-contactsec input::-moz-placeholder, .ar-contactsec textarea::-moz-placeholder {
  color: #999;
}
.ar-contactsec input::placeholder,
.ar-contactsec textarea::placeholder {
  color: #999;
}
.ar-contactsec select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: white url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 9L1 4h10z'/%3E%3C/svg%3E") no-repeat right 16px center;
  cursor: pointer;
}
.ar-contactsec textarea {
  resize: vertical;
  min-height: 100px;
}
.ar-contactsec .checkbox-group {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 20px 0;
}
.ar-contactsec input[type=checkbox] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.ar-contactsec .checkbox-group label {
  margin: 0;
  cursor: pointer;
  font-weight: normal;
}
.ar-contactsec .file-upload {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border: 1px dashed #ddd;
  border-radius: 6px;
  cursor: pointer;
  transition: border-color 0.3s;
}
.ar-contactsec .file-upload:hover {
  border-color: #2196f3;
}
.ar-contactsec .file-upload i {
  color: #666;
}
.ar-contactsec .file-upload span {
  color: #666;
  font-size: 14px;
}
.ar-contactsec input[type=file] {
  display: none;
}
.ar-contactsec .button-group {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}
.ar-contactsec .btn {
  padding: 14px 32px;
  border: none;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.ar-contactsec .btn-primary {
  background: #3f51b5;
  color: white;
  flex: 1;
}
.ar-contactsec .btn-primary:hover {
  background: #303f9f;
}
.ar-contactsec .btn-whatsapp {
  background: white;
  color: #25d366;
  border: 2px solid #25d366;
  flex: 1;
}
.ar-contactsec .btn-whatsapp:hover {
  background: #25d366;
  color: white;
}
@media (max-width: 968px) {
  .ar-contactsec .container {
    grid-template-columns: 1fr;
    padding: 30px;
  }
  .ar-contactsec .form-row {
    grid-template-columns: 1fr;
  }
  .ar-contactsec .button-group {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .ar-contactsec__outer {
    flex-direction: column;
  }
  .ar-contactsec .quote-section, .ar-contactsec .contact-section {
    width: 100%;
  }
}
.stockroom-sec {
  padding: 80px 0;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.section-header::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 40px;
}

.section-header h2 {
  font-size: 36px;
  color: #1a1a1a;
  margin-bottom: 15px;
  font-weight: 700;
}

.section-header p {
  color: #666;
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
  position: relative;
  min-height: 650px;
}

.gallery-grid::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  z-index: 1;
}

.gallery-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: white;
  cursor: pointer;
  z-index: 2;
}

.gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.gallery-item:nth-child(3) {
  grid-row: span 2;
}

.gallery-item.large {
  grid-column: span 2;
}

/* Lightbox Modal */
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.lightbox.active {
  display: flex;
}

.lightbox-content {
  max-width: 90%;
  max-height: 90%;
  position: relative;
}

.lightbox-content img {
  max-width: 100%;
  max-height: 85vh;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
}

.lightbox-close {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 40px;
  color: white;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  line-height: 1;
  transition: transform 0.3s ease;
}

.lightbox-close:hover {
  transform: scale(1.2);
}

@media (max-width: 1024px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-grid::before {
    display: none;
  }
}
@media (max-width: 768px) {
  .section-header h2 {
    font-size: 28px;
  }
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  .gallery-item.large {
    grid-column: span 1;
  }
  .gallery-item img,
  .gallery-item.large img {
    height: 250px;
  }
}
.ar-aboutsec {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 630px;
}
.ar-aboutsec__outer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 630px;
}
.ar-aboutsec__outer .sec1 {
  width: 40%;
}
.ar-aboutsec__outer .sec1 p {
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 15px;
}
.ar-aboutsec__outer .sec2 {
  width: 25%;
}
.ar-aboutsec .ar-head h2 {
  text-align: left;
  color: #000000;
  padding-bottom: 20px;
}
.ar-aboutsec__img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.ar-aboutsec__img img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ar-aboutsec__outer .sec1 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .ar-aboutsec__outer {
    flex-direction: column-reverse;
    gap: 40px;
    height: 100%;
  }
  .ar-aboutsec {
    padding: 50px 0;
    height: 100%;
  }
  .ar-aboutsec__outer .sec1, .ar-aboutsec__outer .sec2 {
    width: 100%;
  }
}