@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  font-family: var(--f1);
}

a {
  text-decoration: none !important;
  display: inline-block !important;
}
img {
  width: 100%;
  display: block;
}
ul {
  padding: 0;
  margin: 0;
}
p {
  /* font-size: 14px;
   color: var(--c6);
   padding: 0;
   margin: 0;
   line-height: 30px; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

:root {
  --c1: #000; 
  --c2: #fff; 
  --c3: #021f2a;
  --c4: #11b4f526; 
  --c5: #11b4f5; 
  --c6: #e7f7fe;
  --c7:#06425a;
  --c8:#909090;
  --f1: "DM Sans", sans-serif;
}
::selection {
  background: var(--c5);
}
.spacing{
    padding: 100px 0;
}
/* inner-wrapper */

.inner-header {
  height: 400px;
  background-position: center !important;
  background-attachment: fixed !important;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
}
.inner-header:before {
  width: 100%;
  height: 100%;
  content: "";
  background: rgb(0 0 0 / 60%);
  position: absolute;
  left: 0;
  top: 0;
}
.inner-header .container {
  position: relative;
}
.inner-header .inner-header-title h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}

/* end inner-wrapper */



/* header-start */
header.main-header {
    background: var(--c3);
}
.header-nav ul {
    display: flex;
    gap: 40px;
    justify-content: center;
}

.header-socials ul {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
}

.header-nav ul li a {
    font-size: 18px;
    color: var(--c2);
    font-weight: 500;
    text-transform: capitalize;
}
.header-icon a {
    background: var(--c4);
    color: var(--c2);
    width: 50px;
    height: 50px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    border-radius: 50%;
}
.social-content h6 {
    color: var(--c2);
}
.social-content h6 {
    color: var(--c5);
    font-size: 16px;
    padding-bottom: 5px;
}
.social-content a {
    color: var(--c2);
    font-size: 18px;
    font-weight: 400;
}
.header-logo {
    width: 170px;
}
section.main-home {
    background: var(--c3);
}

.banner-title {
    color: var(--c2);
}
/*banner  */
.banner-title h1 {
    font-size: 80px;
    font-weight: 800;
    padding-bottom: 20px;
}

.banner-title h1 span {
    color: var(--c5);
    display: block;
}
.header-inner {
    border-bottom: 2px solid var(--c4);
}
.banner-title p {
    font-size: 19px;
    padding-right: 90px;
}

.web-btn a {
    background: var(--c5);
    padding: 13px 40px;
    border-radius: 10px;
    color: var(--c2);
    font-size: 18px;
    margin-top: 30px;
    font-weight: 600;
}
.banner {
    position: relative;
    height: 770px;
}
.banner:before {
    position: absolute;
    content: '';
    background-image: url(http://localhost/charles_manage/wp-content/uploads/2026/05/Blink.webp);
    width: 9%;
    height: 280px;
    right: 0;
    opacity: 0.3;
}
/* who-we-sec */
.who-we-form {
    padding: 50px 30px 20px;
    background: var(--c6);
    border-radius: 12px;
    font-family: Arial, sans-serif;
    margin: -70px 0;
    height: 100%;
}

.who-we-form h2 {
    font-size: 42px;
    font-weight: 700;
    color: #0b1b2b;
    margin-bottom: 30px;
    line-height: 1.1;
}

.who-we-form .form-group {
    margin-bottom: 22px;
}

.who-we-form label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #0b1b2b;
    margin-bottom: 8px;
    font-family: var(--f1);
}

.who-we-form label span {
    color: #00aaff;
}

.who-we-form input,
.who-we-form select {
    width: 100%;
    height: 55px;
    padding: 0 18px;
    border: 2px solid #0000002e;
    border-radius: 12px;
    font-size: 16px;
    color: #333;
    background: none;
    outline: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.who-we-form input:focus,
.who-we-form select:focus {
    border-color: #2bb3f3;
    box-shadow: 0 0 0 3px rgba(43, 179, 243, 0.15);
}

.who-we-form input::placeholder {
    color: #9aa6b2;
}

.who-we-form select {
    appearance: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%239aa6b2' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5.5l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 14px;
}

.who-we-form button {
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 12px;
    background: var(--c5);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s ease;
}

.who-we-form button:hover {
    background: var(--c1);
}
.banner-content {
    height: 100%;
    width: 100%;
}

.banner-image {
    height: 770px;
}

.banner-image img {
    height: 100%;
    object-fit: fill;
}
.web-title h2 {
    font-size: 44px;
    font-weight: 700;
}

.web-title h2 span {
    color: var(--c5);
}
.who-we-content.web-title p {
    font-size: 18px;
}
/* Date Input Custom */
.who-we-form input[type="date"] {
    position: relative;
    cursor: pointer;
    color: #666;
}

/* Calendar Icon Styling */
.who-we-form input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 1;
    cursor: pointer;
    filter: invert(45%) sepia(15%) saturate(600%) hue-rotate(5deg);
    width: 22px;
    height: 22px;
}

/* Remove ugly inner styles */
.who-we-form input[type="date"]::-webkit-inner-spin-button,
.who-we-form input[type="date"]::-webkit-clear-button {
    display: none;
}
.who-we-content.web-title h2 {
    padding-bottom: 20px;
}
.who-we-list-main {
    padding-top: 60px;
    padding-left: 20px;
}

.who-we-list img {
    width: 20%;
    padding-bottom: 10px;
}

.who-we-list h6 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
}

.who-we-list p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}
.client-counter {
    background: var(--c7);
    padding: 10px 40px 20px;
    color: var(--c2);
    border-radius: 20px;
}

.client-counter span {
    font-size: 70px;
    font-weight: 700;
}

