/* ── MARQUEE WRAPPER ──────────────────────────────────────── */
.logos-marquee-wrap {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 100px,
    #000 calc(100% - 100px),
    transparent 100%
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 100px,
    #000 calc(100% - 100px),
    transparent 100%
  );
}

.footer-social{
    list-style: none;
    display: flex;
    gap: 15px;
    padding: 0;
}

.footer-social li a{
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    transition: 0.3s ease;
    text-decoration: none;
}

/* Facebook */
.footer-social li:nth-child(1) a{
    background: #1877F2;
}
.footer-social li:nth-child(1) a:hover{
    background: #0d65d9;
    box-shadow: 0 0 15px #1877F2;
}

/* YouTube */
.footer-social li:nth-child(2) a{
    background: #FF0000;
}
.footer-social li:nth-child(2) a:hover{
    background: #cc0000;
    box-shadow: 0 0 15px #FF0000;
}

/* LinkedIn */
.footer-social li:nth-child(3) a{
    background: #0A66C2;
}
.footer-socialul li:nth-child(3) a:hover{
    background: #004182;
    box-shadow: 0 0 15px #0A66C2;
}

/* Instagram */
.footer-social li:nth-child(4) a{
    background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);
}
.footer-social li:nth-child(4) a:hover{
    background: linear-gradient(45deg,#bc1888,#cc2366,#dc2743,#e6683c,#f09433);
    box-shadow: 0 0 15px #e1306c;
}

.footer-social li a:hover{
    transform: translateY(-5px) scale(1.1);
}

.eyebrow{
   text-align:center; 
}
.clients-stat{
  text-align:center;  
}
.logos-marquee-wrap + .logos-marquee-wrap {
  margin-top: 18px;
}
.border-whatsapp{
    display: inline-block;
    background: #fff;
    font-weight: 700;
    line-height: 1em;
    border: 1px solid #ff0000;
    padding: 17px 46px 17px 20px;
    transition: 0.5s ease-in-out;
    z-index: 0;
    color:#000;
}
/* ── SCROLLING TRACK ──────────────────────────────────────── */
.logos-track {
  display: flex;
  width: max-content;
  animation: scroll-left 50s linear infinite;
}

.logos-track--reverse {
  animation-direction: reverse;
}

.logos-marquee-wrap:hover .logos-track {
  animation-play-state: paused;
}

@keyframes scroll-left {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ── LOGO CARD ────────────────────────────────────────────── */
.logo-card {
  flex-shrink: 0;
  width: 170px;
  height: 88px;
  margin: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 12px;
  /*background: rgba(255,255,255,0.03);*/
  background: #fff;
  transition: border-color 0.35s ease, background 0.35s ease;
  cursor: default;
}

.logo-card:hover {
  border-color: rgba(255,255,255,0.20);
  background: rgba(255,255,255,0.08);
}
.clients-heading .eyebrow {
    display: block;
    font-size: 15;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 14px;
}
.clients-heading h2 {
    font-size: clamp(20px, 3.5vw, 32px);
    font-weight: 300;
    letter-spacing: -0.02em;
    color: #000;
    text-align: center;
    line-height: 1.25;
}
 
.logo-card img {
  max-width: 100%;
  max-height: 100px;
  width: auto;
  height: auto;
  object-fit: scale-down;
  /*filter: brightness(0) invert(1);*/
  /*opacity: 0.55;*/
  /*transition: opacity 0.35s ease, filter 0.35s ease;*/
  display: block;
}

.logo-card:hover img {
  filter: none;
  opacity: 1;
}

.section_home-video,
.video-bg,
.work-tabs {
    position: relative;
}
#loading-icon,
.play-btn {
    left: 50%;
    transform: translate(-50%, -50%);
}
a,
a:focus,
a:hover {
    text-decoration: none;
}
:root {
    --primary-color: #192324;
    --secondery-color: #f8f8f8;
    --text-color: #283132;
    --accent-color: #7c877f;
    --white-color: #ffffff;
    --divider-color: #eaf0ec;
    --dark-divider-color: #ffffff1a;
    --error-color: rgb(230, 87, 87);
    --default-font: "Hanken Grotesk", sans-serif;
}
body {
    font-family: var(--default-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
    background-color: var(--white-color);
    color: var(--text-color);
}
p {
    line-height: 1.7em;
    margin-bottom: 1.6em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 700;
    line-height: 1.1em;
    color: var(--primary-color);
}
.faq-accordion .accordion-body p,
.section-title-content p,
.service-catagery-list ul li:last-child,
.slicknav_menu ul ul,
.vision-mission-content p,
figure {
    margin: 0;
}
img {
    max-width: 100%;
}
a:focus,
a:hover {
    outline: 0;
}
body,
html {
    width: 100%;
    overflow-x: clip;
}
.container {
    max-width: 1300px;
}
.work-tabs .tab-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px;
    border-radius: 10px;
    overflow: hidden;
}
#videoModal,
.navbar-toggle,
.responsive-menu,
.tab,
.vision-mission-item:last-child::before,
.vision-mission-item:nth-child(2n + 2)::before {
    display: none;
}
.work-tabs .tab-buttons .tab-btn {
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    line-height: 50px;
    color: #000;
    text-align: center;
    padding: 10px;
    background-color: #f4f5f8;
    cursor: pointer;
}
.about-img-1 figure,
.about-img-2 figure,
.best-selling-content-img figure,
.best-selling-iamge figure,
.our-faqs-image figure,
.our-skill-img-1 figure,
.our-skill-img-2 figure,
.our-skill-img-3 figure,
.post-featured-image a,
.post-featured-image figure,
.post-image figure,
.project-single-image figure,
.service-entry-image figure,
.sidebar-cta-image figure,
.tab.active-tab,
.team-image figure,
.why-choose-img-1 figure,
.why-choose-img-2 figure,
.why-choose-img-3 figure,
.why-choose-img-4 figure {
    display: block;
}
.work-tabs .tab-buttons .tab-btn.active-btn {
    background-color: #f9a617;
    color: #000;
}
li,
ul {
    list-style: none;
}
.services-details__content .feature-list .single-item {
    position: relative;
    display: block;
    border: 1px solid #e1e8e4;
    padding: 16px 30px 16px 53px;
    margin-bottom: 20px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.services-details__content .feature-list .single-item:hover .title {
    color: #fff;
}
.services-details__content .feature-list .single-item .title {
    display: block;
    margin: 0;
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
    text-transform: uppercase;
}
.services-details__content .feature-list .single-item .icon-box {
    color: #ffa000;
    position: absolute;
    left: 20px;
    top: 16px;
    font-size: 18px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl,
.row > * {
    padding-right: 15px;
    padding-left: 15px;
}
.section_home-video {
    width: 100%;
    margin: auto;
}
.video-bg {
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
}
.close-btn,
.play-btn {
    position: absolute;
    color: #fff;
}
.hero.hero-slider-layout .hero-slide .hero-slider-image img,
.hero.hero-video .hero-bg-video video,
.video-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.play-btn {
    width: 90px;
    height: 90px;
    background: #767471;
    border-radius: 50%;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    z-index: 2;
}
#videoModal {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}
#videoModal iframe {
    width: 90%;
    height: 650px;
    border: none;
}
.close-btn {
    top: 20px;
    right: 40px;
    font-size: 35px;
    cursor: pointer;
}
.image-anime {
    position: relative;
    overflow: hidden;
}
.floating_btn1 {
    position: fixed;
    bottom: 75px;
    right: 20px;
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
.contact_icon,
.whatsapp_icon {
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    transform: translatey(0);
    font-weight: 400;
    font-family: sans-serif;
    text-decoration: none !important;
    display: flex;
    transition: 0.3s ease-in-out;
    text-align: center;
}
.contact_icon {
    background-color: #f4572e;
    font-size: 20px;
    box-shadow: 2px 2px 3px #999;
    align-items: center;
    justify-content: center;
    animation: 1.25s cubic-bezier(0.66, 0, 0, 1) infinite pulsing;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: 1.25s cubic-bezier(0.66, 0, 0, 1) infinite pulsing;
    -moz-animation: 1.25s cubic-bezier(0.66, 0, 0, 1) infinite pulsing;
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    position: absolute;
    top: -75%;
    left: 13px;
}
.btn-default,
.reveal {
    position: relative;
    overflow: hidden;
}
.whatsapp_icon {
    background-color: #42db87;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    align-items: center;
    justify-content: center;
    animation: 1.25s cubic-bezier(0.66, 0, 0, 1) infinite pulsing;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: 1.25s cubic-bezier(0.66, 0, 0, 1) infinite pulsing;
    -moz-animation: 1.25s cubic-bezier(0.66, 0, 0, 1) infinite pulsing;
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.btn-default,
.btn-default.btn-highlighted:hover,
.btn-default:hover,
.contact-info-item:hover .icon-box i,
.footer-social-links ul li a:hover i,
.hero-content .section-title h1,
.hero-content .section-title h3,
.project-detail-item:hover .icon-box i,
.section-title-content.dark-section p,
.section-title.dark-section h2,
.section-title.dark-section h3,
.section-title.dark-section p {
    color: var(--white-color);
}
.btn-default,
.main-menu ul li a,
.section-title h3 {
    font-size: 16px;
    text-transform: capitalize;
}
.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.image-anime:hover:after {
    height: 250%;
    transition: 0.6s linear;
    background-color: transparent;
}
.btn-default.btn-highlighted::after,
.hero.hero-slider-layout .hero-pagination .swiper-pagination-bullet-active,
.main-menu ul ul,
.preloader {
    background-color: var(--accent-color);
}
.reveal {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
}
.reveal img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.row.no-gutters > * {
    padding-right: 0;
    padding-left: 0;
}
.btn-default {
    display: inline-block;
    background: var(--accent-color);
    font-weight: 700;
    line-height: 1em;
    border: none;
    padding: 17px 46px 17px 20px;
    transition: 0.5s ease-in-out;
    z-index: 0;
}
.btn-default:hover {
    background: 0 0;
}
.btn-default::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 16px;
    height: 16px;
    background-image: url(https://kaanvi.com/newdesign/resources/media/icon/arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transform: translate(-20px, -50%);
    transition: 0.4s ease-in-out;
}
.btn-default:hover::before {
    transform: translate(-18px, -50%);
}
.btn-default::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: var(--primary-color);
    transform: skew(45deg);
    transition: 0.4s ease-in-out;
    z-index: -1;
}
.btn-default:hover:after {
    width: 100%;
    transform: skew(0);
    left: 0;
}
.btn-default.btn-highlighted {
    background-color: var(--white-color);
    color: var(--accent-color);
}
.cb-cursor:before,
.footer-social-links ul li a:hover,
.slicknav_btn,
.slicknav_menu {
    background: var(--accent-color);
}
.btn-default.btn-highlighted::before {
    background-image: url(../images/arrow-accent.svg);
}
.about-facility-item:hover .icon-box img,
.btn-default.btn-highlighted:hover::before,
.hero-content .section-title h3::before,
.sidebar-cta-contact-item:hover .icon-box img,
.vision-mission-item:hover .icon-box img,
.why-choose-item:hover .icon-box img {
    filter: brightness(0) invert(1);
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loading,
.loading-container {
    height: 100px;
    position: relative;
    width: 100px;
    border-radius: 100%;
}
.loading-container {
    margin: 40px auto;
}
.loading {
    border: 1px solid transparent;
    border-color: transparent var(--white-color) transparent var(--white-color);
    animation: 1.5s linear infinite rotate-loading;
    transform-origin: 50% 50%;
}
.navbar,
header.main-header .header-sticky.active {
    border-bottom: 1px solid var(--dark-divider-color);
}
.loading-container .loading,
.loading-container:hover .loading {
    transition: 0.5s ease-in-out;
}
#loading-icon {
    position: absolute;
    top: 50%;
    max-width: 66px;
}
@keyframes rotate-loading {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.clients-section.alternate {
    border-top: 1px solid #e6e8ed;
}
.cilent_logo img {
    height: 150px;
    object-fit: contain;
}
.cilent_logo {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}
.best-selling-content-img,
.section-row {
    margin-bottom: 80px;
}
.section-row .section-title {
    margin-bottom: 0;
    margin-right: 30px;
}
.section-btn {
    text-align: end;
}
.section-title-content {
    margin-left: 120px;
}
.about-us-content-list,
.project-single-image,
.section-title,
.service-feature-image,
.skills-progress-bar,
.testimonial-content {
    margin-bottom: 40px;
}
.section-title h3 {
    display: inline-block;
    position: relative;
    font-weight: 500;
    line-height: 1.6em;
    color: var(--accent-color);
    padding-left: 35px;
    margin-bottom: 20px;
}
.section-title h1,
.section-title h2 {
    font-weight: 700;
    cursor: none;
    letter-spacing: -0.02em;
}
.section-title h3::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url("https://kaanvi.com/newdesign/resources/media/icon/icon-sub-heading.svg") left center/cover
        no-repeat;
    width: 24px;
    height: 5px;
}
.section-title h1 {
    font-size: 38px;
    margin-bottom: 0;
}
.section-title h2 {
    font-size: 46px;
    margin-bottom: 0;
    color: #000 !important;
}
.footer-links ul li:hover,
.main-menu ul li a:focus,
.main-menu ul li a:hover,
.post-entry a,
.section-title h1 span,
.section-title h2 span,
.service-entry h2 span {
    color: var(--accent-color);
}
.section-title p {
    margin-top: 30px;
    margin-bottom: 0;
}
.help-block.with-errors ul {
    margin: 0;
    text-align: left;
}
.help-block.with-errors ul li {
    color: var(--error-color);
    font-weight: 500;
    font-size: 14px;
}
header.main-header {
    position: relative;
    z-index: 100;
}
header.main-header .header-sticky {
    position: relative;
    top: 0;
    z-index: 100;
}
header.main-header .header-sticky.hide {
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
    border-radius: 0;
}
header.main-header .header-sticky.active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    transform: translateY(0);
    background: var(--primary-color);
}
.navbar {
    padding: 30px 0;
    align-items: center;
}
header.main-header .header-sticky.active .navbar {
    border-bottom: none;
}
.navbar-brand {
    padding: 0;
    margin: 0;
}
.main-menu .nav-menu-wrapper {
    flex: 1;
    text-align: center;
    margin-left: 40px;
}
.main-menu .nav-menu-wrapper > ul {
    align-items: center;
    display: inline-flex;
}
.main-menu ul li {
    margin: 0 6px;
    position: relative;
}
.main-menu ul ul,
.main-menu ul ul li,
.slicknav_btn {
    margin: 0;
    padding: 0;
}
.main-menu ul li a {
    font-family: var(--accent-font);
    font-weight: 400;
    padding: 15px 14px !important;
    color: var(--white-color);
    transition: 0.3s ease-in-out;
}
.main-menu ul li.submenu > a:after {
    content: "\f107";
    font-family: FontAwesome;
    font-weight: 900;
    font-size: 14px;
    margin-left: 8px;
}
.main-menu ul ul {
    visibility: hidden;
    opacity: 0;
    transform: scaleY(0.8);
    transform-origin: top;
    list-style: none;
    width: 230px;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 100%;
    transition: 0.3s ease-in-out;
    text-align: left;
}
.main-menu ul li.submenu:first-child ul {
    width: 230px;
}
.main-menu ul ul ul {
    left: 100%;
    top: 0;
    text-align: left;
}
.main-menu ul li.submenu ul li.submenu > a:after {
    content: "\f105";
    float: right;
}
.main-menu ul ul li a {
    color: var(--white-color);
    padding: 6px 20px !important;
    transition: 0.3s ease-in-out;
}
.main-menu ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
    padding: 5px 0;
}
.main-menu ul ul li a:focus,
.main-menu ul ul li a:hover {
    color: var(--primary-color);
    background-color: transparent;
    padding: 6px 20px 6px 23px !important;
}
.responsive-menu {
    top: 0;
    position: relative;
}
.slicknav_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 0;
}
.slicknav_icon .slicknav_icon-bar {
    display: block;
    height: 3px;
    width: 22px;
    background-color: var(--white-color);
    border-radius: 6px;
    margin: 4px auto !important;
    transition: 0.1s ease-in-out;
}
.slicknav_icon .slicknav_icon-bar:first-child {
    margin-top: 0 !important;
}
.slicknav_icon .slicknav_icon-bar:last-child {
    margin-bottom: 0 !important;
}
.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:first-child {
    transform: rotate(-45deg) translate(-5px, 5px);
}
.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(2) {
    opacity: 0;
}
.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -5px);
}
.slicknav_menu {
    position: absolute;
    width: 100%;
    padding: 0;
}
.slicknav_menu ul {
    margin: 5px 0;
}
.slicknav_nav .slicknav_row,
.slicknav_nav li a {
    position: relative;
    font-family: var(--accent-font);
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 10px 20px;
    color: var(--white-color);
    line-height: normal;
    margin: 0;
    border-radius: 0 !important;
    transition: 0.3s ease-in-out;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:focus,
.slicknav_nav a:hover {
    background-color: transparent;
    color: var(--primary-color);
}
.slicknav_menu ul ul li a {
    padding: 10px 20px 10px 30px;
}
.slicknav_arrow {
    font-size: 0 !important;
}
.slicknav_arrow:after {
    content: "\f107";
    font-family: FontAwesome;
    font-weight: 900;
    font-size: 12px;
    margin-left: 8px;
    color: var(--white-color);
    position: absolute;
    right: 15px;
    top: 15px;
    transition: 0.3s ease-out;
}
.slicknav_open > a .slicknav_arrow:after {
    transform: rotate(-180deg);
    color: var(--primary-color);
}
.hero {
    position: relative;
    background: url("../images/hero-bg.jpg") center center/cover no-repeat;
    padding: 280px 0 250px;
    min-height: 100vh;
    margin-top: -118px;
}
.about-us,
.about-us-images {
    background-repeat: no-repeat;
}
.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(0deg, #000, #0000 59%);
    height: 100%;
    width: 100%;
    z-index: 1;
}
.hero.hero-video .hero-bg-video {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.hero.hero-slider-layout {
    background: 0 0;
    padding: 0;
}
.about-contact-item .icon-box,
.experience-counter,
.feedback-counter p,
.service-btn a {
    background-color: var(--accent-color);
}
.hero.hero-slider-layout .hero-slide {
    position: relative;
    padding: 280px 0 250px;
    min-height: 100vh;
}
.hero.hero-slider-layout .hero-slide::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(25, 35, 36, 0) 0, rgba(25, 35, 36, 0.4) 80.94%);
    width: 100%;
    height: 100%;
    z-index: 1;
}
.hero.hero-slider-layout .hero-slide .hero-slider-image {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.hero.hero-slider-layout .hero-pagination {
    position: absolute;
    bottom: 50px;
    text-align: left;
    padding-left: calc(((100vw - 1300px) / 2));
    z-index: 2;
}
.hero.hero-slider-layout .hero-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: var(--white-color);
    opacity: 1;
    transition: 0.3s ease-in-out;
    margin: 0 5px;
}
.hero-content {
    position: absolute;
    bottom: 0px;
    z-index: 2;
}
.hero-content .section-title p {
    font-size: 18px;
    color: var(--white-color);
    width: 100%;
    max-width: 680px;
}
.contact-us-form,
.hero-content .btn-default.btn-highlighted {
    margin-left: 30px;
}
.about-us {
    background-image: url("../images/section-bg-shape-1.svg");
    background-position: left center;
    background-size: contain;
    padding: 100px 0;
}
.about-us-images {
    position: relative;
    background-image: url(../images/about-us-bg-shape.svg);
    background-position: left 60px bottom 40px;
    background-size: auto;
    padding-right: 100px;
    padding-bottom: 180px;
    margin-right: 30px;
}
.about-img-1 img,
.about-img-2 img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1/0.76;
}
.about-img-2 {
    position: absolute;
    width: 100%;
    max-width: 385px;
    bottom: 0;
    right: 0;
}
.experience-counter {
    position: absolute;
    top: 0;
    left: 0;
    height: 152px;
    width: 152px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border: 6px solid var(--white-color);
    transform: translate(-50%, -6px);
    border-radius: 50%;
}
.experience-counter h3 {
    font-size: 34px;
    color: var(--white-color);
    text-align: center;
    width: 100%;
    margin-bottom: 5px;
}
.experience-counter p {
    font-weight: 600;
    line-height: 1.4em;
    text-transform: capitalize;
    color: var(--white-color);
    text-align: center;
    margin-bottom: 0;
}
.feedback-counter {
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(-180deg) translate(20px, -20px);
    writing-mode: vertical-rl;
    display: flex;
    align-items: center;
}
.feedback-counter p {
    font-size: 16px;
    font-weight: 500;
    color: var(--white-color);
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 0 15px;
    transition: 0.3s ease-in-out;
}
.about-contact-item:hover .icon-box,
.feedback-counter:hover p,
.service-btn a:hover,
.team-readmore-btn a:hover {
    background-color: var(--primary-color);
}
.feedback-counter h3 {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    width: calc(100% - 75px);
}
.about-us-content-body {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
}
.about-us-content-body::before {
    content: "";
    position: absolute;
    right: 50%;
    top: 0;
    bottom: 0;
    transform: translateX(-50%);
    border: 1px solid var(--divider-color);
    width: 1px;
    height: 100%;
}
.about-us-contact-list,
.about-us-content-info {
    width: calc(50% - 40px);
}
.about-us-content-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.about-us-content-list ul li {
    position: relative;
    font-weight: 500;
    color: var(--primary-color);
    padding-left: 30px;
    margin-bottom: 15px;
}
.about-contact-item:last-child,
.about-facility-content p,
.about-us-content-list ul li:last-child,
.best-selling-content .section-title,
.contact-info-content p,
.faq-catagery-list ul li:last-child,
.footer-contact-item:last-child,
.footer-links ul li:last-child,
.our-faq-section.page-faq-accordion:last-child,
.post-entry blockquote p:last-child,
.post-entry ol ol li:last-child,
.post-entry ol ul li:last-child,
.post-entry p:last-child,
.post-entry ul li:last-child,
.post-entry ul ol li:last-child,
.post-entry ul ul li:last-child,
.project-detail-item:last-child,
.project-entry p:last-child,
.project-entry ul li:last-child,
.service-entry p:last-child,
.service-entry ul li:last-child,
.service-entry-list ul,
.sidebar-cta-contact-item:last-child,
.skills-progress-bar:last-child {
    margin-bottom: 0;
}
.about-us-content-list ul li::before,
.project-entry ul li::before,
.service-entry ul li::before {
    content: "\f058";
    position: absolute;
    font-family: FontAwesome;
    font-size: 20px;
    font-weight: 900;
    line-height: normal;
    color: var(--accent-color);
    display: inline-block;
    top: 2px;
    left: 0;
}
.about-contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.about-contact-item .icon-box {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    transition: 0.3s ease-in-out;
}
.about-contact-item .icon-box figure {
    display: block;
    border-radius: 50%;
    overflow: hidden;
}
.about-contact-item .icon-box img {
    max-width: 40px;
    border-radius: 50%;
}
.about-contact-item .icon-box i {
    font-size: 18px;
    color: var(--white-color);
}
.about-contact-content h3,
.service-content h3,
.testimonial-body .author-content h3 {
    font-size: 20px;
    text-transform: capitalize;
}
.about-contact-content {
    width: calc(100% - 55px);
}
.about-contact-content p {
    font-weight: 500;
    color: var(--primary-color);
    text-transform: capitalize;
    margin-bottom: 0;
}
.why-choose-us {
    padding: 100px 0;
    background-color: var(--secondery-color);
}
.why-choose-item {
    display: flex;
    border-bottom: 1px solid var(--divider-color);
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.why-choose-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.why-choose-item .icon-box {
    position: relative;
    width: 60px;
    height: 60px;
    background-color: var(--divider-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    transition: 0.4s ease-in-out;
}
.sidebar-cta-contact-item:hover,
.why-choose-item:hover .icon-box {
    background-color: transparent;
}
.sidebar-cta-contact-item .icon-box::before,
.why-choose-item .icon-box::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--primary-color);
    border-radius: 50%;
    height: 100%;
    width: 100%;
    transform: scale(0);
    transition: 0.3s ease-in-out;
}
.about-facility-item:hover .icon-box:before,
.contact-info-item:hover .icon-box:before,
.project-detail-item:hover .icon-box::before,
.sidebar-cta-contact-item:hover .icon-box::before,
.vision-mission-item:hover .icon-box:before,
.why-choose-item:hover .icon-box::before {
    transform: scale(1);
}
.why-choose-item .icon-box img {
    max-width: 24px;
    z-index: 1;
    transition: 0.3s ease-in-out;
}
.about-facility-content,
.contact-info-content,
.why-choose-item-content {
    width: calc(100% - 80px);
}
.about-facility-content h3,
.contact-info-content h3,
.sidebar-cta-content h3,
.team-content h3,
.why-choose-item-content h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.why-choose-item-content p {
    color: var(--primary-color);
    margin-bottom: 0;
}
.why-choose-images {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-left: 30px;
}
.why-choose-img-box-1,
.why-choose-img-box-2 {
    display: flex;
    gap: 20px;
    width: 100%;
}
.why-choose-img-1 {
    width: calc(57% - 10px);
}
.why-choose-img-1 img {
    width: 100%;
    aspect-ratio: 1/0.756;
    object-fit: cover;
}
.why-choose-img-2 {
    width: calc(43% - 10px);
}
.why-choose-img-2 img {
    width: 100%;
    aspect-ratio: 1/1.01;
    object-fit: cover;
}
.why-choose-img-3 {
    width: calc(67% - 10px);
}
.why-choose-img-3 img {
    width: 100%;
    aspect-ratio: 1/0.746;
    object-fit: cover;
}
.why-choose-img-4 {
    width: calc(33% - 10px);
}
.why-choose-img-4 img {
    width: 100%;
    aspect-ratio: 1/1.55;
    object-fit: cover;
}
.our-faqs,
.our-services,
.page-blog,
.page-faqs,
.page-project-single,
.page-service-single,
.page-single-post {
    padding: 100px 0;
}
.project-item,
.service-item {
    position: relative;
    height: calc(100% - 30px);
    margin-bottom: 30px;
}
.intro-video-image a,
.project-gallery-img a,
.project-gallery-img figure,
.service-image a,
.team-image a {
    display: block;
    cursor: none;
}
.service-image a figure::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 105%);
    height: 100%;
    width: 100%;
    z-index: 1;
    transition: 0.3s ease-in-out;
}
.service-image img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1/1.36;
    transition: 0.4s ease-in-out;
}
.post-item {
    border:1px solid #000;
    padding:10px;
}
.post-item:hover .post-featured-image img,
.service-item:hover .service-image img,
.team-member-item:hover .team-image figure img {
    transform: scale(1.1);
}
.service-btn {
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 1;
}
.service-btn a {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s ease-in-out;
}
.service-btn a img,
.team-readmore-btn img {
    max-width: 20px;
    transform: rotate(-45deg);
    transition: 0.4s ease-in-out;
}
.project-btn a:hover img,
.service-btn a:hover img,
.team-readmore-btn a:hover img {
    transform: rotate(0);
}
.service-content {
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
    z-index: 1;
}
.service-content h3 {
    color: var(--white-color);
    margin-bottom: 10px;
}
.page-header-box ol li.breadcrumb-item a,
.post-item-content h3 a,
.project-content h2 a,
.service-content h3 a {
    color: inherit;
}
.service-content p {
    color: var(--white-color);
    margin-bottom: 0;
}
.all-services-btn {
    text-align: center;
    margin-top: 20px;
}
.intro-video .container-fluid,
.our-testimonials .container-fluid {
    padding: 0;
}
.intro-video-box {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.intro-video-image figure::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(25, 35, 36, 0) 0, rgba(25, 35, 36, 0.6) 80.94%);
    height: 100%;
    width: 100%;
    z-index: 1;
}
.intro-video-image img {
    width: 100%;
    aspect-ratio: 1/0.41;
    object-fit: cover;
}
.video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.video-play-button a {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--white-color);
    border: 1px solid var(--white-color);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: none;
    transition: 0.3s ease-in-out;
}
.post-featured-image img,
.post-item-btn a::after,
.project-btn a,
.project-btn img {
    transition: 0.4s ease-in-out;
}
.video-play-button a:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
}
.our-project,
.our-team,
.page-project,
.page-services {
    padding: 100px 0 70px;
}
.our-Project-nav {
    text-align: center;
    margin-bottom: 60px;
}
.our-Project-nav ul {
    list-style: none;
    text-align: center;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 15px 30px;
    padding: 0;
    margin: 0;
}
.our-Project-nav ul li a,
.our-Project-nav ul span a {
    position: relative;
    display: inline-block;
    font-weight: 500;
    line-height: 1.2em;
    text-transform: capitalize;
    transition: 0.3s;
    padding: 0.7rem 1rem;
    font-size: 0.95rem;
    color: #000;
    background-color: #fff;
    box-shadow: 5px 2px 5px #666665;
    cursor: pointer;
}
.our-Project-nav ul li a:after,
.our-Project-nav ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 2px;
    background-color: var(--accent-color);
    transform-origin: bottom right;
    transition: transform 0.4s ease-in-out;
    transform: scaleX(0);
}
.our-Project-nav ul li a:after {
    top: -8px;
    bottom: auto;
    left: 0;
}
.our-Project-nav ul li a.active-btn:after,
.our-Project-nav ul li a.active-btn:before,
.our-Project-nav ul li a:hover:after,
.our-Project-nav ul li a:hover:before {
    transform-origin: bottom left;
    transform: scaleX(1);
}
.project-featured-image figure::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 111.33%);
    z-index: 0;
}
.project-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    backdrop-filter: blur(20px);
    border-radius: 50%;
    transform: translate(-50%, -30%);
    transition: 0.3s ease-in-out;
    z-index: 1;
}
.project-item:hover .project-btn {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%);
}
.project-btn a {
    width: 100px;
    height: 100px;
    background: var(--dark-divider-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.project-btn img {
    max-width: 24px;
    transform: rotate(-45deg);
}
.post-social-sharing ul li:hover a,
.post-tags .tag-links a:hover,
.project-btn a:hover {
    background: var(--primary-color);
}
.project-featured-image img {
    width: 100%;
    aspect-ratio: 1/0.79;
    object-fit: cover;
}
.project-content {
    position: absolute;
    left: 40px;
    bottom: 40px;
    right: 40px;
}
.project-content h2,
.project-content h3 {
    color: var(--white-color);
    text-transform: capitalize;
    position: relative;
    z-index: 1;
}
.project-content h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}
.project-content h2 {
    font-size: 20px;
    font-weight: 700;
}
.how-we-work {
    background: #fff;
    padding: 0;
}
.how-we-work-list,
.project-gallery-images {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.how-we-work-item {
    width: calc(33% - 22.5px);
}
.how-we-work-item .icon-box {
    margin-bottom: 30px;
}
.how-we-work-item .icon-box img {
    max-width: 60px;
}
.how-we-work-content h3 {
    font-size: 20px;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 10px;
}
.how-we-work-content p {
    color: #000;
    margin: 0;
}
.how-work-company-slider {
    border-top: 1px solid var(--dark-divider-color);
    margin-top: 30px;
    padding-top: 30px;
}
.how-work-company-slider .company-logo {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}
.how-work-company-slider .company-logo img {
    width: 100%;
    height: 150px;
    object-fit: contain;
}
.our-skill {
    padding: 100px 0;
    background: url("../images/section-bg-shape-2.svg") center center/contain no-repeat;
}
.skillbar .skill-data {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.testimonial-body,
.testimonial-rating-counter {
    display: flex;
    align-items: center;
}
.skill-data .skill-title {
    font-size: 16px;
    text-transform: capitalize;
    color: var(--primary-color);
}
.skill-data .skill-no {
    font-size: 16px;
    color: var(--primary-color);
    margin-left: 20px;
}
.skill-progress {
    width: 100%;
    height: 12px;
    background: var(--divider-color);
    border-radius: 99px;
    position: relative;
}
.skill-progress .count-bar {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: var(--primary-color);
    border-radius: 99px;
}
.our-skill-image {
    position: relative;
    padding-bottom: 155px;
    margin-left: 65px;
}
.our-skill-img-1 {
    width: 333px;
    position: relative;
    background: url("../images/our-skill-img-bg-dot.svg") top left/84px auto no-repeat;
    padding: 30px 0 0 30px;
}
.our-skill-img-1 img {
    width: 100%;
    aspect-ratio: 1/1.37;
    object-fit: cover;
}
.our-skill-img-2 {
    width: 202px;
    position: absolute;
    top: 70px;
    right: 0;
}
.best-selling-iamge img,
.our-skill-img-2 img {
    width: 100%;
    aspect-ratio: 1/0.93;
    object-fit: cover;
}
.our-skill-img-3 {
    width: 333px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.our-skill-img-3 img {
    width: 100%;
    aspect-ratio: 1/0.97;
    object-fit: cover;
}
.our-testimonials {
    background: var(--secondery-color);
}
.contact-us-image,
.our-testimonials-image {
    height: 100%;
}
.our-testimonials-image figure,
.our-testimonials-image figure img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/0.82;
    object-fit: cover;
}
.our-testimonial-content {
    padding: 100px;
}
.our-testimonial-content .section-title {
    background: url("../images/testimonial-quote.svg") top right/162px auto no-repeat;
}
.testimonial-slider {
    width: 100%;
    max-width: 620px;
    margin: 0 auto 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--divider-color);
}
.post-featured-image a,
.testimonial-slider .swiper-wrapper {
    cursor: none;
}
.error-page-content .section-title,
.post-entry p,
.post-featured-image,
.project-entry p,
.service-catagery-list ul li,
.service-entry p,
.testimonial-rating {
    margin-bottom: 20px;
}
.testimonial-rating i {
    font-size: 18px;
    color: var(--primary-color);
    margin-right: 2px;
}
.footer-social-links ul li:last-child,
.post-social-sharing ul li:last-child,
.team-social-icon ul li:last-child,
.testimonial-rating i:last-child {
    margin-right: 0;
}
.testimonial-content p {
    font-size: 20px;
    color: var(--primary-color);
    margin: 0;
}
.testimonial-body .author-image {
    margin-right: 15px;
}
.testimonial-body .author-image img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.testimonial-body .author-content {
    width: calc(100% - 75px);
}
.testimonial-body .author-content p {
    text-transform: capitalize;
    margin: 0;
}
.testimonial-rating-counter {
    gap: 20px;
}
.testimonial-rating-counter .rating-counter h2 {
    font-size: 58px;
}
.testimonial-client-rating {
    display: inline-block;
    background: var(--accent-color);
    padding: 0 5px 3px;
    line-height: 1em;
}
.testimonial-client-rating i {
    font-size: 10px;
    color: var(--white-color);
}
.testimonial-rating-content p {
    color: var(--primary-color);
    font-weight: 500;
    margin: 0;
}
.our-blog {
    padding: 100px 0;
    background: url("../images/section-bg-shape-2.svg") top center/contain no-repeat;
}
.page-gallery-box .photo-gallery,
.post-item,
.team-member-item {
    height: calc(100% - 30px);
    margin-bottom: 30px;
}
.post-featured-image img {
    width: 100%;
    aspect-ratio: 1/0.85;
    object-fit: cover;
}
.post-item-content {
    margin-bottom: 15px;
}
.post-item-content h3 {
    color: var(--primary-color);
    font-size: 20px;
    line-height: 1.4em;
}
.post-item-btn a {
    position: relative;
    color: var(--primary-color);
    font-weight: 500;
    text-transform: capitalize;
    padding-right: 25px;
}
.post-item-btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 17px;
    height: 16px;
    background: url("../images/arrow-dark.svg") right center/cover no-repeat;
}
.post-item-btn a:hover::after {
    transform: translate(2px, -50%);
}
.our-blog-footer,
.page-pagination {
    margin-top: 20px;
    text-align: center;
}
.main-footer {
    padding: 80px 0 0;
    background: var(--primary-color);
}
.main-footer .footer-header {
    border-bottom: 1px solid var(--dark-divider-color);
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.footer-social-links {
    align-items: center;
    justify-content: end;
    gap: 30px;
}
.footer-social-link-title h3 {
    font-size: 20px;
    text-transform: capitalize;
    color: var(--white-color);
}
.faq-catagery-list ul,
.footer-links ul,
.footer-social-links ul,
.service-catagery-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-social-links ul li,
.team-social-icon ul li {
    display: inline-flex;
    margin-right: 10px;
}
.footer-social-links ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--white-color);
    border-radius: 50%;
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 40px;
    transition: 0.3s ease-in-out;
}
.footer-social-links ul li a i {
    font-size: 18px;
    /*color: var(--accent-color);*/
    transition: 0.3s ease-in-out;
}
.footer-links h3 {
    font-size: 20px;
    text-transform: capitalize;
    color: var(--white-color);
    margin-bottom: 20px;
}
.footer-links ul li {
    color: var(--white-color);
    text-transform: capitalize;
    transition: 0.3s ease-in-out;
    margin-bottom: 10px;
}
.footer-links ul li a {
    display: block;
    color: inherit;
}
.whatsapp_icon:hover{
    background: #128C7E;
    transform: scale(1.15) rotate(-10deg);
    box-shadow: 0 0 25px rgba(37,211,102,0.9);
}
.contact_icon:hover{
    background: #0056b3;
    transform: scale(1.15) rotate(10deg);
    box-shadow: 0 0 25px rgba(0,123,255,0.9);
}
@keyframes pulse{
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.08);
    }
    100%{
        transform: scale(1);
    }
}
.footer-contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.footer-contact-item .icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--dark-divider-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    transition: 0.3s ease-in-out;
}
.footer-contact-item:hover .icon-box {
    border-color: var(--white-color);
}
.footer-contact-item .icon-box i {
    font-size: 16px;
    color: var(--white-color);
}
.footer-contact-content {
    width: calc(100% - 50px);
}
.footer-contact-content p,
.footer-copyright-text p {
    color: var(--white-color);
    margin: 0;
}
.footer-newsletter-form p {
    color: var(--white-color);
    margin-bottom: 30px;
}
.footer-newsletter-form .form-group {
    display: flex;
    background: var(--white-color);
    overflow: hidden;
}
.footer-newsletter-form .form-group .form-control {
    width: 85%;
    border: none;
    border-radius: 0;
    color: var(--text-color);
    background: 0 0;
    padding: 13px 10px;
    box-shadow: none;
}
.footer-newsletter-form .form-group .form-control::placeholder {
    color: var(--text-color);
}
.footer-newsletter-form button {
    background-color: transparent;
    width: 15%;
    border: none;
    padding: 0;
}
.faq-accordion .accordion-item,
.post-entry,
.service-catagery-list h3 {
    border-bottom: 1px solid var(--divider-color);
}
.footer-newsletter-form button i {
    color: var(--accent-color);
    font-size: 16px;
    transition: 0.3s ease-in-out;
}
.faq-catagery-list ul li:hover a,
.footer-newsletter-form button:hover i,
.service-catagery-list ul li:hover a {
    color: var(--primary-color);
}
.footer-copyright {
    border-top: 1px solid var(--dark-divider-color);
    text-align: center;
    margin-top: 65px;
    padding: 40px 0;
}
.page-header {
    position: relative;
    background: url("../images/page-header-bg.jpg") center center/cover no-repeat;
    padding: 270px 0 180px;
    margin-top: -118px;
}
.page-header::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(25, 35, 36, 0) 0, rgba(25, 35, 36, 0.4) 80.94%);
    width: 100%;
    height: 100%;
    z-index: 0;
}
.page-header-box {
    position: relative;
    text-align: center;
    z-index: 1;
}
.page-header-box h1 {
    display: inline-block;
    font-size: 80px;
    font-weight: 700;
    color: var(--white-color);
    letter-spacing: -0.02em;
    margin-bottom: 10px;
    cursor: none;
}
.page-header-box ol {
    margin: 0;
    padding: 0;
    justify-content: center;
}
.page-header-box ol li.breadcrumb-item {
    font-size: 22px;
    text-transform: capitalize;
    color: var(--white-color);
}
.page-header-box ol .breadcrumb-item + .breadcrumb-item::before {
    font-size: 20px;
    color: var(--white-color);
}
.about-us.page-about-us {
    background: 0 0;
}
.team-social-icon ul li a,
.vision-mission-item .icon-box {
    background: var(--divider-color);
    border-radius: 50%;
    display: flex;
}
.about-facility-list {
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.about-facility-item {
    width: calc(33.33% - 20px);
    display: flex;
}
.about-facility-item .icon-box,
.contact-info-item .icon-box {
    position: relative;
    height: 60px;
    width: 60px;
    background-color: var(--divider-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}
.about-facility-item .icon-box:before,
.contact-info-item .icon-box:before,
.vision-mission-item .icon-box:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--primary-color);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: 0.4s ease-in-out;
    z-index: 0;
}
.about-facility-item .icon-box img {
    max-width: 24px;
    z-index: 1;
    transition: 0.4s ease-in-out;
}
.vision-mission {
    padding: 100px 0 50px;
    background: linear-gradient(180deg, var(--primary-color) 60%, var(--white-color) 40%);
}
.vision-mission-box {
    background-color: var(--secondery-color);
    padding: 45px 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 150px;
}
.vision-mission-item {
    position: relative;
    width: calc(50% - 75px);
}
.vision-mission-item::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0;
    right: -75px;
    bottom: 0;
    background-color: var(--divider-color);
    z-index: 1;
}
.vision-mission-item .icon-box {
    position: relative;
    width: 95px;
    height: 95px;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.vision-mission-item .icon-box img {
    position: relative;
    max-width: 36px;
    z-index: 1;
    transition: 0.4s ease-in-out;
}
.vision-mission-content h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.best-selling {
    background: url(../images/section-bg-shape-1.svg) left center/contain no-repeat;
    padding: 50px 0 100px;
}
.best-selling-content-img img {
    width: 100%;
    aspect-ratio: 1/0.42;
    object-fit: cover;
}
.team-image {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.team-image figure img {
    width: 100%;
    aspect-ratio: 1/1.11;
    object-fit: cover;
    transition: 0.4s ease-in-out;
}
.team-readmore-btn {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1;
}
.team-readmore-btn a {
    width: 60px;
    height: 60px;
    background-color: var(--accent-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.4s ease-in-out;
}
.team-content {
    text-align: center;
    margin-bottom: 20px;
}
.team-content p {
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
}
.team-social-icon ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.team-social-icon ul li a {
    width: 44px;
    height: 44px;
    color: var(--accent-color);
    align-items: center;
    justify-content: center;
    transition: 0.4s ease-in-out;
}
.post-social-sharing ul li a,
.post-tags .tag-links a {
    background: var(--accent-color);
    border-radius: 0;
    color: var(--white-color);
}
.service-catagery-list,
.sidebar-cta-Body {
    border: 1px solid var(--divider-color);
    padding: 30px;
}
.team-social-icon ul li a:hover {
    color: var(--white-color);
    background: var(--primary-color);
}
.team-social-icon ul li a i {
    color: inherit;
    font-size: 18px;
}
.our-faqs-content {
    margin-right: 70px;
}
.faq-accordion .accordion-item {
    margin-bottom: 30px;
    padding-bottom: 15px;
}
.faq-accordion .accordion-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.faq-accordion .accordion-header .accordion-button {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2em;
    color: var(--primary-color);
    align-items: start;
    padding-right: 35px;
    transition: 0.3s ease-in-out;
}
.faq-accordion .accordion-header .accordion-button span {
    margin-right: 7px;
}
.faq-accordion .accordion-button:not(.collapsed) {
    padding-bottom: 15px;
}
.faq-accordion .accordion-item .accordion-button.collapsed::after,
.faq-accordion .accordion-item .accordion-button::after {
    content: "\2b";
    font-family: "Font Awesome 6 Free";
    position: absolute;
    font-size: 18px;
    font-weight: 900;
    color: var(--primary-color);
    text-align: right;
    top: 0;
    right: 0;
    transition: 0.3s ease-in-out;
}
.faq-accordion .accordion-button:not(.collapsed)::after {
    content: "\f068";
}
.faq-accordion .accordion-body {
    padding-right: 35px;
}
.our-faqs-image,
.post-social-sharing {
    text-align: right;
}
.our-faqs-image img {
    width: 100%;
}
.our-clients {
    background-color: var(--secondery-color);
    padding: 100px 0;
}
.our-clients .our-clients-box {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}
.our-client-slider .client-logo {
    text-align: center;
}
.our-client-slider .client-logo img {
    width: 100%;
    max-height: 40px;
}
.faq-sidebar,
.project-single-sidebar,
.service-sidebar {
    position: sticky;
    top: 30px;
    margin-right: 30px;
}
.service-catagery-list {
    margin-bottom: 40px;
    overflow: hidden;
}
.service-catagery-list h3 {
    font-size: 20px;
    text-transform: capitalize;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.faq-catagery-list ul li a,
.service-catagery-list ul li a {
    position: relative;
    display: block;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--accent-color);
    padding-right: 25px;
    transition: 0.3s ease-in-out;
}
.faq-catagery-list ul li a::before,
.service-catagery-list ul li a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 18px;
    height: 18px;
    transform: translateY(-50%) rotate(-45deg);
    background-image: url(../images/arrow-accent.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: 0.3s ease-in-out;
}
.faq-catagery-list ul li:hover a::before,
.service-catagery-list ul li:hover a::before {
    transform: translateY(-50%) rotate(0);
    filter: brightness(0) invert(0);
}
.sidebar-cta-image img {
    width: 100%;
    aspect-ratio: 1/0.57;
    object-fit: cover;
}
.sidebar-cta-content {
    margin-bottom: 25px;
}
.sidebar-cta-content p {
    font-weight: 500;
    margin-bottom: 0;
}
.sidebar-cta-contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.sidebar-cta-contact-item .icon-box {
    position: relative;
    height: 58px;
    width: 58px;
    background-color: var(--divider-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    transition: 0.4s ease-in-out;
}
.sidebar-cta-contact-item .icon-box img {
    position: relative;
    max-width: 24px;
    transition: 0.3s ease-in-out;
    z-index: 1;
}
.cta-contact-item-content {
    width: calc(100% - 78px);
}
.cta-contact-item-content p {
    font-weight: 500;
    margin: 0;
}
.service-feature-image figure {
    display: block;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    padding: 100px;
}
.service-feature-image img {
    width: 100%;
    aspect-ratio: 1/0.55;
    object-fit: cover;
}
.our-faq-section.page-faq-accordion,
.project-design-info,
.project-info,
.service-entry,
.why-choose-content.service-single-why-choose {
    margin-bottom: 60px;
}
.service-entry h2 {
    font-size: 46px;
    margin-bottom: 20px;
}
.project-entry ul,
.service-entry ul {
    list-style: none;
    margin-bottom: 20px;
    padding: 0;
}
.service-entry ul li {
    position: relative;
    font-weight: 500;
    color: var(--text-color);
    text-transform: capitalize;
    padding-left: 30px;
    margin-bottom: 15px;
}
.service-entry-list-image {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
}
.service-entry-image,
.service-entry-list {
    width: calc(50% - 15px);
}
.service-entry-image img {
    width: 100%;
    aspect-ratio: 1/0.615;
    object-fit: cover;
}
.page-pagination ul {
    justify-content: center;
    padding: 0;
    margin: 0;
}
.page-pagination ul li a,
.page-pagination ul li span {
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    background: var(--accent-color);
    color: var(--white-color);
    width: 40px;
    height: 40px;
    margin: 0 5px;
    font-weight: 700;
    line-height: 1em;
    transition: 0.3s ease-in-out;
}
.page-pagination ul li a:hover,
.page-pagination ul li.active a {
    background: var(--primary-color);
    color: var(--white-color);
}
.post-image {
    position: relative;
    margin-bottom: 30px;
}
.post-image figure,
.post-image img {
    aspect-ratio: 1/0.5;
    object-fit: cover;
}
.post-content {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
.post-entry {
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.post-entry:after {
    content: "";
    display: block;
    clear: both;
}
.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6 {
    font-weight: 700;
    line-height: 1.2em;
    margin: 0 0 0.6em;
}
.post-entry h1 {
    font-size: 80px;
    letter-spacing: -0.02em;
}
.post-entry h2,
.post-entry h3 {
    font-size: 46px;
}
.post-entry h2 {
    letter-spacing: -0.02em;
}
.post-entry h4 {
    font-size: 30px;
}
.post-entry h5 {
    font-size: 24px;
}
.post-entry h6 {
    font-size: 18px;
}
.post-entry p strong {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 600;
}
.post-entry ol li,
.post-entry ul li {
    color: var(--text-color);
    font-size: 18px;
}
.post-entry ol {
    margin: 0 0 30px;
}
.post-entry ol li {
    margin-bottom: 20px;
    font-weight: 600;
}
.post-entry ul {
    padding: 0 0 0 20px;
    margin: 20px 0;
}
.post-entry ul li {
    font-weight: 500;
    position: relative;
    margin-bottom: 15px;
}
.post-entry ol ol,
.post-entry ol ul,
.post-entry ul ol,
.post-entry ul ul {
    margin-top: 20px;
    margin-bottom: 0;
}
.post-entry blockquote {
    background: url(../images/icon-blockquote.svg), var(--accent-color);
    background-repeat: no-repeat;
    background-position: 35px 30px;
    background-size: 58px;
    border-radius: 0;
    padding: 30px 30px 30px 100px;
    margin-bottom: 30px;
}
.post-entry blockquote p {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4em;
    color: var(--white-color);
}
.tag-links {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-color);
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.post-tags .tag-links a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 6px 20px;
    transition: 0.3s ease-in-out;
}
.post-social-sharing ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.post-social-sharing ul li {
    display: inline-block;
    margin-right: 10px;
}
.post-social-sharing ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s ease-in-out;
}
.post-social-sharing ul li a i {
    font-size: 18px;
    color: inherit;
}
.faq-catagery-list,
.project-detail-list {
    border: 1px solid var(--divider-color);
    padding: 30px;
    margin-bottom: 60px;
}
.project-detail-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.project-detail-item .icon-box {
    position: relative;
    background-color: var(--divider-color);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    transition: 0.3s ease-in-out;
}
.project-detail-item .icon-box::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--accent-color);
    border-radius: 50%;
    height: 100%;
    width: 100%;
    transform: scale(0);
    transition: 0.3s ease-in-out;
}
.project-detail-item .icon-box i {
    font-size: 22px;
    color: var(--accent-color);
    transition: 0.3s ease-in-out;
    z-index: 1;
}
.project-detail-content {
    width: calc(100% - 70px);
}
.project-detail-content h3 {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.project-detail-content p {
    color: var(--accent-color);
    text-transform: capitalize;
    margin-bottom: 0;
}
.project-single-image img {
    width: 100%;
    aspect-ratio: 1/0.6;
    object-fit: cover;
}
.project-entry h2 {
    font-size: 46px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 30px;
}
.project-entry ul li {
    position: relative;
    font-weight: 500;
    color: var(--text-color);
    padding-left: 30px;
    margin-bottom: 15px;
}
.project-gallery-img {
    width: calc(25% - 22.5px);
}
.project-gallery-img figure img {
    width: 100%;
    aspect-ratio: 1/0.99;
    object-fit: cover;
}
h2.text-anime-style-2.text-white {
    color: #fff !important;
}
.page-gallery {
    padding: 70px 0;
    text-align: center;
}
.page-gallery-box .photo-gallery figure {
    display: block;
    border: 1px solid #000;
}
.page-gallery-box .photo-gallery img {
    width: 100%;
    aspect-ratio: 1/0.85;
    object-fit: cover;
}
.faq-catagery-list ul li {
    margin-bottom: 20px;
    transition: 0.3s ease-in-out;
}
.page-contact-us {
    padding: 100px 0 50px;
}
.contact-us-image figure {
    height: 100%;
    display: block;
}
.contact-us-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1/0.962;
}
.contact-form .form-control {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2em;
    background-color: var(--white-color);
    color: var(--text-color);
    border: 1px solid var(--divider-color);
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    padding: 14px 15px;
}
.contact-form .form-control::placeholder {
    font-weight: 400;
}
.google-map {
    padding: 50px 0 100px;
}
.google-map .section-title {
    width: 100%;
    max-width: 560px;
    margin: 0 auto 30px;
    text-align: center;
}
.google-map-iframe,
.google-map-iframe iframe {
    width: 100%;
    height: 500px;
}
.contact-info-box {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 60px;
}
.contact-info-item {
    width: calc(100% - 20px);
    display: flex;
}
.contact-info-item .icon-box i {
    position: relative;
    font-size: 20px;
    color: var(--accent-color);
    transition: 0.3s ease-in-out;
    z-index: 1;
}
.error-page {
    background-image: url(../images/error-page-bg.svg);
    background-repeat: no-repeat;
    background-position: top -100px center;
    background-size: auto;
    padding: 100px 0;
}
.error-page-image {
    text-align: center;
    margin-bottom: 30px;
}
.error-page-image img {
    width: 100%;
    max-width: 50%;
}
.error-page-content {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}
.error-page-content-body p {
    font-weight: 500;
    margin-bottom: 20px;
}
@media only screen and (max-width: 1366px) {
    .our-testimonial-content {
        padding: 100px 50px;
    }
}
@media only screen and (max-width: 1024px) {
    .main-menu ul li {
        margin: 0;
    }
    .our-testimonial-content {
        padding: 50px 20px;
    }
}
@media only screen and (max-width: 991px) {
    .section-btn,
    .section-title p {
        margin-top: 15px;
    }
    .project-content,
    .service-content {
        left: 20px;
        bottom: 20px;
        right: 20px;
    }
    .post-social-sharing ul,
    .section-btn {
        text-align: left;
    }
    .navbar {
        padding: 20px 0;
    }
    .navbar-toggle,
    .responsive-menu,
    .slicknav_nav li,
    .slicknav_nav ul {
        display: block;
    }
    .header-btn {
        display: none;
    }
    .btn-default {
        padding: 14px 42px 14px 16px;
    }
    .hero,
    .hero.hero-slider-layout .hero-slide {
        padding: 180px 0 140px;
        min-height: auto;
    }
    .our-faq-section.page-faq-accordion,
    .section-row {
        margin-bottom: 40px;
    }
    .section-row .section-title {
        margin-bottom: 0;
        margin-right: 0;
    }
    .section-title-content {
        margin-left: 0;
        margin-top: 15px;
    }
    .about-contact-item,
    .about-us-content-list,
    .our-skill-content,
    .project-design-info,
    .project-info,
    .project-single-image,
    .section-title,
    .service-entry,
    .service-feature-image,
    .skills-progress-bar,
    .testimonial-content,
    .why-choose-content,
    .why-choose-content.service-single-why-choose {
        margin-bottom: 30px;
    }
    .section-title h3,
    .service-catagery-list ul li {
        margin-bottom: 10px;
    }
    .page-header-box h1,
    .section-title h1 {
        font-size: 50px;
    }
    .section-title h2 {
        font-size: 36px;
    }
    .hero {
        margin-top: -92px;
    }
    .hero.hero-slider-layout .hero-pagination {
        padding-left: 15px;
        bottom: 30px;
    }
    .hero-content .section-title p {
        font-size: 20px;
    }
    .about-us,
    .error-page,
    .how-we-work,
    .our-blog,
    .our-clients,
    .our-faqs,
    .our-services,
    .our-skill,
    .page-blog,
    .page-faqs,
    .page-project-single,
    .page-service-single,
    .page-single-post,
    .why-choose-us {
        padding: 50px 0;
    }
    .about-us-images {
        margin: 0 0 30px;
    }
    .experience-counter {
        height: 137px;
        width: 137px;
    }
    .experience-counter h3 {
        font-size: 28px;
    }
    .why-choose-item .icon-box {
        margin-right: 10px;
    }
    .why-choose-item-content {
        width: calc(100% - 70px);
    }
    .contact-us-form,
    .why-choose-images {
        margin-left: 0;
    }
    .service-image img {
        aspect-ratio: 1/1.2;
    }
    .service-btn,
    .team-readmore-btn {
        top: 20px;
        right: 20px;
    }
    .service-btn a {
        height: 50px;
        width: 50px;
    }
    .all-services-btn,
    .our-blog-footer,
    .page-pagination {
        margin-top: 10px;
    }
    .project-btn a,
    .video-play-button a {
        width: 80px;
        height: 80px;
    }
    .our-project,
    .our-team,
    .page-gallery,
    .page-project,
    .page-services {
        padding: 50px 0 20px;
    }
    .our-Project-nav {
        margin-bottom: 50px;
    }
    .project-featured-image img {
        aspect-ratio: 1/0.89;
    }
    .how-we-work-item {
        width: calc(50% - 15px);
    }
    .best-selling-content,
    .best-selling-content-img,
    .faq-accordion .accordion-item,
    .footer-newsletter-form p,
    .how-we-work-item .icon-box,
    .post-image,
    .post-tags {
        margin-bottom: 20px;
    }
    .how-work-company-slider {
        margin-top: 40px;
        padding-top: 40px;
    }
    .our-skill-image {
        max-width: 555px;
        margin: 0 auto;
    }
    .our-testimonials-image {
        height: auto;
    }
    .our-testimonials-image figure,
    .our-testimonials-image figure img {
        height: auto;
        aspect-ratio: 1/0.65;
    }
    .our-testimonial-content {
        padding: 50px 15px;
    }
    .our-testimonial-content .section-title {
        background-size: contain;
    }
    .testimonial-slider {
        max-width: 100%;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .faq-catagery-list ul li,
    .sidebar-cta-contact-item,
    .sidebar-cta-content,
    .team-content,
    .testimonial-rating,
    .vision-mission-content h3 {
        margin-bottom: 15px;
    }
    .about-facility-content h3,
    .contact-info-content h3,
    .page-header-box ol li.breadcrumb-item,
    .post-entry blockquote p,
    .service-entry ul li::before,
    .testimonial-content p {
        font-size: 18px;
    }
    .testimonial-rating-counter .rating-counter h2 {
        font-size: 48px;
    }
    .our-blog .section-title {
        margin-right: 0;
    }
    .post-featured-image img {
        aspect-ratio: 1/0.75;
    }
    .main-footer {
        padding: 40px 0 0;
    }
    .main-footer .footer-header {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .footer-links {
        padding-right: 0;
        margin-bottom: 30px;
    }
    .footer-copyright {
        margin-top: 0;
        padding: 20px 0;
    }
    .page-header {
        padding: 180px 0 100px;
        margin-top: -92px;
    }
    .contact-info-item .icon-box i,
    .page-header-box ol .breadcrumb-item + .breadcrumb-item::before,
    .post-entry ul li {
        font-size: 16px;
    }
    .about-facility-list {
        margin-top: 50px;
        gap: 20px;
    }
    .about-facility-item,
    .contact-info-item {
        width: calc(33.33% - 13.33px);
    }
    .about-facility-item .icon-box {
        height: 45px;
        width: 45px;
        margin-right: 10px;
    }
    .about-facility-item .icon-box img {
        max-width: 20px;
    }
    .about-facility-content {
        width: calc(100% - 55px);
    }
    .page-contact-us,
    .vision-mission {
        padding: 50px 0 25px;
    }
    .vision-mission-box {
        padding: 30px 15px;
        gap: 30px 40px;
    }
    .vision-mission-item {
        width: calc(50% - 20px);
    }
    .vision-mission-item::before {
        right: -20px;
    }
    .vision-mission-item .icon-box {
        width: 70px;
        height: 70px;
    }
    .vision-mission-item .icon-box img {
        max-width: 30px;
    }
    .best-selling,
    .google-map {
        padding: 25px 0 50px;
    }
    .team-readmore-btn a {
        width: 50px;
        height: 50px;
    }
    .our-faqs-content {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .our-faqs-image {
        text-align: center;
        margin-left: 0;
    }
    .our-faqs-image img {
        aspect-ratio: 1/0.8;
    }
    .our-clients .our-clients-box {
        max-width: 100%;
    }
    .faq-sidebar,
    .project-single-sidebar,
    .service-sidebar {
        position: initial;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .faq-catagery-list,
    .project-detail-list,
    .service-catagery-list {
        padding: 20px;
        margin-bottom: 30px;
    }
    .service-catagery-list h3 {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .faq-catagery-list ul li a::before,
    .service-catagery-list ul li a::before {
        width: 16px;
        height: 16px;
    }
    .sidebar-cta-Body {
        padding: 20px;
    }
    .service-entry ul li {
        font-size: 14px;
        padding-left: 25px;
        margin-bottom: 10px;
    }
    .post-entry blockquote {
        background-position: 25px 25px;
        background-size: 50px;
        padding: 25px 25px 25px 90px;
        margin-bottom: 20px;
    }
    .post-entry h2 {
        font-size: 38px;
    }
    .post-tags .tag-links a {
        padding: 6px 15px;
    }
    .project-entry h2 {
        font-size: 36px;
        margin-bottom: 20px;
    }
    .page-gallery-box .photo-gallery img {
        aspect-ratio: 1/0.85;
    }
    .contact-us-image {
        height: auto;
        margin-bottom: 30px;
    }
    .contact-us-image img {
        aspect-ratio: 1/0.6;
    }
    .contact-form .form-control {
        padding: 12px 15px;
    }
    .google-map-iframe,
    .google-map-iframe iframe {
        height: 400px;
    }
    .contact-info-box {
        gap: 20px;
        margin-top: 40px;
    }
    .contact-info-item .icon-box {
        height: 50px;
        width: 50px;
        margin-right: 10px;
    }
    .contact-info-content {
        width: calc(100% - 60px);
    }
    .error-page-image img {
        max-width: 80%;
    }
}
@media only screen and (max-width: 767px) {
    .section-row,
    .section-title {
        margin-bottom: 30px;
    }
    .section-title h1 {
        font-size: 28px;
    }
    .post-entry h2,
    .section-title h2 {
        font-size: 26px;
    }
    .about-contact-content h3,
    .footer-social-link-title h3,
    .hero-content .section-title p,
    .how-we-work-content h3,
    .post-item-content h3,
    .project-content h2,
    .service-catagery-list h3,
    .service-content h3,
    .sidebar-cta-content h3,
    .testimonial-body .author-content h3,
    .vision-mission-content h3 {
        font-size: 18px;
    }
    .hero-content .btn-default {
        margin-right: 40px;
        margin-bottom: 10px;
    }
    .hero-content .btn-default.btn-highlighted {
        margin: 0;
    }
    .about-us-images {
        background-position: left 10px bottom 10px;
        background-size: 20% auto;
        padding: 10px 45px 100px 0;
    }
    .feedback-counter {
        transform: rotate(-180deg) translate(0, 0);
    }
    .feedback-counter p {
        font-size: 12px;
        height: 38px;
        width: 38px;
        margin: 0 0 6px;
    }
    .feedback-counter h3 {
        font-size: 12px;
        width: calc(100% - 40px);
    }
    .about-img-2 {
        max-width: 240px;
    }
    .experience-counter {
        height: 102px;
        width: 102px;
    }
    .experience-counter h3 {
        font-size: 22px;
    }
    .experience-counter p {
        font-size: 12px;
        line-height: 1.1em;
    }
    .about-us-content-body {
        gap: 0;
    }
    .about-us-content-body::before,
    .vision-mission-item:last-child::before {
        display: none;
    }
    .about-us-content-info {
        width: 100%;
        border-bottom: 1px solid var(--divider-color);
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .about-contact-item,
    .about-us-content-list,
    .footer-logo,
    .project-design-highlight,
    .project-info,
    .project-single-image,
    .service-feature-image,
    .testimonial-content {
        margin-bottom: 20px;
    }
    .about-facility-item,
    .about-us-contact-list,
    .contact-info-item,
    .how-we-work-item,
    .service-entry-image,
    .service-entry-list,
    .vision-mission-item {
        width: 100%;
    }
    .about-us-content-list ul li,
    .post-item-content,
    .project-entry ul li,
    .testimonial-rating {
        margin-bottom: 10px;
    }
    .about-us-content-list ul li::before {
        font-size: 18px;
        top: 3px;
    }
    .team-content h3,
    .why-choose-item-content h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .why-choose-img-2 img {
        aspect-ratio: 1/1.02;
    }
    .why-choose-img-4 img {
        aspect-ratio: 1/1.588;
    }
    .intro-video-image img,
    .project-single-image img,
    .service-feature-image img {
        aspect-ratio: 1/0.7;
    }
    .project-btn a {
        width: 60px;
        height: 60px;
    }
    .project-btn img {
        max-width: 20px;
    }
    .how-we-work-item .icon-box img {
        max-width: 50px;
    }
    .how-work-company-slider {
        margin-top: 30px;
        padding-top: 30px;
    }
    .our-skill-image {
        padding-bottom: 83px;
    }
    .our-skill-img-1 {
        width: 200px;
        padding: 20px 0 0 20px;
    }
    .our-skill-img-2 {
        width: 130px;
        top: 20px;
    }
    .our-skill-img-3 {
        width: 200px;
    }
    .page-header-box ol li.breadcrumb-item,
    .testimonial-content p,
    .testimonial-rating i {
        font-size: 16px;
    }
    .testimonial-rating-counter .rating-counter h2 {
        font-size: 38px;
    }
    .footer-links h3,
    .post-featured-image,
    .project-entry p,
    .service-entry p {
        margin-bottom: 15px;
    }
    .footer-social-links {
        justify-content: start;
        gap: 20px;
    }
    .footer-links ul li {
        margin-bottom: 5px;
    }
    .footer-copyright {
        padding: 15px 0;
    }
    .page-header-box h1 {
        font-size: 28px;
        margin-bottom: 5px;
    }
    .page-header-box ol .breadcrumb-item + .breadcrumb-item::before {
        font-size: 14px;
    }
    .vision-mission {
        background: linear-gradient(180deg, var(--primary-color) 40%, var(--white-color) 40%);
    }
    .vision-mission-box {
        padding: 20px;
        gap: 40px;
    }
    .vision-mission-item::before {
        height: 1px;
        width: 100%;
        top: auto;
        right: 0;
        bottom: -20px;
    }
    .vision-mission-item:nth-child(2n + 2)::before {
        display: block;
    }
    .faq-accordion .accordion-header .accordion-button {
        font-size: 18px;
        padding-right: 30px;
    }
    .faq-accordion .accordion-item .accordion-button.collapsed::after,
    .faq-accordion .accordion-item .accordion-button::after {
        top: 2px;
    }
    .faq-accordion .accordion-body {
        padding-right: 0;
    }
    .our-faqs-image img {
        aspect-ratio: 1/1.26;
    }
    .project-gallery-images,
    .service-entry-list-image {
        gap: 20px;
    }
    .post-image figure,
    .post-image img {
        aspect-ratio: 1/0.7;
    }
    .post-entry blockquote {
        background-position: 20px 20px;
        padding: 70px 20px 20px;
    }
    .project-entry h2 {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .project-entry ul li::before {
        font-size: 18px;
        top: 5px;
    }
    .project-gallery-img {
        width: calc(50% - 10px);
    }
    .contact-us-image img {
        aspect-ratio: 1/0.75;
    }
    .google-map-iframe,
    .google-map-iframe iframe {
        height: 350px;
    }
    .error-page-image img {
        max-width: 100%;
    }
}
.blog-details{
    font-family: 'DM Sans', sans-serif;
    background: #faf8f4;
    color: #1a1410;
    line-height: 1.75;
    font-size: 17px;
    margin-top: 111px;
    -webkit-font-smoothing: antialiased; 
}

.hero {
    background: #1a1410;
    color: #fffef9;
    padding: 100px 24px 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 50%, rgba(192, 71, 15, 0.28) 0%, transparent 55%), radial-gradient(circle at 80% 30%, rgba(13, 110, 100, 0.22) 0%, transparent 50%);
    pointer-events: none;
}
.hero-tag {
    display: inline-block;
    background: rgba(192, 71, 15, 0.25);
    border: 1px solid rgba(192, 71, 15, 0.5);
    color: #f5b896;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 100px;
    margin-bottom: 28px;
    position: relative;
}
.hero h1 {
    font-family: 'DM Serif Display', serif;
    font-size: clamp(32px, 6vw, 62px);
    line-height: 1.12;
    max-width: 860px;
    margin: 0 auto 24px;
    position: relative;
    color: #fff;
}
.hero h1 em {
    font-style: italic;
    color: #e07540!important;
}
.hero-sub {
    font-size: clamp(16px, 2vw, 19px);
    color: rgba(255, 254, 249, 0.65);
    max-width: 580px;
    margin: 0 auto 48px;
    font-weight: 300;
    position: relative;
}
.hero-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 13px;
    color: rgba(255, 254, 249, 0.45);
    position: relative;
}
.toc-card {
    background: #fffef9;
    border: 1px solid var(--border-strong);
    border-left: 4px solid #c0470f;
    border-radius: 12px;
    padding: 28px 32px;
    margin: 60px auto 0;
    max-width: 760px;
}
.toc-lists {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 24px;
}
.toc-card h2 {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #8a7e78;
    margin-bottom: 16px;
}
.toc-list a:hover {
    color: #c0470f;
}
.toc-list a {
    color: #4a403a;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.2s;
}
.toc-list li::before {
    font-size: 11px;
    font-weight: 600;
    color: #c0470f;
    min-width: 24px;
}

.toc-list li{
     list-style: decimal!important; 
    font-size: 11px;
    font-weight: 600;
    color: #c0470f;
    min-width: 24px;
    align-items: baseline;
    gap: 12px;
    border-bottom: 1px solid #f5b896;
    padding: 7px 0;
}
.toc-list a {
    color: #4a403a;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.2s;
}
.article-body {
    padding: 70px 0;
}
.maxx0 {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 24px;
}
.article-body p {
    color: #4a403a;
    margin-bottom: 20px;
    font-size: 17px;
}
.divider {
    border: none;
    border-top: 1px solid #f5b896;
    margin: 56px 0;
}
.article-body h2:first-of-type {
    margin-top: 0;
    padding-top: 0;
}
.article-body h2 {
    font-family: 'DM Serif Display', serif;
    font-size: clamp(24px, 3.5vw, 34px);
    line-height: 1.2;
    color: #1a1410;
    margin: 60px 0 20px;
    padding-top: 60px;
}
.info-box {
    background: #e0f2ef;
    border: 1px solid rgba(13, 110, 100, 0.2);
    border-radius: 12px;
    padding: 24px 28px;
    margin: 32px 0;
}
.article-body h3 {
    font-family: 'DM Sans', sans-serif;
    font-size: 19px;
    font-weight: 600;
    color: #1a1410;
    margin: 36px 0 12px;
}
.steps {
    margin: 40px 0;
}
.step {
    display: flex;
    gap: 20px;
    margin-bottom: 28px;
    align-items: flex-start;
}
.step-num {
    min-width: 40px;
    height: 40px;
    background: #1a1410;
    color: #fffef9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    flex-shrink: 0;
}
.step-content h3 {
    font-size: 17px;
    font-weight: 600;
    margin: 6px 0 6px;
}
.article-body strong {
    color: #1a1410;
    font-weight: 600;
}
.pull-quote {
    border-left: 3px solid #c0470f;
    padding: 20px 28px;
    margin: 36px 0;
    background: #f5e8df;
    border-radius: 0 10px 10px 0;
}
.pull-quote p {
    font-family: 'DM Serif Display', serif;
    font-size: 21px;
    line-height: 1.45;
    color: #1a1410;
    font-style: italic;
    margin: 0;
}
.stat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
    margin: 40px 0;
}
.stat-card:hover {
    box-shadow: 0 8px 40px rgba(26, 20, 16, 0.13);
    transform: translateY(-2px);
}
.stat-card {
    background: #fffef9;
    border: 1px solid #faf8f4;
    border-radius: 14px;
    padding: 24px 20px;
    text-align: center;
    transition: box-shadow 0.2s, transform 0.2s;
}
 .stat-num {
    font-size: 38px;
    color: #c0470f;
    line-height: 1;
    margin-bottom: 8px;
} 
.stat-label {
    font-size: 13px;
    color: #8a7e78;
    line-height: 1.4;
}
.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin: 40px 0;
}
.feature-card {
    background: #fffef9;
    border: 1px solid #fffef9;
    border-radius: 16px;
    padding: 28px 24px;
    transition: box-shadow 0.2s, transform 0.2s;
}
.icon-orange {
    background: #f5e8df;
}
.feature-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 16px;
}
.feature-card h3 {
    font-size: 16px;
    font-weight: 600;
    color: #1a1410;
    margin: 0 0 10px;
}
.use-case-card:hover {
    box-shadow: var(--shadow-lift);
}
.uc-orange {
    background: #f5e8df;
    border-color: rgba(192, 71, 15, 0.15);
}
.uc-teal {
    background: #e0f2ef;
    border-color: rgba(13, 110, 100, 0.15);
}
.uc-gold {
    background: #fdf4dc;
    border-color: rgba(184, 134, 11, 0.15);
}
.uc-indigo {
    background: #eeeffe;
    border-color: rgba(79, 70, 229, 0.12);
}
.highlight-bar {
    background: #1a1410;
    color: #fffef9;
    border-radius: 16px;
    padding: 40px 40px;
    margin: 48px 0;
    position: relative;
    overflow: hidden;
}
.highlight-bar::before {
    content: '';
    position: absolute;
    top: -30px;
    right: -30px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(192, 71, 15, 0.18);
}
.highlight-bar h3 {
    font-family: 'DM Serif Display', serif;
    font-size: 26px;
    color: #fffef9;
    margin-bottom: 12px;
    position: relative;
}
.highlight-bar p {
    color: rgba(255, 254, 249, 0.7);
    margin: 0;
    font-size: 16px;
    max-width: 600px;
    position: relative;
}
thead th {
    padding: 14px 20px;
    text-align: left;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.04em;
}
.table-wrap {
    overflow-x: auto;
    margin: 36px 0;
    border-radius: 14px;
    border: 1px solid #fffef9;
    box-shadow: 0 2px 20px rgba(26, 20, 16, 0.07);
}
table {
    width: 100%;
    border-collapse: collapse;
    background: #fffef9;
}
thead {
    background: #1a1410;
    color: #fffef9;
}
tbody td {
    padding: 13px 20px;
    font-size: 15px;
    color: #4a403a;
    border-top: 1px solid #fffef9;
}
tbody tr:hover td {
    background: #f5e8df;
}
.check {
    color: #0d6e64;
    font-weight: 600;
    font-size: 17px;
}
.use-case-card .uc-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.use-case-card h3 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #1a1410;
}
.use-case-card {
    border-radius: 16px;
    padding: 28px 24px;
    border: 1px solid transparent;
    transition: box-shadow 0.2s;
}
.use-case-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 18px;
    margin: 36px 0;
}
 /* ─── FAQ ─── */
    .faq { margin: 40px 0; }
    .faq-item {
      background: #fff;
      border: 1px solid rgba(26, 20, 16, 0.10);
      border-radius: 12px;
      margin-bottom: 12px;
      overflow: hidden;
    }
    .faq-q {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 24px;
      cursor: pointer;
      font-weight: 600;
      font-size: 15.5px;
      color: #1a1410;
      gap: 16px;
      user-select: none;
    }
    .faq-q:hover { color: #c0470f; }
    .faq-toggle {
      width: 26px;
      height: 26px;
      border-radius: 50%;
      background: #faf8f4;
      border: 1px solid rgba(26, 20, 16, 0.10);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      font-size: 16px;
      transition: background 0.2s;
    }
    
    .faq-item.open .faq-toggle { background: #c0470f; color: white; }
    .faq-a {
      padding: 0 24px;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.35s ease, padding 0.2s;
      font-size: 15px;
      color: #4a403a;
      line-height: 1.7;
    }
    .faq-item.open .faq-a {
      max-height: 240px;
      padding: 0 24px 20px;
    }
.conclusion {
    background: linear-gradient(135deg, #c0470f 0%, #8b2e08 100%);
    color: white;
    padding: 80px 24px;
    text-align: center;
    margin-top: 80px;
} 
    /* ─── CONCLUSION ─── */
    
    .conclusion h2 {
      font-family: 'DM Serif Display', serif;
      font-size: clamp(26px, 4vw, 40px);
      margin-bottom: 18px;
      line-height: 1.2;
      color:#fff;
    }
    .conclusion p {
      font-size: 17px;
      color: rgba(255,255,255,0.8);
      max-width: 540px;
      margin: 0 auto 36px;
    }
    .cta-btn {
      display: inline-block;
      background: white;
      color: #c0470f;
      font-weight: 700;
      font-size: 15px;
      padding: 14px 36px;
      border-radius: 100px;
      text-decoration: none;
      transition: transform 0.2s, box-shadow 0.2s;
    }
    .cta-btn:hover {
      transform: scale(1.04);
      box-shadow: 0 8px 30px rgba(0,0,0,0.25);
    }
