/*
Theme Name: Larrance
Theme URI: https://example.com
Author: Your Name
Author URI: https://example.com
Description: A custom WordPress theme built from scratch
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: larrance
*/

body,
html {
    overflow-x: hidden;
    background-color: #0A0A0A !important;
}

:root {
    --primary-color: #DC2626;
    --heading-color: #FFFFFF;
    --pera-color: #D4D4D4;
    --white-color: #ffffff;
    --black-color: #000000;
    --heading-font: "Bebas Neue", sans-serif;
    --pera-font: "Roboto", sans-serif;
}

.section-padding {
    padding: 100px 10px;
}

.color-black {
    color: var(--black-color) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);
}

p,
span,
a {
    font-family: var(--pera-font);
    color: var(--pera-color);
}

li {
    font-family: var(--segoe);
}

.container {
    max-width: 1480px !important;
    width: 100%;
}

h1 {
    font-size: 95px !important;
}

h2 {
    font-size: 60px !important;
    color: var(--heading-color) !important;
}

h3 {
    font-size: 34px !important;
}

h4 {
    font-size: 32px !important;
}

h5 {
    font-size: 30px !important;
}

h6 {
    font-size: 22px !important;
}

p {
    font-size: 16px !important;
}

/* Header Css Start */
header.header-section {
    padding: 20px 10px;
}

.header-logo-col img {
    max-width: 150px;
    width: 100%;
}

/* Hide submenus by default */

.navbar-nav.header-menu .menu-item a {
    font-size: 16px;
    font-weight: 500 !important;
    color: var(--white-color);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.navbar-nav.header-menu .current-menu-item a,
.navbar-nav.header-menu .menu-item a:hover {
    color: var(--primary-color);
}

.sub-menu li {
    margin: 0px !important;
}

.mobile-menu .sub-menu {
    display: none;
    padding-left: 0;
    margin-top: 10px;
    background: #44444473;
    /* white background */
}

.mobile-menu-offcanvas .mobile-menu li {
    list-style: none;
    margin-bottom: 10px;
}

/* Submenu links */
.mobile-menu .sub-menu li a {
    display: block;
    padding: 10px 15px;
    color: #fffbfb;
    /* default text color */
    text-decoration: none;
}

/* Hover effect */
.mobile-menu .sub-menu li a:hover {
    background: #0e9bd6;
    /* blue background */
    color: #fff;
    /* white text */
}

/* Add arrow icon */
.mobile-menu .menu-item-has-children>a {
    position: relative;
    padding-right: 25px;
    /* space for arrow */
}

.mobile-menu .menu-item-has-children>a::after {
    content: "\25BC";
    /* ▼ down arrow */
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    transition: transform 0.3s;
}

/* Rotate arrow when active */
.mobile-menu .menu-item-has-children.active>a::after {
    transform: translateY(-50%) rotate(180deg);
}



.header-menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    padding: 10px 0px 0px 0px;
    min-width: 180px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.header-menu li.menu-item-has-children:hover>.sub-menu {
    display: block;
}

.header-menu .sub-menu li a {
    display: block;
    padding: 8px 15px;
    color: #333;
    text-decoration: none;
}

.header-menu .menu-item-has-children>a::after {
    content: "\25BC";
    /* ▼ down arrow */
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    transition: transform 0.3s;
}

/* Rotate arrow when active */
.header-menu .menu-item-has-children.active>a::after {
    transform: translateY(-50%) rotate(180deg);
}

.header-menu .sub-menu li a:hover {
    background: #2d87b9;
    color: #fff;
}

.header-menu li {
    list-style: none;
    position: relative;
}

.header-menu .sub-menu li a:hover:before {
    display: none;
}

img.header-logo {
    width: 100%;
    max-width: 100%;
}

.header-cta-canvas-col {
    display: flex;
}

div#mobmenu-custom {
    display: none;
}

.header-menu {
    position: relative;
    padding: 11px 0;
}


.navbar-nav.header-menu {
    gap: 40px;
    flex: 1;
    justify-content: end;
}



.mobile-menu-offcanvas .mobile-menu .current-menu-item a {
    color: var(--primary-color);
}

.mobile-menu-offcanvas {
    display: none;
}

/* Header Css End */

/* Home Page Css Start */