.client-counter h6 {
    font-size: 20px;
    color: var(--c5);
}
.who-we-video {
    margin-top: 50px;
    position: relative;
}

.who-we-video img {
    border-radius: 20px;
}
.who-we-video span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.who-we-video span a {
    color: var(--c2);
    border: 2px solid;
    width: 80px;
    height: 80px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 21px;
}
.badge-area {
    display: flex;
    background: var(--c5);
    padding: 20px;
    gap: 10px;
    border-radius: 30px;
    width: 87%;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 99;
}

.badge-icon {
    background: var(--c2);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 50px;
    border-radius: 60%;
}
.client-img img {
    width: 10%;
    border-radius: 50%;
    margin-left: -12px;
}

.client-img {
    display: flex;
    padding-left: 10px;
}
.left-content-box {
    background: var(--c7);
    padding: 40px;
    width: 74%;
    color: var(--c2);
    border-radius: 30px;
}

.left-content-box h4 {
    font-size: 33px;
    text-transform: capitalize;
    font-weight: 700;
    padding-bottom: 40px;
}

.badge-icon img {
    width: 50%;
}

.badge-area h6 {
    font-size: 22px;
    font-weight: 500;
}

.client-counter-inner span {
    font-size: 80px;
    font-weight: 600;
    color: var(--c5);
}

.client-counter-inner h6 {
    font-size: 24px;
    padding-right: 97px;
}
.left-box-main {
    position: relative;
}

.left-box-img {
    position: absolute;
    right: 0;
    width: 58%;
    transform: translate(17px, 50px);
    bottom: 0;
}

.left-box-main:before {
    position: absolute;
    content: '';
    border: 1px solid var(--c5);
    width: 100%;
    height: 1px;
    bottom: -52px;
}
.right-content-main .star-img {
    width: 60%;
    margin: 0 0 0 auto;
}
.rating-content-main {
    display: flex;
    align-items: center;
    gap: 20px;
}

.rating-content-main span {
    font-size: 80px;
    color: var(--c7);
    font-weight: 600;
}

.rating-content ul {
    display: flex;
}

.rating-content ul li i {
    color: var(--c5);
    font-size: 12px;
}

.rating-content h6 {
    font-weight: 600;
}
.client-feedback-main {
    margin-top: 20px;
}
.client-para {
    padding-left: 20px;
}

.client-para p {
    font-weight: 500;
    font-size: 15px;
    color: #909090;
}
.right-content-main {
    border-bottom: 1px solid #00000029;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.cleint-testimonail-slider p {
    font-size: 27px;
    font-style: italic;
    font-weight: 700;
    line-height: 27px;
}

.client-detail {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 20px;
}
.cleint-img {
    width: 10%;
}

.cleint-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.client-detail-content h6 {
    font-size: 19px;
    font-weight: 700;
}

.client-detail-content span {
    font-size: 14px;
}
.service-content.web-title h2 span {
    display: block;
}

.service-content.web-title p {
    font-size: 18px;
    color:var(--c8)
}
.web-btn.service-btn a {
    background: var(--c7);
}

.web-btn a i {
    padding-left: 10px;
}
.service-content.web-title h2 {
    padding-bottom: 20px;
}
.service-card img {
    width: 20%;
    margin-bottom: 20px;
}

.service-card {
    background: var(--c4);
    padding: 30px 30px 40px;
    border-radius: 20px;
}

.service-card h6 {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 20px;
}

.web-btn.service-card-btn a {
    background: none;
    margin: 0;
    padding: 0;
    color: var(--c5);
}
.service-content-top {
    margin-bottom: 50px;
}
.quote-bar-main {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 90px 0;
    border-radius: 40px;
    z-index: 2;
    overflow: hidden;
    background-attachment: fixed;
}

.quote-bar-main:before {position: absolute;content: '';background-color: #021f2aa1;width: 100%;height: 100%;z-index: -2;top: 0;left: 0;}

section.quote-bar-section {
    position: relative;
}
.quote-bar-main h2 {
    font-size: 80px;
    text-transform: capitalize;
    color: var(--c2);
}

.quote-bar-main h2 span {
    display: block;
}
.process-left-img {
    position: relative;
}

.process-left-img .star-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
}
.process-card-main {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
    align-items: flex-start;
}

