/*--------------------------------------------------------------

# Spacing Utilities

--------------------------------------------------------------*/
/* Padding Top */
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-110 {
  padding-top: 110px;
}
.pt-120 {
  padding-top: 120px;
}
.pt-140 {
  padding-top: 140px;
}
/* Padding Bottom */
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-120 {
  padding-bottom: 120px;
}
.pb-125 {
  padding-bottom: 125px;
}
/* Margin Bottom */
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-100 {
  margin-bottom: 100px;
}
/* Margin Top */
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-90 {
  margin-top: 90px;
}
/*--------------------------------------------------------------

# Global Styles

--------------------------------------------------------------*/
.flex {
  display: flex;
  gap: 10px;
}
p.small-font {
  font-size: 16px !important;
  line-height: 24px !important;
}
span.blue {
  color: #009fd9 !important;
}
.contact-section {
  padding: 50px 0;
  position: relative;
  width: 100%;
}
.contact-section .container {
  max-width: 1170px;
}
/*--------------------------------------------------------------

# Feature Section

--------------------------------------------------------------*/
.feature-img img {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.feature-details {
  padding-left: 21px;
}
.feature-details > .title {
  font-size: 40px;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: -1px;
  margin-bottom: 0;
}
.feature-area .feature-details > .title {
  font-weight: 500;
  margin-bottom: 5px;
}
/*--------------------------------------------------------------

# Feature & Blog Quote Styles

--------------------------------------------------------------*/
.blog-details-area .quote-wrap, .feature-details .quote-wrap {
  background: #F5FAFF;
  padding: 15px 25px 15px 30px;
  padding-right: 10px;
  border-radius: 5px;
  border-left: 5px solid #004d6e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.post-wrap .post-text, .post-wrap .quote-text, .comments-meta .c-text, .feature-details .quote-text {
  font-size: 15px;
  line-height: 23px;
  color: #70747D;
}
.post-wrap .quote-wrap .quote-author, .feature-details .quote-author {
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 35px;
  color: #646464;
}
/*--------------------------------------------------------------

# Feature Info

--------------------------------------------------------------*/
.feature-info .title {
  font-size: 19px;
  line-height: 24px;
  margin: 0 0 5px 0;
}
/*--------------------------------------------------------------

# Counter Section

--------------------------------------------------------------*/
.counter-up .purecounter, .counter-up .sign {
  font-size: 34px;
  line-height: 45px;
  font-weight: 700;
}
.counter-up .counter-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 15px;
  color: #70747D;
  margin-bottom: 0;
}
.counter-icon img {
  transition: transform 0.3s ease-in-out;
}
.counter-icon:hover img {
  transform: rotate(15deg) scale(1.1);
}
/*--------------------------------------------------------------

# Section Title

--------------------------------------------------------------*/
.section-title .title {
  font-size: 40px;
  line-height: 1.4em;
  text-align: center;
  letter-spacing: -1px;
  margin-bottom: 15px;
}
.section-title .subtitle {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #6076a8;
  padding: 0 420px;
  margin-bottom: 0;
}
/*--------------------------------------------------------------

# Container Customization

--------------------------------------------------------------*/
.container.custom-container {
  /*   max-width: 946px; */
}
.container.customcontainer {
  max-width: 946px;
}
/*--------------------------------------------------------------

# Customer Image

--------------------------------------------------------------*/
.customer-image img {
  width: 100%;
}
/*--------------------------------------------------------------

# About Page

--------------------------------------------------------------*/
.box-text-area.bg-1 {
  background: url(../assets/images/small-1.png);
}
.box-text-area.bg-2 {
  background: url(../assets/images/small-2.png);
}
.box-text-area.bg-3 {
  background: url(../assets/images/small-4.png);
}
.box-text-area.bg-4 {
  background: url(../assets/images/small-bg.png);
}
.box-text-area.bg-5 {
  background: url(../assets/images/small-5.png);
}
.box-text-area.bg-1, .box-text-area.bg-2, .box-text-area.bg-3, .box-text-area.bg-4, .box-text-area.bg-5 {
  min-height: 351px;
  background-size: 100%;
  padding-left: 24px;
  padding-right: 24px;
  margin-bottom: 24px !important;
  background-repeat: no-repeat;
}
.box-text-area img {
  width: 100%;
}
.box-text-area {
  border-radius: 14px;
  overflow: hidden;
  flex-wrap: wrap;
  align-content: flex-end;
  padding-bottom: 64px !important;
  transition: transform 0.3s ease-in-out;
}
.box-text-area:hover {
  transform: scale(1.05);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}