.glob-btn {
    background: var(--primary-color);
    display: inline-block;
    color: var(--white-color);
    text-transform: uppercase;
    text-decoration: none;
    padding: 16px 30px;
    letter-spacing: 1px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.glob-btn:hover{
    background:#000;
    color:#fff;
}


.hero-video-section .video-wrapper video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.hero-section.hero-video-section {
    background: url('/wp-content/uploads/2025/11/hero-bg-img-scaled.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.hero-section.hero-video-section:after {
    position: absolute;
    content: '';
    background: linear-gradient(180deg, rgb(0 0 0 / 75%) 0%, rgb(0 0 0 / 64%) 50%, rgb(0 0 0) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.hero-content-col {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-content-col h1 {
    text-align: center;
    color: #fff;
    line-height: 1.2em;
}

.hero-content-col .video-play-icon {
    font-size: 33px;
    background: #ffffff8f;
    width: 75px;
    height: 75px;
    align-content: center;
    border-radius: 50px;
    color: #092340;
    position: absolute;
    top: -100px;
}

span.hero-heading-span {
    background: #dc2626a3;
    clip-path: polygon(3% 0, 100% 0%, 97% 100%, 0% 100%);
    padding: 0px 35px;
    font-family: var(--heading-font);
    color: #fff;
}


/* Section heading centered, small divider above */
.about-section-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 28px
}

.about-section-header .subtle {
    font-size: 14px;
    color: var(--primary-color);
    letter-spacing: 2px;
    font-weight: 700;
}

.sub-heading {
    position: relative;
}

.sub-heading:before {
    position: absolute;
    content: '';
    background: var(--primary-color);
    width: 50px;
    height: 1px;
    bottom: 5px;
    left: -65px;
}

.sub-heading:after {
    position: absolute;
    content: '';
    background: var(--primary-color);
    width: 50px;
    height: 1px;
    bottom: 5px;
    right: -65px;
}

.about-section-header h2 {
    text-transform: uppercase;
    margin: 20px 0;
}

.text-col p {
    color: var(--pera-color);
    line-height: 1.5em;
    font-size: 18px !important;
}

.text-col .lead {
    margin-bottom: 16px
}

/* Image card styles — match the boxed photo with rounded corners and a subtle border */
.img-card {
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
    background: #111;
}

.img-card img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover
}

/* Red badge with large number overlapping the image */
.badge-box {
    position: absolute;
    left: -18px;
    bottom: -18px;
    background: var(--primary-color);
    color: #fff;
    padding: 20px;
    border-radius: 6px;
    font-weight: 700;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.45);
}

.badge-box .num {
    font-size: 48px;
    font-family: var(--heading-font);
    font-weight: 500;
    display: block;
    line-height: 1.3em;
}

.badge-box .txt {
    font-size: 14px;
    font-family: var(--pera-font);
    font-weight: 500;
    text-transform: uppercase;
}

.services-section {
    position: relative;
    background: url('/wp-content/uploads/2025/11/service-section-bg-scaled.webp') no-repeat center center/cover;
    padding: 80px 0
}


/* Container to sit above the background */
.services-inner {
    position: relative;
    z-index: 2
}

/* Heading styles */
.services-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 36px
}

.services-header .small {
    font-family: Roboto;
    font-size: 12px;
    color: var(--primary);
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 6px
}

.services-header h2 {
    font-family: 'Bebas Neue', sans-serif;
    color: var(--muted-white);
    font-size: 44px;
    margin: 0;
    letter-spacing: 2px
}

/* Individual service card */
.service-card {
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    min-height: 500px;
    display: flex;
    align-items: flex-end;
    background: #111;
    border: 2px solid transparent;
    transition: all .28s ease;
    cursor: pointer;
}

/* Card image as background */
.service-card .bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center center;
    transform: scale(1.03);
    transition: transform .6s ease
}

/* Dark overlay that becomes darker on hover */
.service-card .overlay {
    position: absolute;
    inset: 0;
    transition: all 0.4s ease;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, #000000 100%);
}

/* Content area at the bottom (title + reveal details) */
.service-content {
    position: relative;
    padding: 28px;
    z-index: 3;
    color: var(--muted-white);
    width: 100%
}

.service-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 20px;
    color: #fff;
    margin: 0 0 6px
}

.service-desc {
    font-size: 14px !important;
    color: var(--pera-color);
    transform: translateY(8px);
    transition: all .28s ease;
    height: 0;
    overflow: hidden;
}

.service-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    margin-top: 12px;
    color: var(--primary-color);
    font-weight: 600;
    transform: translateY(6px);
    transition: all .28s ease;
    text-decoration: none;
}