/* icon circle */
.process-card-main .star-img {
    width: 70px;
    height: 70px;
    min-width: 70px;
    background: var(--c4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* icon image */
.process-card-main .star-img img {
    width: 55%;
    height: auto;
}

/* content box */
.process-card-content {
    background: var(--c4);
    padding: 25px;
    border-radius: 12px;
    flex: 1;
}
.process-right-content p {
    font-size: 18px;
    color: var(--c8);
}

.process-right-content.web-title h2 {
    padding-bottom: 10px;
}
.process-card-content h6 {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 10px;
}
.process-card-content p {
    color: unset;
}

.process-card-content h6 {
    font-size: 21px;
    font-weight: 600;
}
.rating-content.web-title h2 span {
    display: block;
}

.rating-content.web-title p {
    font-size: 18px;
    color: var(--c8);
}

.rating-content.web-title h2 {
    padding-bottom: 20px;
}


.stats-container {
    max-width: 500px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
}

.stat {
    margin-bottom: 40px;
}

.stat-label {
    font-weight: 600;
    color: #00425A;
    font-size: 16px;
}

.stat-percent {
    float: right;
    font-weight: 600;
    color: #00425A;
    font-size: 16px;
}

.progress-bar {
    width: 100%;
    height: 12px;
    background-color: #e6f2fa;
    border-radius: 6px;
    overflow: hidden;
    margin-top: 5px;
}

.progress-fill {
    height: 100%;
    background-color: #00C2FF;
    border-radius: 6px 0 0 6px;
    width: 0; /* start at 0 for animation */
    transition: width 1.5s ease-in-out;
}
.about-img img {
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
}
.about-img {
    height: 500px;
}
.client-logo-img {
    width: 150px;
}
.client-logo-top.web-title span {
    font-size: 25px;
    font-weight: 500;
}

.client-logo-top {
    margin-bottom: 20px;
}
/* blogs */
.blog-card {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    background-color: var(--c6);
}

.blog-image {
    position: relative;
}

.blog-image img {
    width: 100%;
    display: block;
}

.blog-date {
    position: absolute;
    left: 45px;
    background-color: var(--c5);
    color: #fff;
    padding: 5px 10px;
    border-radius: 29px;
    font-size: 20px;
    bottom: -20px;
    font-weight: bold;
}

.blog-content {
    padding: 30px;
    padding-top: 70px;
}
.blog-card.blog-card-2 {
    margin-bottom: 30px;
}
.blog-meta {
    font-size: 12px;
    color: #00728f;
    display: flex;
    gap: 30px;
    margin-bottom: 10px;
    align-items: center;
}

.blog-title {
    font-size: 38px;
    color: #00425A;
    margin: 0 0 10px 0;
    font-weight: 600;
}

.blog-description {
    font-size: 17px;
    color: var(--c8);
    line-height: 1.5;
}
span.author {
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
}

span.category {
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
}

span.category i {
    font-size: 20px;
    color: var(--c5);
}

span.author i {
    font-size: 20px;
    color: var(--c5);
}
.blogs-top-content.web-title h2 span {
    display: block;
}

.blogs-top-content.web-title p {
    font-size: 18px;
    color: var(--c8);
}

.blogs-top-content.web-title h2 {
    padding-bottom: 15px;
}

.blogs-top-content.web-title {
    margin-bottom: 50px;
}
.blog-card.blog-card-2 .blog-content {
    padding: 0;
    padding-top: 10px;
}

.blog-card.blog-card-2 .blog-content h3 {
    font-size: 23px;
}
.cta-main {
    position: relative;
    padding: 50px;
    background: #06425a;
    border-radius: 30px;
    color: var(--c2);
    margin-bottom: -130px;
}

.cta-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    transform: translate(30px, -155px);
    height: 507px;
}
.cta-img img {
    height: 100%;
    object-fit: cover;
}
/* footer-Start */
footer.main-footer {
    background: var(--c3);
    padding-top: 200px;
}
/* footer-start */
.footer-logo {
    color: var(--c2);
}

.timing-zone h6 {
    font-size: 25px;
    padding-bottom: 20px;
}

.timing-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.timing-content p {
    margin: 0;
}
.footer-links h6 {
    font-size: 25px;
    color: var(--c2);
    padding-bottom: 30px;
}

.contact-item {
    display: flex;
    align-items: center;
    color: var(--c2);
    gap: 10px;
    padding-bottom: 20px;
}

.contact-item p {
    margin: 0;
    font-size: 15px;
}

.contact-item a {
    color: var(--c2);
}
.footer-nav nav ul li a {
    font-size: 18px;
    color: var(--c2);
    padding-bottom: 15px;
}
.footer-links {
    padding-left: 60px;
}
.newsletter-subscription.footer-links {
    padding-left: 0;
    color: var(--c2);
}

.newsletter-subscription.footer-links h6 {
    padding-bottom: 20px;
}
.subscription-form form button, input {
    width: 100%;
    background: none;
    border: 0;
    border: 1px solid var(--c7);
    padding: 10px 20px;
    text-transform: capitalize;
    font-size: 15px;
    border-radius: 10px;
}


.subscription-form form input[type="submit"] {
    background: var(--c5);
    border: 0;
    width: 50%;
    position: absolute;
    right: 0;
    color: var(--c2);
    border-radius: 10px 10px 10px 10px;
}

.subscription-form form {
    position: relative;
}
.footer-bottom {
    border-top: 1px solid var(--c4);
    padding: 20px 0;
    margin-top: 50px;
}

.footer-inner-nav nav ul {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: end;
}

.footer-inner-nav nav ul li a {
    color: var(--c2);
    position: relative;
}

.policy-para p {
    color: var(--c2);
    margin: 0;
}

.footer-inner-nav nav ul li a:before {
    position: absolute;
}

.footer-inner-nav nav ul li a:before {
    position: absolute;
    content: '';
    background: var(--c2);
    width: 1px;
    height: 100%;
    right: 0;
    transform: translate(20px, 0px);
}
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  font-family: var(--f1);
}

a {
  text-decoration: none !important;
  display: inline-block !important;
}
img {
  width: 100%;
  display: block;
}
ul {
  padding: 0;
  margin: 0;
}
p {
  /* font-size: 14px;
   color: var(--c6);
   padding: 0;
   margin: 0;
   line-height: 30px; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

:root {
  --c1: #000; 
  --c2: #fff; 
  --c3: #021f2a;
  --c4: #11b4f526; 
  --c5: #11b4f5; 
  --c6: #e7f7fe;
  --c7:#06425a;
  --c8:#909090;
  --f1: "DM Sans", sans-serif;
}
::selection {
  background: var(--c5);
}
.spacing{
    padding: 100px 0;
}
/* inner-wrapper */

.inner-header {
  height: 400px;
  background-position: center !important;
  background-attachment: fixed !important;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
}
.inner-header:before {
  width: 100%;
  height: 100%;
  content: "";
  background: rgb(0 0 0 / 60%);
  position: absolute;
  left: 0;
  top: 0;
}
.inner-header .container {
  position: relative;
}
.inner-header .inner-header-title h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}