.box-text-area h2 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}
.box-text-area h2.with-shadow {
  text-shadow: 0px 0px 3px #000;
}
.box-text-area p {
  font-size: 14px;
  line-height: 20px;
}
.box-text-area.light p, .box-text-area.light h2 {
  color: #fff;
}
/*--------------------------------------------------------------

# Boxes Area

--------------------------------------------------------------*/
.boxes-area .blue {
  background-color: #eaf6fa;
  min-height: 351px;
  padding-left: 24px;
  padding-right: 24px;
  align-items: flex-end !important;
}
.boxes-area .grey {
  background-color: #e9eced;
  min-height: 351px;
  padding-left: 24px;
  padding-right: 24px;
  align-items: flex-end !important;
}
.boxes-area .top-radi {
  border-top-right-radius: 150px;
  border-top-left-radius: 150px;
}
.boxes-area .oval {
  border-radius: 14px;
}
/*--------------------------------------------------------------

# About Benefits

--------------------------------------------------------------*/
.about-benefits {
  width: 100%;
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
  gap: 1em;
  text-align: center;
}
/* Image Styling */
.about-benefits img {
  width: 150px;
  height: auto;
  display: inline-block;
}
/* Perk Text */
.perk {
  background: #efefef;
  min-height: 190px;
}
.perk-text {
  width: 45%;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
/* Perk Text - Title */
.perk-text h3 {
  font-size: 1.25em;
}
/* Perk Text - Paragraph */
.perk-text p {
  font-size: 1em;
  padding-bottom: 1em;
}
/*--------------------------------------------------------------

# Section Title

--------------------------------------------------------------*/
.sec-tl.contact-cont {
  margin-bottom: 25px;
}
.sec-tl > span {
  padding-bottom: 5px;
}
.sec-tl > h2 {
  margin-bottom: 0;
}
/*--------------------------------------------------------------

# Contact Form

--------------------------------------------------------------*/
.cnt-frm {
  width: 100%;
}
.cnt-frm > form {
  width: 100%;
}
.cnt-frm .mrg10 {
  margin: 0 -5px;
}
.cnt-frm .mrg10 > div {
  padding: 5px;
}
.cnt-frm > form input, .cnt-frm > form textarea {
  float: left;
  width: 100%;
  padding: 15px 30px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  font-size: 15px;
  height: 50px;
}
.cnt-frm > form textarea {
  height: 180px;
}
.cnt-frm > form button {
  display: inline-block;
  margin-top: 20px;
  min-width: 290px;
  background: #0788cb;
  border: none;
}
/*--------------------------------------------------------------

# Theme Button

--------------------------------------------------------------*/
.theme-btn {
  display: inline-block;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  padding: 14px 45px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.theme-btn:hover, .theme-btn:focus {
  color: #fff;
}
/*--------------------------------------------------------------

# Contact Info Wrapper

--------------------------------------------------------------*/
.cnt-inf-wrp {
  width: 100%;
  margin-top: 50px;
}
.cnt-inf-wrp .sec-tl {
  margin-bottom: 35px;
}
/* Contact Info List */
.cnt-inf-lst {
  list-style: none;
}
.cnt-inf-lst > li {
  float: left;
  padding: 0 40px 0 50px;
  position: relative;
  font-size: 18px;
  width: 50%;
  margin-bottom: 45px;
}
.cnt-inf-lst > li i {
  font-size: 28px;
  position: absolute;
  left: 0;
  color: #ff9822;
}
.cnt-inf-lst > li strong {
  font-size: 20px;
  color: #222;
  font-weight: 400;
  display: block;
}
.cnt-inf-lst > li a, .cnt-inf-lst > li span {
  display: block;
  line-height: initial;
  margin-top: 10px;
  text-decoration: none;
}
/*--------------------------------------------------------------

# Contact Map

--------------------------------------------------------------*/
.cnt-mp {
  float: left;
  width: 100%;
  height: 350px;
  margin-top: 65px;
}
/*--------------------------------------------------------------

# Footer

--------------------------------------------------------------*/
.bd-footer, .bd-footer a {
  clear: both;
}
/*--------------------------------------------------------------

# Subscribe Area

--------------------------------------------------------------*/
.subscribe-area .subscribe-text {
  padding-right: 40px;
}
.subscribe-area .subscribe-text .title {
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.586px;
  margin-bottom: 0;
}
/* Subscribe Box */
.subscribe-area .subscribe-box {
  position: relative;
  float: right;
  margin-top: 30px;
  clear: both;
  width: 80%;
  border-bottom: 3px solid #000;
}
.subscribe-area .subscribe-box input {
  height: 60px;
  border: none;
  background: transparent;
  border-bottom: 3px solid #000;
  padding: 18px 20px;
  font-size: 18px;
}
.subscribe-area .subscribe-box button {
  font-weight: 700;
  font-size: 22px;
  line-height: 29px;
  text-align: center;
  color: #001e56;
  background: none;
  border: none;
  transition: all 0.3s ease-in-out;
}
.subscribe-area .subscribe-box button svg {
  display: inline-block;
  margin-left: 5px;
  transition: all 0.3s ease-in-out;
}
/* --------------------------------------

   ðŸ“Œ Bottom CTA Area Styles

-------------------------------------- */
.bottom-cta-area {
  background-color: #fafafa !important;
}
/* âœ… Border & Spacing for Items */
.bottom-cta-area .bod {
  margin-bottom: 25px;
  padding-bottom: 35px;
  border-bottom: 1px solid #e7e7e7 !important;
}
/* âœ… Remove Border for Last Item */
.bottom-cta-area .bod:last-child {
  border-bottom: none !important;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* âœ… Icon Styles */
.bottom-cta-area .icon {
  text-align: center;
}
.bottom-cta-area .icon i {
  font-size: 25px;
  margin-top: 8px;
}
/* âœ… Heading Styles */
.bottom-cta-area .heading h3 {
  font-size: 25px;
  line-height: 40px;
  font-weight: 700;
}
/* âœ… Content Link */
.bottom-cta-area .content a {
  text-decoration: none;
}
/* --------------------------------------

   📌 Career Card Styles

-------------------------------------- */
.careerCard {
  background-color: #FFF;
  border-radius: 5px;
  box-shadow: 0 15px 30px 10px rgba(0, 0, 0, 0.05);
  min-height: 160px;
  display: flex;
  align-items: center;
  position: relative;
  padding-inline: 30px;
  max-width: 1240px;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 30px;
}
/* ✅ Career Card Title */
.careerCard h6 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 15px;
}
/* ✅ Career Card Link/Button */
.careerCard a {
  background: #074d6c;
  display: inline-block;
  padding: 7px 20px;
  margin: 20px 0;
  border-radius: 2px;
  color: #fff; /* Ensure text is visible */
  text-decoration: none;
}
/* --------------------------------------

   📌 Careers Section Styles

-------------------------------------- */
/* ✅ Standardized Heading */
.careersSection h4 {
  font-size: 25px; /* Removed duplicate size declarations */
  font-weight: 600;
}
/* ===================================

   Career Form Styles

=================================== */
#careerForm input[type="checkbox"], #careerForm input[type="radio"], #careerForm label {
  cursor: pointer;
}
/* Label Styling */
#careerForm label {
  display: block;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  margin-bottom: 5px;
}
/* ===================================

   Career Form Styles

=================================== */
#careerForm input[type="checkbox"], #careerForm input[type="radio"], #careerForm label {
  cursor: pointer;
}
/* Label Styling */
#careerForm label {
  display: block;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  margin-bottom: 5px;
}
/* Form Elements - Input, Select, Textarea, and Button */
#careerForm :is(input:not([type="checkbox"], [type="radio"]), select, textarea, .ms-options-wrap > button) {
  border: 1px solid #b8b6b6;
  border-radius: 8px;
  padding-left: 15px;
  min-height: 46px;
  width: 100%;
  display: block;
  font-size: 15px;
}
/* Hover & Focus Effect */
#careerForm :is(input:not([type="checkbox"], [type="radio"]), select, textarea):hover, #careerForm :is(input:not([type="checkbox"], [type="radio"]), select, textarea):focus {
  outline: 1px solid var(--clr-secondary);
}
.blog-wrapper .fa {
  margin-right: 5px;
}
.blog-wrapper .inner {
  height: auto;
  overflow: hidden;
  border: 1px solid #e9eced;
  border-radius: 14px;
  position: relative;
  z-index: 0;
}
.blog-wrapper .inner {
  padding: 20px;
}
.blog-wrapper .inner .category {
  color: #0788cb;
  font: 900 13px;
  text-transform: uppercase;
  display: none;
}
.blog-wrapper .inner .date {
  font: 900 13px;
  color: #9b9eab;
  margin-left: 5px;
}
.blog-wrapper .inner h2 {
  font-size: 23px;
  text-transform: capitalize;
  margin-bottom: 18px;
  color: #0f3f53;
  font-weight: 600;
}
.blog-wrapper .inner p {
  font-size: 14px;
  line-height: 22px;
  color: #0f3f53;
}
.blog-wrapper .inner .read-more {
  color: #0788cb;
  display: block;
  font: 900 13px;
  position: relative;
  text-decoration: none;
}
.blog-wrapper .inner .read-more:hover {
  text-decoration: none;
}
.blog-wrapper .inner {
  padding: 20px;
  margin-bottom: 25px;
  transition: transform 0.3s ease-in-out;
}
.blog-wrapper .inner:hover {
  transform: scale(1.01);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}