/* Hover state: show border, lift image and reveal details */
.service-card:hover {
    border-color: var(--primary-color);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.55);
}

.service-card:hover .bg {
    transform: scale(1.06)
}

.service-card:hover .overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.7) 60%)
}

.service-card:hover .service-desc {
    transform: none;
    height: auto;
}

/* subtle move on hover for the whole card */
.service-card:active {
    transform: translateY(1px)
}

/* small red outline box on the left card in reference — we only show on hover per requirement */
/* optional modifier class if you want to force an outline on a specific card */
.service-card.outline-left {
    border-color: var(--primary)
}

/* Learn more arrow */
.service-cta svg {
    width: 12px;
    height: 12px;
    fill: var(--primary)
}

/* Home Page Css End */

/* About Page Css Start */

.inner-page-banner {
    position: relative;
    width: 100%;
    height: 550px;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    color: #fff;
    overflow: hidden;
}

.inner-page-banner .banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgb(0 0 0 / 82%) 0%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0.85) 100%);
    z-index: 0;
}

/* Content wrapper sits above overlay */
.banner-inner {
    position: relative;
    z-index: 2;
    padding: 3rem 1rem
}

.banner-text .label {
    font-family: Roboto, sans-serif;
    color: var(--primary-color);
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.banner-text .label .label-line {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 2px;
    background: var(--primary-color);
    margin: 0 10px;
}

/* Main title styled with Bebas Neue to match the reference */
.banner-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(36px, 8vw, 88px);
    line-height: 0.95;
    margin: 0 0 12px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}

/* Subheading / small description */
.banner-sub {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
}

.scroll-indicator {
    position: absolute;
    left: 50%;
    bottom: 28px;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.scroll-indicator img {
    height: 34px;
    animation: scroll-bounce 2.6s ease-in-out infinite;
}

/* Smooth up-down keyframes */
@keyframes scroll-bounce {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(10px)
    }

    100% {
        transform: translateY(0)
    }
}

section.out-story {
    background: url('/wp-content/uploads/2025/11/service-section-bg-scaled.webp');
}

.texture-bg {
    background: url('/wp-content/uploads/2025/11/service-section-bg-scaled.webp');
    background-position: center center;
    background-size: cover;
}

.border-left-pera {
    border-left: 6px solid var(--primary-color);
    padding-left: 25px;
}

.counter-section {
    background: var(--black-color);
    text-align: center;
    border: 1px solid #262626;
    padding: 40px;
    max-width: 444px;
}

.counter-section img {
    max-width: 80px;
    width: 100%;
}

.counter-section h5 {
    font-size: 75px !important;
    color: var(--primary-color);
    margin: 0;
}

.counter-section h4 {
    color: #fff;
    font-size: 90px !important;
    margin: 0;
}

.counter-section p {
    color: #A3A3A3;
    font-size: 16px;
    font-weight: 400;
}