/* end inner-wrapper */



/* header-start */
header.main-header {
    background: var(--c3);
}
.header-nav ul {
    display: flex;
    gap: 40px;
    justify-content: center;
}

.header-socials ul {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
}

.header-nav ul li a {
    font-size: 18px;
    color: var(--c2);
    font-weight: 500;
    text-transform: capitalize;
}
.header-icon a {
    background: var(--c4);
    color: var(--c2);
    width: 50px;
    height: 50px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    border-radius: 50%;
}
.social-content h6 {
    color: var(--c2);
}
.social-content h6 {
    color: var(--c5);
    font-size: 16px;
    padding-bottom: 5px;
}
.social-content a {
    color: var(--c2);
    font-size: 18px;
    font-weight: 400;
}
.header-logo {
    width: 170px;
}
section.main-home {
    background: var(--c3);
}

.banner-title {
    color: var(--c2);
}
/*banner  */
.banner-title h1 {
    font-size: 80px;
    font-weight: 800;
    padding-bottom: 20px;
}

.banner-title h1 span {
    color: var(--c5);
    display: block;
}
.header-inner {
    border-bottom: 2px solid var(--c4);
}
.banner-title p {
    font-size: 19px;
    padding-right: 90px;
}

.web-btn a {
    background: var(--c5);
    padding: 13px 40px;
    border-radius: 10px;
    color: var(--c2);
    font-size: 18px;
    margin-top: 30px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.web-btn a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--c1);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
    z-index: -1;
}

.web-btn a:hover::before {
    transform: scaleX(1);
}

.web-btn a:hover {
    color: var(--c2);
}
.banner {
    position: relative;
    height: 790px;
}
.banner:before {
    position: absolute;
    content: '';
    background-image: url(http://localhost/charles_manage/wp-content/uploads/2026/05/Blink.webp);
    width: 9%;
    height: 280px;
    right: 0;
    opacity: 0.3;
}
/* who-we-sec */
.who-we-form {
    padding: 40px 30px 40px;
    background: var(--c6);
    border-radius: 25px;
    font-family: Arial, sans-serif;
    margin: -70px 0;
    height: 100%;
}

.who-we-form h2 {
    font-size: 42px;
    font-weight: 700;
    color: #0b1b2b;
    margin-bottom: 30px;
    line-height: 1.1;
}

.who-we-form .form-group {
    margin-bottom: 22px;
}

.who-we-form label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #0b1b2b;
    margin-bottom: 8px;
    font-family: var(--f1);
}

.who-we-form label span {
    color: #00aaff;
}

.who-we-form input,
.who-we-form select {
    width: 100%;
    height: 55px;
    padding: 0 18px;
    border: 2px solid #0000002e;
    border-radius: 12px;
    font-size: 16px;
    color: #333;
    background: none;
    outline: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.who-we-form input:focus,
.who-we-form select:focus {
    border-color: #2bb3f3;
    box-shadow: 0 0 0 3px rgba(43, 179, 243, 0.15);
}

.who-we-form input::placeholder {
    color: #9aa6b2;
}

.who-we-form select {
    appearance: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%239aa6b2' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5.5l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 14px;
}

.who-we-form button {
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 12px;
    background: var(--c5);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s ease;
}

.who-we-form button:hover {
    background: var(--c1);
}
.banner-content {
    height: 100%;
    width: 100%;
    align-content: center;
}

.banner-image {
    height: 680px;
    margin-top: 90px;
}

.banner-image img {
    height: 100%;
    object-fit: cover;
}
.web-title h2 {
    font-size: 44px;
    font-weight: 700;
}

.web-title h2 span {
    color: var(--c5);
}
.who-we-content.web-title p {
    font-size: 18px;
}
/* Date Input Custom */
.who-we-form input[type="date"] {
    position: relative;
    cursor: pointer;
    color: #666;
}

/* Calendar Icon Styling */
.who-we-form input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 1;
    cursor: pointer;
    filter: invert(45%) sepia(15%) saturate(600%) hue-rotate(5deg);
    width: 22px;
    height: 22px;
}

/* Remove ugly inner styles */
.who-we-form input[type="date"]::-webkit-inner-spin-button,
.who-we-form input[type="date"]::-webkit-clear-button {
    display: none;
}
.who-we-content.web-title h2 {
    padding-bottom: 20px;
}
.who-we-list-main {
    padding-top: 60px;
    padding-left: 20px;
}

.who-we-list img {
    width: 20%;
    padding-bottom: 10px;
}

.who-we-list h6 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
}

.who-we-list p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}
.client-counter {
    background: var(--c7);
    padding: 10px 40px 20px;
    color: var(--c2);
    border-radius: 20px;
}

.client-counter span {
    font-size: 70px;
    font-weight: 700;
}

.client-counter h6 {
    font-size: 20px;
    color: var(--c5);
}
.who-we-video {
    margin-top: 50px;
    position: relative;
}

.who-we-video img {
    border-radius: 20px;
}
.who-we-video span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.who-we-video span a {
    color: var(--c2);
    border: 2px solid;
    width: 80px;
    height: 80px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 21px;
}
.badge-area {
    display: flex;
    background: var(--c5);
    padding: 20px;
    gap: 10px;
    border-radius: 30px;
    width: 87%;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 99;
}

.badge-icon {
    background: var(--c2);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 50px;
    border-radius: 60%;
}
.client-img img {
    width: 10%;
    border-radius: 50%;
    margin-left: -12px;
}

.client-img {
    display: flex;
    padding-left: 10px;
}
.left-content-box {
    background: var(--c7);
    padding: 40px;
    width: 74%;
    color: var(--c2);
    border-radius: 30px;
}