.blog-wrapper .inner .read-more {
  color: #0788cb;
  display: block;
  font-size: 14px;
  position: relative;
  text-decoration: none;
}
.blog-details h1.text-center {
  font-size: 40px;
  font-weight: 600;
  max-width: 710px;
  margin: 0px auto;
}
.blog-content {
  /* Add general styles for .blog-content if needed */
}
/* Headings */
.blog-content h2 {
  font-size: 20px;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
/* Paragraphs */
.blog-content p {
  font-size: 16px;
  margin-bottom: 20px;
}
.blog-content p strong {
  color: #074d6c;
}
/* Lists */
.blog-content ul {
  margin-bottom: 20px;
}
.blog-content ul li {
  font-size: 16px;
  line-height: 30px;
}
.blog-content ul li strong {
  font-weight: 600;
  color: #074d6c;
}
.sidebar {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 5px;
}
/* Quick Links Styling */
.quick-links h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
.quick-links ul {
  list-style-type: none; /* Removes default bullets */
  padding-left: 0; /* Removes default padding */
}
.quick-links ul li {
  margin-bottom: 8px;
  padding-bottom: 8px;
  padding-left: 25px; /* Space for custom bullet */
  border-bottom: 1px dashed #999; /* Softer dashed border */
  font-size: 16px; /* Slightly larger font */
  font-weight: 500; /* Medium font weight for better readability */
  color: #333; /* Darker text for contrast */
  transition: all 0.3s ease-in-out; /* Smooth transition */
  position: relative;
}
.quick-links ul li:last-child {
  border-bottom: none;
}
/* Custom Bullet */
.quick-links ul li::before {
  content: "•"; /* Custom bullet */
  color: #074d6c; /* Highlight color */
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 3px;
}
/* Link Styling */
.quick-links ul li a {
  font-size: 14px;
  text-decoration: none;
  color: #3e3e3e;
  padding: 5px 0;
  display: block;
}
.quick-links ul li a:hover {
  text-decoration: none;
}
/* Hover Effects */
.quick-links ul li:hover {
  color: #ff6600; /* Changes color on hover */
  border-bottom: 1px solid #ff6600;
}
#main-services label i {
  display: block;
  /*font-size: 25px;

    color: #608bbb;*/
  margin-bottom: 5px;
}
#main-services label {
  display: block;
  padding: 20px 10px;
  font-size: 13px;
  min-width: 130px;
}
.box input:checked + label i {
  color: #fff !important;
}
div#main-services .box:hover label, #main-services .box input:checked + label {
  color: #fff !important;
  background: #074d6c !important;
}
div#main-services .box:hover label img, #main-services .box input:checked + label img {
  filter: invert(1);
}
.header-links {
    background: #fff;
    color: #000;
    margin: 22px 0px 0 7px;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 13px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    border: 2px solid #000;
}
.header-links + .header-links {
  background: #0E9FD6;
  border:2px solid #0E9FD6;
  color:#fff;
}
.nav {
  justify-content: flex-start;
}
.header-links:hover {
  background: #ad0410;
  color: #fff;
}
section.seller-form {
  background: #f7f7f7;
  padding-top: 70px;
  padding-bottom: 70px;
}
section.home-grow {
  margin-bottom: 50px;
  text-align:center;
}
.seller-form > .container {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  align-items: center;
}
.tag-container a {
  border: 1px solid #787676;
  font-size: 13px;
  padding: 10px 15px 10px;
  text-decoration: none;
  margin: 10px 10px 0 0;
  border-radius: 40px;
  color: #787676;
  display: inline-block;
}
div#password-feedback {
  font-size: 14px;
  text-align: right;
}
.form-step input[type="text"], .form-step input[type="email"] {
  padding: 10px 10px 7px 8px;
  border-radius: 0px;
  border-bottom: 4px solid #ddd;
}
.form-step input:focus, .form-step input:active {
  outline: none;
  box-shadow: none;
  border-color: #004d6e;
}
#multiStepForm .btn {
    color:#fff !important;
  background: #004c70 !important;
}
span.seller-note {
  font-size: 11px;
}
a.company_size.activeone {
  background: #004d6e;
  color: #fff;
  border: 1px solid #004d6e;
}
.formstep.card {
  width: 100% !important;
  padding: 40px;
}
.helloform {
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 700px;
}
.helloform.extra-width {
  max-width: 1200px;
}
.form-check {
  color: #333;
  width: 48%;
  float: left;
  margin: 0 1% 0 0;
  font-size: 14px;
  font-weight: 500;
}
.form-step > h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 4px !important;
}
form#multiStepForm h5 {
  font-size: 13px;
  text-align: center;
  margin: 0 0 30px 0;
  color: #777;
  font-weight: 400;
}
.formstep h3 {
  font-size: 19px;
  margin: 0 0 20px 0;
  position: relative;
  color: #004b72;
  padding-bottom: 10px;
}
.formstep h3:before {
  content: "";
  width: 15%;
  height: 2px;
  background: #004b72;
  display: block;
  bottom: 0;
  position: absolute;
}
.form-check label img {
  width: 46px;
  margin: 0 10px 0 0;
}
.form-check label {
  cursor: pointer !important;
  display: block;
  padding: 5px 5px 5px 40px;
  margin: 0 0 0px 0;
  position: relative;
  box-shadow: 0px 0px 10px #f7f7f7;
}
.form-check input[type="checkbox"]:checked + label {
  margin: 0 10px 0 0;
}
.form-check input[type="checkbox"] {
  visibility: hidden;
}
.form-check label:hover:before, .form-check label:hover {}
.form-check {
  padding-left: 0;
}
.form-check label:before {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  content: '\f046';
  position: absolute;
  color: #c0bbbb;
  left: 10px;
  top: 15px;
  bottom: 0;
  margin: auto;
  font-size: 20px;
}
.form-check input[type="checkbox"]:checked + label:before {
  color: #004c70;
}
span#emailExists, span#emailError {
  color: #ff0000 !important;
  position: absolute;
  top: 38px;
  font-size: 12px;
  right: 20px;
}
li.nav-item.haschild:hover a {
  background: #004d6e;
  color: #fff;
}
.emailcontainer {
  position: relative;
}
.ar-highlight {
  background: #e5f7ff !important;
}
.ar-highlight span.badge {
  font-size: 12px;
  padding: 3px;
  font-weight: 300;
}
.bg-yellow i {
  margin-bottom: 22px;
  color: #e7c549;
}
a.get-started.highlight-btn {
  background: #000;
  color: #fff;
  border-radius: 30px;
  padding: 10px 30px;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 13px;
}
.home-featured-area > .container {
  background: #fff !important;
}
section.home-grow > .container {
  background: url(https://vurks.ae/assets/images/footerctabg.jpg) !important;
  background-size: cover !important;
}
section.newhome-banner h1.arabic {
  font-weight: 300;
  right: 0;
  color: #cab720;
  text-align: right;
  font-size: 27px;
}
.arabic {
  font-family: "Noto Naskh Arabic", serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-align: right;
}
section.home-cta a.get-started {
  margin: 30px auto 0;
  display: block;
}
section.ar-boxes img {
  transform: rotateY(180deg);
}
.single-ar-box h5 {
  font-size: 32px;
  text-align: right;
  margin: 60px 0 0;
}
span.arabic.meta-title {
  display: block;
  text-align: right;
  font-weight: 700;
  color: #084d6c;
  font-size: 38px;
  line-height: 1;
}
.testimonial-card {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s;
  margin-bottom: 10px;
}
.testimonial-card:hover {
  transform: translateY(-8px);
}
.testimonial-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-section {
  border-radius: 1.5rem;
  background: #fff;
  padding: 4rem 2rem;
}
.testi-placeholder {
  background: #f6f9fe;
  border-radius: 0px 0 10px 10px;
  margin: 0 0 10px 0;
}
.testisection {
  padding: 0 0 40px 0;
  /*    background:#e6f8ff; */
  background: #fff;
}
.row.testimeta {
  position: relative;
  margin-top: -120px;
}
section.section.home-cta .btn {
  display: block;
  width: 170px;
  float: left;
}
section.section.home-cta span {
  display: block;
}
section.section.home-cta .arabic .btn {
  display: block;
  width: 170px;
  float: right;
}
.testi-placeholder.half {
  height: 90px;
}
.testi-placeholder.full {
  height: 115px;
}
.testi-placeholder.quarter {
  height: 50px;
}
a.get-started.explorenow {
  background: #2a5f7c;
  display: inline-block;
  width: 170px;
  display: block;
  margin: 0 auto;
  padding: 10px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
}
section.ar-boxes img {
  width: 100%;
  border-radius: 20px;
}
section.newhome-banner .aebanner {
  position: relative;
  width: 100%;
  height: auto;
}
section.newhome-banner {
  position: relative;
  margin: 0 auto 20px;
}
header {
  max-width: 1420px;
  background: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9;
}
.single-ar-box {
  background: #084d6c;
  width: 100%;
  height: 299px;
  border-radius: 20px;
  padding: 30px;
  color: #fff;
}
.single-ar-box.ar-lightbox {
  background: #badceb;
}
section.ar-boxes h1 {
  font-size: 36px;
  text-align: right;
  font-family: 'Quicksand';
  font-weight: 600;
  padding: 0 0 20px 0;
  line-height: 39px;
}
section.ar-boxes {
  padding-top: 40px;
  padding-bottom: 40px;
}
.single-ar-box h6 {
  font-size: 23px;
  font-weight: 300;
}
.single-ar-box h6 strong {
  font-weight: 700;
}
a.postajob.get-started {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 30px;
  font-size: 14px;
  padding: 6px 30px;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  bottom: 30px;
}
.ar-lightbox * {
  color: #084d6c;
  font-weight: 400;
}
.single-ar-box {
  position: relative;
}
a.ar-join-as-seller {
  border: 1px solid #084d6c;
  color: #084d6c;
  background: transparent;
  border-radius: 30px;
  font-size: 14px;
  padding: 6px 30px;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  bottom: 30px;
}
.single-ar-box:before {
  content: "3";
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  border-radius: 0 100px 0 0;
  font-size: 1px;
}
.single-ar-box.ar-lightbox:before {
  content: "3";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  background: #fff;
  border-radius: 0 0 0 100px;
  font-size: 1px;
}
section.ar-highlight {
  background: #badceb;
}
.ar-highlight img.card-img-top.rounded {
  border-radius: 30px !important;
  max-width: 100%;
  padding: 10px;
}
.visa-thumb img {
  max-width: 100%;
}
section.subservices h5.text-primary {
  color: #000000 !important;
}
a.subservice-btn.get-started {
  color: #ff003e;
  font-weight: 500;
  text-decoration: none;
}
.visa-desc p.section-title__tagline {
  background: #000000;
  display: inline-block;
  padding: 6px 27px;
  position: relative;
  top: 7px;
  color: #fff;
  border-radius: 6px;
  font-size: 13px;
}
.cta-mobile img {
  max-width: 100%;
}
.gold-text {
  /* Define the gradient colors for a golden effect */
  background: linear-gradient(45deg, #AE8625, /* Darker gold/brown */ #F7EF8A, /* Lighter, shiny gold */ #D2AC47, /* Medium gold */ #EDC967 /* Another lighter gold */
    );
  /* Clip the background to the text shape */
  -webkit-background-clip: text; /* For Webkit browsers like Chrome, Safari */
  background-clip: text; /* Standard property */
  /* Make the text color transparent so the background gradient shows through */
  color: transparent;
  /* Optional: Add font styling */
  font-family: 'Quicksand', serif;
  font-weight: bold;
}
section.g-visa > .container {
  max-width: 96%;
}
.golden-bg {
  background: linear-gradient(to bottom, #FFD700, #DAA520, #B8860B);
}
.g-visa {
  border-radius: 0px;
  background: #1d1e36;
  color: #fff;
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  padding-top:100px;
}
.accounting-lp {
  background: #e8f2ff;
  color: #fff;
  margin: 0 auto 20px;
  width: 100%;
}
.g-visa img, .accounting-lp img, .pro-lp img {
  max-width: 100%;
}
.pro-lp img.gvisaimg {
  height: 100%;
}
.pro-content-box h1 {
  font-size: clamp(2em, 3vw, 4em);
}
section.pro-lp{
    background:#02204e;
}
section.cpro-lp {
    background: url(images/cformation.jpg) no-repeat right center #02204e;
background-size: contain;
    
}

h1.text-yellow {
    color: #ecd00b;
    font-weight: 800;
}

.accounting-lp h5.text-dark {
  font-weight: 500;
  color: #084d6c !important;
  font-size: clamp(1.2em, 3vw, 2em);
}
.visa-content-box h5 {
  color: #dcc662;
}
.accounting-lp > .container {
  max-width: 1320px;
  padding: 0 30px;
}
.visa-content-box {
  padding: 60px 0;
}
h1.gold-text {
  font-size: 50px;
}
header.d-flex.align-items-center.border-bottom {
  max-width: 1270px;
  margin: 0 auto;
  border-bottom: 0;
}
.gold-button {
  background: linear-gradient(to bottom, #FFD700, #DAA520, #B8860B);
  color: #000; /* Adjust text color for contrast */
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  margin: 10px 0 0 0;
  display: inline-block;
  font-weight: 800;
  font-family: 'Quicksand';
  cursor: pointer;
  position: relative;
  z-index: 9;
  text-decoration: none;
}
.gold-button:hover {
  color: #fff;
}
.single-ar-box {
  background: #1d1e36;
}
.single-ar-box.ar-lightbox {
  background: linear-gradient(to bottom, #FFD700, #DAA520, #B8860B);
}
.single-ar-box.ar-lightbox * {
  color: #000;
}
.single-ar-box.ar-lightbox a {
  color: #fff;
  border-color: #000;
  background: #000;
}
.g-visa h1 {
  font-size: 65px;
}
.g-visa p {
  font-size: 20px;
}
h2.absoluter.arabic {
  text-align: left;
  position: absolute;
  font-size: 60px;
  opacity: 0.07;
  bottom: 0px;
}
section.g-visa > .container {
  position: relative;
}
.visa-content-box h1 {
  font-weight: 800;
  font-size: clamp(2em, 5vw, 4em);
  line-height: 1em;
}
h3.arabic.re-ar-title {
  color: #fff;
  text-align: left;
  background: #000;
  display: inline-block;
  padding: 8px 48px;
  font-size: 23px;
  border-radius: 5px;
}
.about-three {
  position: relative;
  display: block;
  background: #d7faff;
  padding: 80px 0;
  z-index: 1
}
.about-three__left {
  margin-left: -90px;
  margin-right: 290px
}
.about-three__img, .about-three__img-box, .about-three__left {
  position: relative;
  display: block
}
.about-three__img {
  margin-bottom: 20px;
  overflow: hidden;
  z-index: 1
}
.about-three__img:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .3));
  transform: skewX(-25deg)
}
.about-three__img:hover:before {
  animation: shine .75s
}
.about-three__img img {
  width: 100%
}
.about-three__img-2 {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1
}
.about-three__img-2:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: hsla(0, 0%, 100%, .2);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  opacity: 0
}
.about-three__img-2:hover:before {
  animation: circle .75s
}
.about-three__img-2 img {
  width: 100%
}
.about-three__img-3 {
  position: absolute;
  top: 57px;
  right: -290px;
  overflow: hidden;
  z-index: 1
}
.about-three__img-3:before {
  position: absolute;
  top: 0;
  left: -95%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .3));
  transform: skewX(-25deg)
}
.about-three__img-3:hover:before {
  animation: shine .75s
}
.about-three__img-3 img {
  width: auto
}
.about-three__shape-1 {
  position: absolute;
  top: 110px;
  left: 80px;
  z-index: -1
}
.about-three__shape-1 img {
  width: auto
}
.about-three__right {
  margin-left: 80px
}
.about-three__right .section-title {
  margin-bottom: 23px
}
.about-three__award-box {
  position: relative;
  display: flex;
  margin-top: 27px;
  margin-bottom: 38px
}
.about-three__award-box .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 80px;
  width: 100%;
  height: 80px;
  background-color: var(--sonchoy-base);
  border-radius: 50%;
  top: 7px
}
.about-three__award-box .icon span {
  position: relative;
  display: inline-block;
  font-size: 46px;
  color: var(--sonchoy-white)
}
.about-three__award-box .content {
  position: relative;
  display: block;
  margin-left: 20px
}
.about-three__award-box .content h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px
}
.about-three__award-box .content p {
  line-height: 26px;
  margin-top: 8px
}
.about-three__progress {
  position: relative;
  display: block
}
.about-three__progress-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  color: var(--sonchoy-black);
  margin-bottom: 6px
}
.about-three__progress .bar {
  position: relative;
  width: 100%;
  height: 8px;
  background-color: #ebebeb
}
.about-three__progress .bar-inner {
  position: relative;
  display: block;
  width: 0;
  height: 8px;
  background-color: var(--sonchoy-base);
  transition: all 1.5s ease
}
.about-three__progress .count-text {
  position: absolute;
  right: -33px;
  bottom: 15px;
  color: var(--sonchoy-gray);
  line-height: 26px;
  font-size: 16px;
  text-align: center;
  opacity: 1;
  transition: all .5s ease
}
.about-three__progress .bar-inner.counted .count-text {
  opacity: 1
}
.about-three__progress .bar.marb-0 {
  margin-bottom: 0
}
.about-three__btn-and-client {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 52px
}
.about-three__btn-box {
  position: relative;
  display: block
}
.about-three__btn {
  color: var(--sonchoy-black);
  background-color: var(--sonchoy-extra)
}
.about-three__client-img {
  position: relative;
  display: block;
  margin-left: 60px;
  width: 60px
}
.about-three__client-img > img {
  width: 100%;
  border: 1px solid var(--sonchoy-black);
  border-radius: 50%
}
.about-three__client-signature {
  position: absolute;
  right: -115px;
  top: 1px
}
.about-three__client-signature > img {
  width: auto
}





.bc-problem-solution {
  background: #f9fafc;
}

.bc-features h2 {
  color: #14114a;
}

.feature-card {
  transition: all 0.3s ease;
}
.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.floating {
    position: relative;
    z-index: 1;
    animation: float 4s 
ease-in-out infinite;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.floating {
  animation: float 3s ease-in-out infinite;
}
@keyframes float {
  0%   { transform: translateY(0px); }
  50%  { transform: translateY(-10px); }
  100% { transform: translateY(0px); }
}

.hover-eff {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hover-eff li {
  position: relative;
  padding: 12px 16px;
  margin-bottom: 12px;
  border-radius: 8px;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  /*box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);*/
}

.hover-eff li:hover {
  /*background: linear-gradient(to bottom, #FFD700, #DAA520, #B8860B);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 6px 14px rgba(184, 134, 11, 0.4);*/
}

.hover-eff li::before {
  content: ">";
  color: #DAA520;
  font-weight: bold;
  margin-right: 8px;
  transition: color 0.3s ease;
}

.hover-eff li:hover::before {
  color: #000;
}

ul.nav li a{
    color:#000;
    font-size:15px;
}

.headerbtnssection{
text-align:right;
}