.label {
    font-family: Roboto, sans-serif;
    color: var(--primary-color);
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.label .label-line {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 2px;
    background: var(--primary-color);
    margin: 0 10px;
}

.gallery-section .container {
    text-align: center;
}

.img-col {
    position: relative;
}

.img-col img {
    max-width: 100%;
    width: 100%;
    position: relative;
    z-index: 9;
}

.cta-banner-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.cta-banner-section .container {
    position: relative;
    z-index: 1;
}

.cta-banner-section:after {
    position: absolute;
    content: '';
    background: linear-gradient(90deg, #000000 0%, rgba(70, 8, 9, 0.4) 50%, #000000 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.cta-banner-section p {
    color: #A3A3A3;
}

.glob-outline-cta {
    background: transparent;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 16px 30px;
    border: 1px solid #404040;
    transition: all 0.3s ease-in-out;
}
.glob-outline-cta:hover {
    background:var(--primary-color);
}

.cta-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 35px;
    flex-wrap: wrap;
}

.every-project-section p:nth-of-type(2) {
    max-width: 1110px;
    width: 100%;
    margin: 0 auto;
}


/* About Page End */

/* Our Services Page Start */

.steel-section {
    background-color: var(--black-color);
    color: var(--pera-color);
}

.steel-section .content-box {
    max-width: 600px;
}

.row.img-right-section {
    margin: 110px 0;
}

.content-box .heading::after {
    content: "";
    display: block;
    width: 80px;
    height: 5px;
    background: var(--primary-color);
    margin-top: 8px;
}

.content-box p {
    font-family: var(--pera-font);
    font-size: 0.95rem;
    color: var(--pera-color);
    line-height: 1.6;
}

.image-box {
    position: relative;
    display: inline-block;
}

.image-box img,
.image-box-right img {
    width: 100%;
    display: block;
    position: relative;
    z-index: 9;
}

.image-box:before {
    position: absolute;
    content: '';
    background: var(--primary-color);
    width: 250px;
    height: 250px;
    top: -10px;
    left: -10px;
    z-index: 9;
    clip-path: polygon(0 0, 0 100%, 100% 0);
    transition: all 0.5s ease-in-out;
}

.image-box:hover:before {
    width: 350px;
    height: 350px;
}


.img-left-section .image-box:after {
    position: absolute;
    content: '';
    background: #dc26262e;
    width: 150px;
    height: 150px;
    right: -25px;
    bottom: -25px;
}

.image-box-right:after {
    position: absolute;
    content: '';
    background: #dc26262e;
    width: 150px;
    height: 150px;
    bottom: -15px;
    right: 100px;

}

/* Our Services Page End */

/* Contact Page Start */

.contact-info-col {
    background: #000;
    border: 2px solid #262626;
    padding: 50px 30px;
    transition: all 0.3s ease;
    height: 100%;
}

.contact-info-col:hover {
    border-color: var(--primary-color);
}

.contact-info-col:hover .fa-solid {
    background: var(--primary-color);
    color: #fff;
}

.contact-info-col .fa-solid {
    background: #dc26264a;
    padding: 15px;
    font-size: 20px;
    color: #DC2626;
    width: 55px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.contact-info-col h6 {
    font-family: var(--heading-font);
    color: #fff;
    margin-top: 20px;
}

.start-project-section {
    background-color: var(--black-color);
    color: #A3A3A3;
}

.start-project-section .label-line {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 2px;
    background: var(--primary-color);
    margin: 0 10px;
}

.start-project-section .section-subtitle {
    color: var(--primary-color);
}

.section-title {
    font-family: var(--heading-font);
    font-size: 2.2rem;
    color: var(--heading-color);
    letter-spacing: 1px;
}

.section-title span {
    color: var(--primary-color);
}

.section-text {
    color: #A3A3A3;
    font-family: var(--pera-font);
    font-size: 0.95rem;
}

/* Gravity Form Styling */
.contact-page-form {
    font-family: var(--pera-font);
}

.contact-page-form input[type="text"],
.contact-page-form input[type="email"],
.contact-page-form input[type="tel"],
.contact-page-form textarea {
    width: 100%;
    background: transparent;
    border: 1px solid #262626;
    color: var(--white-color);
    font-size: 16px !important;
    padding: 15px 12px !important;
    border-radius: 0;
    font-family: var(--pera-font);
}

.contact-page-form select {
    width: 100%;
    background: transparent;
    border: 1px solid #262626;
    color: var(--white-color);
    font-size: 16px !important;
    padding: 15px 12px !important;
    border-radius: 0;
    font-family: var(--pera-font);
}


.contact-page-form input::placeholder,
.contact-page-form textarea::placeholder {
    color: #888;
}

.contact-page-form textarea {
    min-height: 120px;
}

.contact-page-form .gform_footer input[type="submit"],
.contact-page-form .gform_button {
    background: var(--primary-color);
    color: var(--white-color);
    border: none;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    width: 100%;
    padding: 12px 0;
    border-radius: 2px;
    transition: 0.3s ease;
    font-family: var(--pera-font);
}

.contact-page-form .gform_footer input[type="submit"]:hover,
.contact-page-form .gform_button:hover {
    background: #b91c1c;
}
.contact-page-form select option{
       color: #000; 
}

/* Right Side Info */
.info-area h5 {
    font-family: var(--heading-font);
    color: var(--heading-color);
    text-transform: uppercase;
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.info-area p {
    color: #A3A3A3;
    margin-bottom: 0;
}

.service-list {
    list-style: none;
    padding: 0;
    margin: 15px 0 30px;
}

.service-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #A3A3A3;
    font-size: 16px;
    margin-bottom: 10px;
}

.info-box.info-box-1 {
    background: #080808;
    padding: 20px 30px;
    border-top: 2px solid var(--primary-color);
}

img.map-icon {
    max-width: 27px;
    width: 100%;
    margin-right: 10px;
}

.location-check-icon {
    max-width: 20px;
    width: 100%;
}

.info-main-box {
    padding: 10px 30px;
}

.cta-banner-section .label {
    font-weight: 700;
}

.cta-banner-section .label .label-line {
    width: 75px;
    height: 3px;
    margin: 0 15px;
}

.contact-page-form .gfield_label {
    font-weight: 400 !important;
    color: #D4D4D4;
}

.contact-info-col a,
.contact-info-col p {
    color: #A3A3A3;
    text-decoration: none;
}




/* Blog Page Start */

.blog-page-container .blog-col {
    background: #FFFFFF;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    position: relative;
}

.blog-inner-detail h3 a {
    color: #101828;
    font-size: 20px !important;
    font-weight: bold;
    font-family: var(--segoe);
    line-height: 1.4em;
}

.blog-page-container .sidebar {
    padding-left: 25px;
    border-left: 2px solid #000;
}

.blog_categories ul.list-unstyled li {
    background: linear-gradient(90deg, #6717CD, #C82090, #6717CD);
    background-size: 300% 300%;
    animation: gradientMove 6s ease infinite;
    padding: 15px;
}

.blog_categories ul.list-unstyled li a {
    color: #fff !important;
}

.col-sm-12.col-lg-8.blog-grid-column {
    padding-right: 40px;
}

/* Blog Page End */

/* Single Blog Page Start */

.single-blog-content .single-featured-img img {
    height: 550px;
    object-fit: cover;
}

.single-meta .single-category i,
.single-meta .single-date i {
    color: var(--primary-color);
}

.single-blog-container .single-blog-content {
    padding-right: 40px;
}

.single-blog-container .sidebar {
    padding-left: 25px;
    border-left: 2px solid #000;
}

/* Single Blog Page End */



/* Footer CSS Start */

footer {
    padding: 80px 10px 14px;
}

.row.footer-row {
    padding-bottom: 80px;
}

img.footer-logo {
    max-width: 430px;
    width: 100%;
}

.logo-col p {
    color: #A3A3A3;
    margin-top: 30px;
}

footer .col-sm-12:nth-child(2) {
    padding-left: 60px !important;
}

.footer-heading {
    font-size: 20px !important;
    max-width: max-content;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.footer-menu {
    list-style: none;
    padding: 0;
    row-gap: 10px;
}

.service-area-col img {
    max-width: 100px;
    width: 100%;
    margin-bottom: 20px;
}

.footer-menu li a {
    font-size: 18px;
    color: #A3A3A3;
    text-decoration: none;
    max-width: max-content;
    text-transform: uppercase;
}

.footer-contact-info a,
.footer-contact-info p {
    color: #A3A3A3;
    text-decoration: none;
    font-weight: 400;
    max-width: max-content;
}

.footer-contact-info {
    display: flex;
    gap: 15px;
    margin-bottom: 22px;
    align-items: center;
}

.footer-contact-info i {
    color: var(--primary-color);
    font-size: 22px;
    text-align: left;
}

.footer-social {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.footer-social .fa-brands {
    color: #fff;
    font-size: 18px;
    transition: all ease 0.4s;
}

.footer-social a {
    background: #171717;
    padding: 10px;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}

.footer-social a:hover {
    background: var(--primary-color);
}

.row.copyright {
    border-top: 1px solid #fff;
    padding-top: 14px;
}

p.copyright-text {
    max-width: fit-content;
    color: #A3A3A3;
}

/* Footer CSS END */

/* Media Query Start */

@media(min-width: 991px) {

    .header-menu-row ul#menu-header-nav li a:before {
        content: '';
        background-color: #000;
        width: 0%;
        height: 2px;
        position: absolute;
        bottom: -3px;
        left: 0;
        transition: 0.5s ease;
    }

    .header-menu-row ul#menu-header-nav li a {
        position: relative;
    }

    .header-menu-row ul#menu-header-nav li a:hover:before {
        width: 100%;
    }

    .header-menu-row ul#menu-header-nav .current-menu-item a:before {
        width: 100%;
    }

}

/* Max Width 391px */
@media(max-width:391px) {

    .mobile-menu-offcanvas {
        width: 300px !important;
        max-width: 100% !important;
    }
}

/* END */

/* Max Width 500px */
@media(max-width:500px) {
    .badge-box {
        left: -5px;
        bottom: -18px;
    }

    span.hero-heading-span {
        padding: 0px 15px;
    }

    .banner-text .label .label-line {
        width: 45px;
    }
}

/* END */

/* Max Width 600px */

@media(max-width:600px) {}

/* END */

/* Max Width 767px */
@media(max-width:767px) {

    h1 {
        font-size: 32px !important;
        text-align: center !important;
    }

    h2 {
        font-size: 28px !important;
    }

    h3 {
        font-size: 26px !important;
    }

    h4 {
        font-size: 24px !important;
    }

    h5 {
        font-size: 22px !important;
    }

    h6 {
        font-size: 20px !important;
    }

    p {
        font-size: 16px !important;
    }


    .single-post-container #primary {
        max-width: 100% !important;
        width: 100% !important;
        flex: unset !important;
    }

    .single-post-container aside#secondary {
        max-width: 100% !important;
        width: 100% !important;
        flex: unset !important;
    }

    .recnt_sidebar {
        padding-left: 0;
        border-left: none;
    }

    img.attachment-large.size-large.wp-post-image {
        max-width: 100%;
        height: 450px;
        object-fit: cover;
        object-position: center;
    }

    .single-post-container {
        padding: 50px 10px;
        flex-wrap: wrap;
    }

    .blog-page-container .col-md-4 {
        padding: 0 20px;
        border-left: none;
    }

    .blog-page-container .col-md-8 {
        padding-right: 10px;
    }

    .footer-row .logo-col {
        margin-bottom: 20px !important;
    }

    .row.footer-row .col-sm-12 {
        max-width: 100%;
        text-align: center;
    }

    .row.footer-row .footer-heading {
        margin: 20px auto 30px;
    }

    .footer-contact-info {
        justify-content: center;
    }

    .footer-social {
        justify-content: center;
    }


    .single-blog-content .single-featured-img img {
        height: auto;
    }

    footer .col-sm-12:nth-child(2) {
        padding-left: 0px !important;
    }

    img.footer-logo {
        max-width: 180px;
        width: 100%;
    }

    .row.footer-row {
        padding-bottom: 40px;
    }

    .img-card {
        max-width: 400px;
        width: 100%;
        margin: 0 auto 20px;
    }

    .about-section-wrap {
        padding: 28px 0
    }

    .hero {
        min-height: 350px;
        height: 500px;
    }

    .text-col p {
        font-size: 16px !important;
    }

    .banner-title {
        font-size: 36px
    }

    .banner-inner {
        padding-top: 2rem;
        padding-bottom: 2.5rem
    }

    .scroll-indicator {
        bottom: 18px
    }

    .inner-page-banner {
        height: 400px;
    }

    .counter-section {
        max-width: 320px;
        margin: 0 auto;
    }

    .out-story .col-lg-7 {
        text-align: center;
    }

    .contact-info-section .col-md-4 {
        max-width: 250px;
    }

    .contact-info-section .contact-info-col {
        text-align: center !important;
        padding: 50px 10px;
    }

    .section-padding {
        padding: 40px 10px;
    }

    .hero-section.hero-video-section {
        height: 500px;
    }

    .service-card {
        max-width: 450px;
        margin: 0 auto;
    }

    .counter-section h4,
    .counter-section h5 {
        font-size: 50px !important;
    }

    .img-col {
        max-width: 450px !important;
        width: 100%;
        margin: 0 auto;
    }

    .service-list {
        max-width: 200px;
        margin: 20px auto 20px;
    }



}