.left-content-box h4 {
    font-size: 33px;
    text-transform: capitalize;
    font-weight: 700;
    padding-bottom: 40px;
}

.badge-icon img {
    width: 50%;
}

.badge-area h6 {
    font-size: 22px;
    font-weight: 500;
}

.client-counter-inner span {
    font-size: 50px;
    font-weight: 600;
    color: var(--c5);
    line-height: 1;
    margin-top: 25px;
    display: block;
    margin-bottom: 7px;
}

.client-counter-inner h6 {
    font-size: 18px;
    padding-right: 167px;
}
.left-box-main {
    position: relative;
}

.left-box-img {
    position: absolute;
    right: 0;
    width: 58%;
    transform: translate(17px, 50px);
    bottom: 0;
}

.left-box-main:before {
    position: absolute;
    content: '';
    border: 1px solid var(--c5);
    width: 100%;
    height: 1px;
    bottom: -52px;
}
.right-content-main .star-img {
    width: 60%;
    margin: 0 0 0 auto;
}
.rating-content-main {
    display: flex;
    align-items: center;
    gap: 20px;
}

.rating-content-main span {
    font-size: 80px;
    color: var(--c7);
    font-weight: 600;
}

.rating-content ul {
    display: flex;
}

.rating-content ul li i {
    color: var(--c5);
    font-size: 12px;
}

.rating-content h6 {
    font-weight: 600;
}
.client-feedback-main {
    margin-top: 20px;
}
.client-para {
    padding-left: 20px;
}

.client-para p {
    font-weight: 500;
    font-size: 15px;
    color: #909090;
}
.right-content-main {
    border-bottom: 1px solid #00000029;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.cleint-testimonail-slider p {
    font-size: 27px;
    font-style: italic;
    font-weight: 700;
    line-height: 27px;
}

.client-detail {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 20px;
}
.cleint-img {
    width: 10%;
}

.cleint-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.client-detail-content h6 {
    font-size: 19px;
    font-weight: 700;
}

.client-detail-content span {
    font-size: 14px;
}
.service-content.web-title h2 span {
    display: block;
}

.service-content.web-title p {
    font-size: 18px;
    color:var(--c8)
}
.web-btn.service-btn a {
    background: var(--c7);
}

.web-btn a i {
    padding-left: 10px;
}
.service-content.web-title h2 {
    padding-bottom: 20px;
}
.service-card img {
    width: 20%;
    margin-bottom: 20px;
}

.service-card {
    background: var(--c4);
    padding: 30px 30px 40px;
    border-radius: 20px;
}

.service-card h6 {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 20px;
}

.web-btn.service-card-btn a {
    background: none;
    margin: 0;
    padding: 0;
    color: var(--c5);
}
.service-content-top {
    margin-bottom: 50px;
}
.quote-bar-main {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 90px 0;
    border-radius: 40px;
    z-index: 2;
    overflow: hidden;
    background-attachment: fixed;
}

.quote-bar-main:before {position: absolute;content: '';background-color: #021f2aa1;width: 100%;height: 100%;z-index: -2;top: 0;left: 0;}

section.quote-bar-section {
    position: relative;
}
.quote-bar-main h2 {
    font-size: 80px;
    text-transform: capitalize;
    color: var(--c2);
}

.quote-bar-main h2 span {
    display: block;
}
.process-left-img {
    position: relative;
}

.process-left-img .star-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
}
.process-card-main {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
    align-items: flex-start;
}

/* icon circle */
.process-card-main .star-img {
    width: 70px;
    height: 70px;
    min-width: 70px;
    background: var(--c4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* icon image */
.process-card-main .star-img img {
    width: 55%;
    height: auto;
}

/* content box */
.process-card-content {
    background: var(--c4);
    padding: 25px;
    border-radius: 12px;
    flex: 1;
}
.process-right-content p {
    font-size: 18px;
    color: var(--c8);
}

.process-right-content.web-title h2 {
    padding-bottom: 10px;
}
.process-card-content h6 {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 10px;
}
.process-card-content p {
    color: unset;
}

.process-card-content h6 {
    font-size: 21px;
    font-weight: 600;
}
.rating-content.web-title h2 span {
    display: block;
}

.rating-content.web-title p {
    font-size: 18px;
    color: var(--c8);
}

.rating-content.web-title h2 {
    padding-bottom: 20px;
}


.stats-container {
    max-width: 500px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
}

.stat {
    margin-bottom: 40px;
}

.stat-label {
    font-weight: 600;
    color: #00425A;
    font-size: 16px;
}

.stat-percent {
    float: right;
    font-weight: 600;
    color: #00425A;
    font-size: 16px;
}

.progress-bar {
    width: 100%;
    height: 12px;
    background-color: #e6f2fa;
    border-radius: 6px;
    overflow: hidden;
    margin-top: 5px;
}

.progress-fill {
    height: 100%;
    background-color: #00C2FF;
    border-radius: 6px 0 0 6px;
    width: 0; /* start at 0 for animation */
    transition: width 1.5s ease-in-out;
}
.about-img img {
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
}
.about-img {
    height: 500px;
}
.client-logo-img {
    width: 150px;
}
.client-logo-top.web-title span {
    font-size: 25px;
    font-weight: 500;
}

.client-logo-top {
    margin-bottom: 20px;
}
/* blogs */
.blog-card {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    background-color: var(--c6);
}

.blog-image {
    position: relative;
}

.blog-image img {
    width: 100%;
    display: block;
}

.blog-date {
    position: absolute;
    left: 45px;
    background-color: var(--c5);
    color: #fff;
    padding: 5px 10px;
    border-radius: 29px;
    font-size: 20px;
    bottom: -20px;
    font-weight: bold;
}

.blog-content {
    padding: 30px;
    padding-top: 70px;
}
.blog-card.blog-card-2 {
    margin-bottom: 30px;
}
.blog-meta {
    font-size: 12px;
    color: #00728f;
    display: flex;
    gap: 30px;
    margin-bottom: 10px;
    align-items: center;
}

.blog-title {
    font-size: 38px;
    color: #00425A;
    margin: 0 0 10px 0;
    font-weight: 600;
}

.blog-description {
    font-size: 17px;
    color: var(--c8);
    line-height: 1.5;
}
span.author {
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
}

span.category {
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
}

span.category i {
    font-size: 20px;
    color: var(--c5);
}

span.author i {
    font-size: 20px;
    color: var(--c5);
}
.blogs-top-content.web-title h2 span {
    display: block;
}

.blogs-top-content.web-title p {
    font-size: 18px;
    color: var(--c8);
}

.blogs-top-content.web-title h2 {
    padding-bottom: 15px;
}

.blogs-top-content.web-title {
    margin-bottom: 50px;
}
.blog-card.blog-card-2 .blog-content {
    padding: 0;
    padding-top: 10px;
}

.blog-card.blog-card-2 .blog-content h3 {
    font-size: 23px;
}
.cta-main {
    position: relative;
    padding: 50px;
    background: #06425a;
    border-radius: 30px;
    color: var(--c2);
    margin-bottom: -130px;
}

.cta-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    transform: translate(30px, -120px);
    height: 472px;
}
.cta-img img {
    height: 100%;
    object-fit: cover;
}
/* footer-Start */
footer.main-footer {
    background: var(--c3);
    padding-top: 200px;
}
/* footer-start */
.footer-logo {
    color: var(--c2);
}

.timing-zone h6 {
    font-size: 25px;
    padding-bottom: 20px;
}

.timing-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.timing-content p {
    margin: 0;
}
.footer-links h6 {
    font-size: 25px;
    color: var(--c2);
    padding-bottom: 30px;
}

.contact-item {
    display: flex;
    align-items: center;
    color: var(--c2);
    gap: 10px;
    padding-bottom: 20px;
}

.contact-item p {
    margin: 0;
}

.contact-item a {
    color: var(--c2);
}
.footer-nav nav ul li a {
    font-size: 18px;
    color: var(--c2);
    padding-bottom: 15px;
}
.footer-links {
    padding-left: 60px;
}
.newsletter-subscription.footer-links {
    padding-left: 0;
    color: var(--c2);
}

.newsletter-subscription.footer-links h6 {
    padding-bottom: 20px;
}
.quote-form-item input {
    border: 1px solid #77777733;
    padding: 15px 30px;
    border-radius: 5px;
	width:100%;
}
.quote-form-item {
    margin: 10px 0px;
}
.quote-submit input {
    background-color: var(--c3);
    color: var(--c2);
    transition: all .5s;
    padding: 10px 110px;
    text-transform: uppercase;
    border-radius: 10px;
    width:100%;
    border: 0;
}
.item img:hover {
    transform: scale(1.1);
}
.quote-submit input:hover {
    background-color: var(--c5);
}
.subscription-form form button, input {
    width: 100%;
    background: none;
    border: 0;
    border: 1px solid var(--c7);
    padding: 10px 20px;
    text-transform: capitalize;
    font-size: 15px;
    border-radius: 10px;
}


.subscription-form form input[type="submit"] {
    background: var(--c5);
    border: 0;
    width: 50%;
    position: absolute;
    right: 0;
    color: var(--c2);
    border-radius: 10px 10px 10px 10px;
}

.subscription-form form {
    position: relative;
}
.footer-bottom {
    border-top: 1px solid var(--c4);
    padding: 20px 0;
    margin-top: 50px;
}

.footer-inner-nav nav ul {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: end;
}

.footer-inner-nav nav ul li a {
    color: var(--c2);
    position: relative;
}

.policy-para p {
    color: var(--c2);
    margin: 0;
}

.footer-inner-nav nav ul li a:before {
    position: absolute;
}

.footer-inner-nav nav ul li a:before {
    position: absolute;
    content: '';
    background: var(--c2);
    width: 1px;
    height: 100%;
    right: 0;
    transform: translate(20px, 0px);
}

.footer-inner-nav nav ul li:nth-child(3) a::before {
    content: unset !important;
}

.footer-inner-nav nav ul li:nth-child(3) a::before {
    content: unset !important;
}
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:Arial, sans-serif;
}

.about-section{
    padding:80px 0;
    background:#f6f6f6;
}

.about-img-main{
    display:grid;
    grid-template-columns: 1fr 1fr 0.9fr;
    gap: 40px;
    align-items:center;
}

/* LEFT CARD */

.left-card{
    background:#d9edf8;
    border-radius:20px;
    padding:35px;
    position:relative;
    overflow:hidden;
    min-height:540px;
}

.left-card h2{
    font-size:44px;
    line-height:1.1;
    color:#021b33;
    font-weight:700;
    margin-bottom:20px;
}

.left-card img{
    width:100%;
    display:block;
}

.experience-box{
    position:absolute;
    bottom:25px;
    right:25px;

    background:rgba(255,255,255,0.85);
    backdrop-filter:blur(10px);

    padding:20px 25px;
    border-radius:18px;
    min-width:180px;
}

.experience-box h3{
    font-size:55px;
    color:#22a7f0;
    font-weight:700;
}

.experience-box span{
    font-size:26px;
    color:#03203a;
    font-weight:600;
}

/* CENTER */

.content-area h1{
    font-size:62px;
    line-height:1.1;
    margin-bottom:30px;
    color:#041f38;
}

.content-area h1 span{
    color:#23a9f2;
}