/* End */

/* Max Width 1024px */

@media(max-width: 1024px) {}

/* End */


/* Min Width 768px */
@media(min-width:768px) {}

/* End */

/* Max Width 880px */

@media(max-width:880px) {
    .mobile-menu-offcanvas {
        display: block;
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        width: 365px;
        background: #2c2c2c;
        height: 100vh;
        padding: 20px;
        opacity: 0;
        transition: all 0.6s ease;
        transform: translateX(-100%);
    }

    .mobile-menu-offcanvas.open {
        opacity: 1;
        transform: translateX(0);
        z-index: 9;
    }

    .mobile-menu-offcanvas .mobile-logo {
        max-width: 180px;
        margin-bottom: 60px;
        margin-top: 8px !important;
    }

    .mobile-menu-offcanvas .mobile-menu li {
        list-style: none;
        margin-bottom: 18px;
    }

    .mobile-menu-offcanvas .mobile-menu li a {
        color: var(--white-color);
        font-family: var(--pera-font);
        text-decoration: none;
        font-size: 18px;
    }

    .mobile-menu-offcanvas .mobile-menu {
        padding: 0;
    }

    .menu-close {
        position: absolute;
        top: 20px;
        right: 10px;
        padding: 8px;
        width: 40px !important;
        border-radius: 3px;
        font-size: 20px;
    }

    div#mobmenu-custom {
        background: var(--primary-color);
        padding: 8px 10px;
        width: max-content;
        display: flex;
        align-items: center;
        column-gap: 5px;
        cursor: pointer;
        border-radius: 0px;
    }

    /* Hamburger lines */
    #mobmenu-custom span {
        display: block;
        height: 2px;
        width: 18px;
        background: #fff;
        border-radius: 2px;
        transition: all 0.4s ease;
        position: relative;
    }

    /* Space between bars */
    #mobmenu-custom span:not(:last-child) {
        margin-bottom: 4px;
    }

    /* Active (cross) state */
    #mobmenu-custom.active span:nth-child(1) {
        transform: rotate(45deg);
        top: 5px;
    }

    #mobmenu-custom.active span:nth-child(2) {
        opacity: 0;
    }

    #mobmenu-custom.active span:nth-child(3) {
        transform: rotate(-45deg);
        top: -7px;
    }

    .navbar-nav.header-menu {
        display: none !important;
    }

    div#mobmenu-custom p {
        color: #fff;
        font-size: 14px !important;
        font-weight: bold;
        margin-top: 1px !important;
    }

}

/* End */

@media only screen and (min-width: 992px) and (max-width: 1162px) {
    .image-box:hover:before {
        width: 280px;
        height: 280px;
    }
}


/* Max Width 991px */
@media(max-width:991px) {

    .thank-fir-row {
        margin-bottom: 20px;
    }

    .thank-sec-row {
        display: flex;
        flex-direction: column;
    }

    .blog-page-container .sidebar,
    .single-blog-container .sidebar {
        padding-left: 0;
        border-left: unset;
        padding: 0 20px;
    }

    .col-sm-12.col-lg-8.blog-grid-column,
    .single-blog-container .single-blog-content {
        padding-right: 15px;
    }

    .blog-grid-column .row {
        margin: 0 !important;
    }

    .blog-page-container.section-padding {
        padding: 10px;
    }

    .about-section-wrap .row.content-row {
        flex-direction: column-reverse;
    }

    .services-section .row.services-grid {
        justify-content: center;
        gap: 20px 0;
    }

    .hero-inner {
        padding: 0 40px
    }

    .text-col {
        padding-right: 40px
    }

    .text-col p {
        text-align: center;
    }

    .banner-text .label,
    .banner-sub,
    .banner-title {
        text-align: center;
    }

    .content-col {
        text-align: center;
        margin-top: 40px !important;
    }

    .img-left-section .image-box,
    .img-right-section .image-box-right {
        max-width: 600px;
        width: 100%;
        margin: 0 auto;
    }

    .img-left-section .content-box,
    .img-right-section .content-box {
        padding: 50px 0 0 !important;
        text-align: center;
        margin: 0 auto;
    }

    .content-box .heading::after {
        margin: 10px auto 0;
    }

    .form-area .section-subtitle,
    .form-area .section-title,
    .form-area .section-text,
    .info-box {
        text-align: center;
    }

    .form-area .section-subtitle .label-line {
        display: none;
    }

    .text-col p {
        font-size: 16px !important;
    }

    .img-left-section .col-md-12.col-lg-6 {
        text-align: center;
    }

    .row.img-right-section {
        margin: 60px 0;
    }

    .image-box:hover:before {
        width: 280px;
        height: 280px;
    }

}