.team-image img{
    width:100%;
    border-radius:20px;
    display:block;
}

/* RIGHT */

.desc{
    color:#8a8a8a;
    font-size:18px;
    line-height:1.8;
    margin-bottom:35px;
}

.info-box{
    border:1px solid #cfcfcf;
    border-radius:25px;
    padding:25px;
    margin-bottom:25px;
    background:#fff;
}

.icon{
    width:50px;
    height:50px;
    border-radius:50%;
    background:#23a9f2;
    color:#fff;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:22px;
    margin-bottom:18px;
}

.info-box h3{
    font-size:32px;
    color:#03203a;
    margin-bottom:10px;
}

.info-box p{
    color:#333;
    line-height:1.7;
}

/* RESPONSIVE */

@media(max-width:992px){

    .about-img-main{
        grid-template-columns:1fr;
    }

    .content-area h1{
        font-size:45px;
    }

    .left-card{
        min-height:auto;
    }
}

@media(max-width:576px){

    .content-area h1{
        font-size:35px;
    }

    .left-card h2{
        font-size:30px;
    }

    .experience-box h3{
        font-size:38px;
    }

    .info-box h3{
        font-size:24px;
    }
}


/* ABOUT US PAGE CSS */

.inner-about-img {
  border-radius: 14px;
  overflow: hidden;
  margin-right: 40px;
}

.inner-about-img img {
  transition: all .6s;
  height: 450px;
  object-fit: cover;
}

.inner-about-img:hover img {
  transform: scale(1.1);
}

.inner-about-content P {
  margin-bottom: 15px;
}

.inner-about-content h2 {
  margin-bottom: 20px;
}

.inner-about-content p:last-child {
  margin-bottom: 0px;
}

/* SECTION FAQS */

.faq-main-item .accordion-button {
  background-color: unset;
  box-shadow: unset;
  font-size: 16px;
  font-weight: 600;
  color: var(--c1);
  transform: unset !important;
}

.faq-main-item .accordion-button:not(.collapsed) {
  color: var(--c5);
}

.faq-main-item .accordion-item {
  margin-bottom: 20px;
  border-radius: 6px;
  overflow: hidden;
  border: 0;
}

.faq-main-item .accordion-button span {
  color: var(--c1);
  font-size: 15px;
  margin-right: 10px;
  font-weight: 700;
}

.faq-main-item .accordion-button:not(.collapsed)::after {
  content: "\f068";
}

.faq-main-item .accordion-button::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f067";
  width: 30px;
  height: 30px;
  background-color: var(--primary);
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  border-radius: 50%;
  background-image: unset;
  transform: unset;
  color: var(--c1);
}

.faq-main-item .accordion-body {
  font-weight: 400;
  line-height: 1.8;
  color: #8B8B8B;
}

.faq-main-item .accordion-item:last-child {
  margin: 0px;
}

.faq-img {
  margin-left: 30px;
  overflow: hidden;
}

.faq-img img {
  transition: all .6s;
}

.faq-img:hover img {
  transform: scale(1.1);
}

.faqs {
  background-color: #efefef;
}

.faq-title h2 {
  font-size: 50px;
}

.faq-title {
  margin-bottom: 50px;
  color: var(--c1);
}

.faq-img img {
  height: 500px;
  object-fit: cover;
}

.contact-us-page {
  background-color: var(--c2);
  background-image: unset !important;
}

.gallery-item video {
    width: 100%;
    height: 360px;
    object-fit: cover;
}

/* CONTACT US  */
section.contact-us {
  position: relative;
}


.contact-content {
  position: relative;
  z-index: 1;
  padding-right: 40px;
}

.information-box {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.inform-icon img {
  width: 30px;
  margin: 0 auto;
}

.inform-content h4 {
  font-weight: 700;
  font-size: 18px;
  color: var(--c3);
  margin-bottom: 2px;
}

.inform-content a,
.inform-content h5 {
  color: var(--c3);
  font-size: 16px;
  font-weight: 400;
}

.contact-information {
  margin-top: 40px;
}

.contact-information .information-box:last-child {
  margin-bottom: 0px;
}

.contact-form {
  position: relative;
  z-index: 1;
  background-color: var(--c5);
  padding: 40px 40px;
  border-radius: 25px;
}

.contact-form h2 {
  color: var(--c2);
  font-weight: 700;
  font-family: var(--f1);
  font-size: 42px;
  margin-bottom: 40px;
}

.form-input input,
.form-input select,
.form-input textarea {
  width: 100%;
  padding: 12px 17px;
  border-radius: 10px;
  outline: 0;
  border: 1px solid #CACACA;
  color: var(--c1);
  background: #fff;
}

.form-input textarea {
  resize: none;
}

.contact-form .row {
  row-gap: 24px;
}

.form-input input::placeholder {
  color: #737373;
  font-size: 14px;
}

.contact-title h2 {
  text-align: left;
  padding-bottom: 20px;
}

.contact-title h2:before {
  content: unset;
}

.inform-icon {
  background-color: var(--c5);
  width: 50px;
  height: 50px;
  align-content: center;
  border-radius: 5px;
}

.web-btn button {
  border: 0;
}

.web-btn button i {
  margin-left: 4px;
  font-size: 14px;
}

.form-btn button:hover {
  background-color: var(--c4);
  color: var(--c1);
}

.form-btn button {border: none;border-radius: 12px;background: var(--c2);color: var(--c5);font-size: 18px;font-weight: 600;cursor: pointer;transition: 0.3s ease;padding: 10px 30px;}

.form-btn button:hover {
    background-color: var(--c1);
    color: var(--c2);
}

.form-btn button i {
    font-size: 16px;
}
.header-socials {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 20px;
}
.mobile-menu-btn a {
    color: var(--c2);
    font-size: 20px;
}
/* RESPONSIVE MENU  */

.ham-menu-main a {
  color: var(--c3);
  display: block !important;
  text-align: right;
  font-size: 23px;
}

.ham-menu-main {
  line-height: 1;
}

/* RESPONSIVE MENU CSS */

.ham-menu-btn a span {
  width: 32px;
  height: 3px;
  background-color: var(--c2);
}

.ham-menu-btn a {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.responsive-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 70%);
  z-index: 99999;
  transition: all .5s;
}