/* End */

@media(min-width:992px) {}

@media only screen and (min-width: 768px) and (max-width: 1193px) {
    .blog-inner-detail {
        height: 60%;
    }

    .blog-inner-col {
        height: 600px;
    }

    a.read-more-btn {
        position: absolute;
        bottom: 60px;
    }
}

/* Min Width 768px to Max Width 991px */
@media(min-width:768px) and (max-width:991px) {
    .img-card {
        max-width: 500px;
        width: 100%;
        margin: 0 auto 20px;
    }

    .service-card {
        min-height: 450px;
    }

    .inner-page-banner {
        height: 450px;
    }

    .img-col {
        max-width: 700px !important;
        width: 100%;
        margin: 0 auto;
    }

    .hero-section.hero-video-section {
        height: 550px;
    }

    .section-padding {
        padding: 70px 10px;
    }

}






/* End */

/* Min Width 768px to Max Width 1024px */
@media(min-width:768px) and (max-width:1024px) {


    h1 {
        font-size: 42px !important;
    }

    h2 {
        font-size: 32px !important;
    }

    h3 {
        font-size: 28px !important;
    }

    h4 {
        font-size: 26px !important;
    }

    h5 {
        font-size: 24px !important;
    }

    h6 {
        font-size: 22px !important;
    }


    p {
        font-size: 16px !important;
    }
}