.responsive-menu-inner {
  height: 100%;
  padding: 30px;
  position: relative;
  width: 80%;
  background-color: var(--c2);
  left: -100%;
}


.responsive-logo-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}

.respon-cross a,
.respon-cross a i {
  display: block;
}

.respon-cross a {
  width: 50px;
  height: 50px;
  border: 1px solid var(--c1);
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: var(--c1);
  transition: all .5s;
}

.respon-cross a:hover {
  transform: rotate(90deg);
  color: var(--c1);
  border-color: var(--c1);
}

.respon-logo a {
  display: block !important;
}

.respon-logo {
  width: 170px;
  background-color: var(--c5);
  padding: 8px 14px;
  border-radius: 6px;
}

.responsive-links ul li a {
  color: var(--c1);
  transition: all .5s;
  font-size: 28px;
  font-weight: 600;
  display: block !important;
  border-bottom: 1px solid #808080c4;
  padding: 10px 0px;
}

.responsive-links {
  margin-top: 50px;
  overflow-y: auto;
  height: calc(100vh - 232px);
}

.responsive-links ul li ul {
  display: none;
}

.responsive-links ul li a:hover {
  color: var(--c1);
}

.responsive-links ul li ul li a {
  padding-left: 40px;
  font-size: 22px;
}

.responsive-links ul li:has(ul)::before {
  position: absolute;
  content: "\f067";
  top: 16px;
  right: 0;
  font-family: "Font Awesome 5 Pro";
  font-size: 22px;
  color: var(--c2);
}

.responsive-links ul li {
  position: relative;
}

.responsive-links ul li.active::before {
  content: "\f068";
  color: var(--c1);
}

.responsive-socials {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--c5);
  padding: 12px 0px;
}

.responsive-socials ul {
  display: flex;
  gap: 30px;
  justify-content: center;
}

.responsive-socials ul li a {
  color: var(--c2);
  font-size: 20px;
}

.responsive-menu.active {
  left: 0;
}

.responsive-menu.active .responsive-menu-inner {
  left: 0;
  transition-delay: .3s !important;
  transition: all .7s;
}

body.stop-scroll {
  overflow-y: hidden;
}

.single-content h2 {
    color: var(--c5);
    font-size: 45px;
    margin-bottom: 10px;
    font-weight: 700;
    font-family: var(--f1);
}

.single-content h2 span {
    color: var(--c1);
}

.single-content-img:hover img {
    transform: scale(1.1);
}

.single-sidebar {
    position: sticky;
    top: 0;
}
.single-content-main p {
    margin-bottom: 15px;
    font-size: 18px;
    color: #383838;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize;
}

.other-services ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.other-services ul li a {
    color: var(--c2);
    padding: 25px 0px;
    transition: all .5s;
    background-color: var(--c5);
    display: block !important;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    font-family: var(--f1);
}

.quote-form-main {
    padding: 25px 20px;
    background-color: #e9e9e980;
}

.quote-form-main h2 {
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
    color: var(--c1);
    font-family: var(--f1);
}

.other-services ul li.active-care a {
    background-color: var(--c3);
}

.other-services ul li {
    width: 100%;
}

.other-services ul li a:hover {
    background-color: var(--c3);
}
.service-inner img {
    height: 250px;
	object-fit:cover;
}
.single-content ul li,
.single-content ol li {
    line-height: 1.8;
    color: #727272;
    font-size: 18px;
    list-style: disc;
    margin-bottom: 5px;
    font-family: var(--f1);
}

.single-content ul,
.single-content ol {
    padding-left: 20px;
    margin-bottom: 15px;
}

.single-content ol li {
    list-style: auto;
}
.contact-us .web-title {
    margin-bottom: 60px;
}
.web-btn.service-card-btn a {
    overflow: unset;
}

.web-btn.service-card-btn a:before {
    content:unset;
}
.wrap-form-submit input,
.contact-submit-btn input {
    background: unset;
    outline: 0;
    border: 1px solid var(--c1);
    width: 100%;
    color: var(--c1);
    padding: 15px 20px;
    transition: all 0.5s;
    font-weight: 700;
    background: var(--c2);
}

.lang-switcher select {
    border: 1px solid #ccc;
    padding: 4px 8px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}
iframe#\:1\.container {
    display: none !important;
}
.lang-switcher {
    position: fixed;
    display: inline-block;
    bottom:0;
    z-index: 99;
}

.lang-switcher select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 170px;
    padding: 12px 40px 12px 18px !important;
    border-radius: 30px;
    background: var(--c5);
    color: #fff;
    font-size: 15px !important;
    font-weight: 500;
    cursor: pointer !important;
    transition: all 0.3s ease;
}

.lang-switcher select:hover {
    border-color: #0073e6;
}

.lang-switcher select:focus {
    outline: none;
    border-color: #0073e6;
    box-shadow: 0 0 0 3px rgba(0, 115, 230, 0.15);
}
.social-box {
    margin-top: 20px;
}

.social-box a {
    color: var(--c2);
    font-size: 
20px;
}
.lang-switcher::after {
    content: "\25BE";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #fff;
    font-size: 24px;
}