/* End */



/* Min Width 992px to Max Width 1200px */
@media(min-width:992px) and (max-width:1200px) {}


/* End */



/* Min Width 992px to Max Width 1090px */
@media(min-width:992px) and (max-width:1090px) {

    .footer-col:nth-child(2) {
        padding-left: 60px !important;
    }

    .footer-contact-info {
        gap: 8px;
    }

    .footer-contact-info img {
        width: 17px !important;
    }

    .contact-info span {
        font-size: 16px;
    }
}

/* End */



/* Min Width 992px to Max Width 1024px */
@media(min-width:992px) and (max-width:1024px) {}

/* End */


/* Min Width 1025px */
@media(min-width:1025px) {}

/* End */

/* Min Width 1025px to Max Width 1199px */
@media(min-width:1025px) and (max-width:1199px) {
    h1 {
        font-size: 60px !important;
    }

    h2 {
        font-size: 34px !important;
    }

    h3 {
        font-size: 32px !important;
    }

    h4 {
        font-size: 30px !important;
    }

    h5 {
        font-size: 28px !important;
    }

    h6 {
        font-size: 26px !important;
    }

}

/* End */

@media(min-width:768px) and (max-width:1099px) {
    footer .col-sm-12:nth-child(2) {
        padding-left: 0px !important;
    }

    .menu-col {
        max-width: 20% !important;
        width: 100% !important;
    }

    .footer-contact-col {
        max-width: 30% !important;
        width: 100% !important;
    }

    .service-area-col {
        max-width: 20% !important;
        width: 100% !important;
    }

    .footer-social-col {
        max-width: 30% !important;
        width: 100% !important;
    }

    img.footer-logo {
        max-width: 250px;
        width: 100%;
    }

    .footer-row {
        justify-content: center;
    }

    .footer-row .logo-col {
        max-width: 100%;
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }

    .row.footer-row {
        padding-bottom: 40px;
    }
}

@media(min-width:1100px) {
    .footer-row .logo-col {
        max-width: 28% !important;
        width: 100%;
    }

    .footer-row .menu-col {
        max-width: 18% !important;
        width: 100%;
    }

    .footer-row .footer-contact-col {
        max-width: 20% !important;
        width: 100%;
    }

    .footer-row .footer-social-col {
        max-width: 16% !important;
        width: 100%;
    }
}

@media(max-width:1499px) {
    .img-col:before {
        position: absolute;
        content: '';
        background: var(--primary-color);
        width: 200px;
        height: 200px;
        top: -10px;
        z-index: 9;
        left: 0px;
        clip-path: polygon(0 0, 0 100%, 100% 0);
        transition: all 0.5s ease-in-out;
    }

    .img-col:hover:before {
        width: 250px;
        height: 250px;
    }

    .image-box-right:before {
        position: absolute;
        content: '';
        background: var(--primary-color);
        width: 200px;
        height: 200px;
        top: -10px;
        right: -10px;
        z-index: 9;
        clip-path: polygon(0 0, 100% 100%, 100% 0);
        transition: all 0.5s ease-in-out;
    }

    .image-box-right:hover:before {
        width: 250px;
        height: 250px;
    }
}

@media(min-width:1500px) {
    .img-col:before {
        position: absolute;
        content: '';
        background: var(--primary-color);
        width: 250px;
        height: 250px;
        top: -10px;
        z-index: 9;
        left: 0px;
        clip-path: polygon(0 0, 0 100%, 100% 0);
        transition: all 0.5s ease-in-out;
    }

    .img-col:hover:before {
        width: 400px;
        height: 400px;
    }

    .image-box-right:before {
        position: absolute;
        content: '';
        background: var(--primary-color);
        width: 250px;
        height: 250px;
        top: -10px;
        right: -10px;
        z-index: 9;
        clip-path: polygon(0 0, 100% 100%, 100% 0);
        transition: all 0.5s ease-in-out;
    }

    .image-box-right:hover:before {
        width: 300px;
        height: 300px;
    }
}