/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com/
Description: Child theme for the Hello Elementor theme
Author: Hassan Ahmed Khan
Author URI: https://example.com/
Template: hello-elementor
Version: 1.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
    font-size: 0.8333333333vw;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

/* Font Scalablitiy  */
@media (max-width:991px) {
    html {
        font-size: 1.3333334vw;
    }
}

@media (max-width:600px) {
    html {
        font-size: 4.102564103vw;
    }
}

::-webkit-scrollbar {
    width: 0.438rem;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0;
    border-radius: 0.375rem;
    background-image: linear-gradient(220deg, #e0c745 0%, #e0c745 79%);
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.5);
}

/* Project Setup  */
body {
    overflow: hidden;
    scroll-behavior: smooth;
font-family: "Lora", Sans-serif !important;
}


body .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0 !important;
}

body .elementor-widget:not(:last-child) {
    margin-block-end: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
li,
p,
span {
    margin: 0 !important;
    transition: all 0.4s ease-out;
}

.myContainer {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
}

.sec-padded {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
}

.top-padded {
    padding-top: 6.25rem;
}

.bottom-padded {
    padding-bottom: 6.25rem;
}

.m-bottom {
    margin-bottom: 2rem !important;
}

body .elementor-widget:not(:last-child).m-bottom {
    margin-bottom: 2rem !important;
}

.m-bottom-2 {
    margin-bottom: 2.5rem !important;
}

h1 {
    font-size: 6rem !important;
font-family: "Lora", Sans-serif !important;
    color: white !important;
    text-align: center;
}

h2 {
    font-size: 3.5rem !important;
font-family: "Lora", Sans-serif !important;
    color: black !important;
}

p,li {
    font-size: 1.5rem !important;
    font-family: "Lato", sans-serif !important;
    font-weight: 400 !important;
    color: black !important;
}

/* Homepage  */

.header {
    transition: all 0.4s ease-out;
}

.header ul {
    display: flex;
    justify-content: flex-end;
    gap: 2rem;
}

.header ul li a {
    font-size: 1.5rem;
    font-weight: 500;
}

.header ul li.contactBtn a {
    padding: 1rem 1.5rem !important;
    color: white !important;
    background: #e0c745;
    transition: all 0.4s ease-out;
    border: 0.063rem solid #e0c745 !important;
}

/* .header ul li.contactBtn:hover a {
    color: white !important;
    background: black !important;
    border: 0.063rem solid black !important;
} */

.contactBtn a:after {
    display: none !important;
}

.home .header {
    position: absolute;
    width: 100% !important;
}

.header {
    z-index: 5;
    width: 100% !important;
}

.home .header img {
    filter: brightness(0) saturate(100%) invert(98%) sepia(7%) saturate(132%) hue-rotate(183deg) brightness(115%) contrast(100%);
}

.header img {
    width: 20rem;
}

.home .header ul li a {
    color: white !important;
}

.home .header ul li a:after {
    background: white !important;
}

.header {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.header img {
    width: 15rem !important;
}

.header .elementor-widget-image {
    text-align: left;
}

.heroSec:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #00000070;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

.heroSec .e-hosted-video {
    height: 55rem !important;
    width: 100%;
}

.heroContent {
    position: absolute !important;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60% !important;
    z-index: 2;
}

.heroSec p {
    text-align: center;
    color: white !important;
}

.elementor-editor-active .heroSec {
    position: relative !important;
}

.twoColSec section .elementor-container {
    justify-content: space-between;
}

.twoColSec section .elementor-column {
    width: 48% !important;
}

.home .header-scrolled {
    background: #000000;
}

.header-scrolled {
    background: white;
}

.twoColSec img {
    object-fit: cover !important;
    border-radius: 1.5rem !important;
}

.whatWeDoGrid .elementor-container {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.whatWeDoGrid .elementor-container .iconBox {
    width: 100%;
    padding: 2rem 5rem;
    border: 0.125rem solid #e0c745;
    border-radius: 1.25rem;
    transition: all 0.4s ease-out;
}

.whatWeDoGrid .elementor-container .iconBox:hover {
    border-color: black;
}

.whatWeDoGrid img {
    filter: brightness(0) saturate(100%) invert(36%) sepia(12%) saturate(4565%) hue-rotate(109deg) brightness(90%) contrast(94%);
    width: 4rem;
    margin-bottom: 1rem;
    transition: all 0.4s ease-out;
}

.whatWeDoGrid .iconBox:hover img {
    filter: none;
}

h2 span {
    color: #e0c745 !important;
    position: relative;
}


h2 span:before {
    width: 100%;
    height: 0.2rem;
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    background: #e0c745;
    left: 0;
}

.bg-sec {
    background: #f6f6f6 !important;
}

.twoColSec ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.twoColSec ul li span {
    font-size: 1.5rem !important;
    font-family: 'Lato' !important;
    color: black !important;
}

.footer .col-1 {
    width: 40% !important;
}

.footer .col-2,
.footer .col-3,
.footer .col-4 {
    width: 15% !important;
}

.footer section .elementor-container {
    justify-content: space-between;
}

.footer .col-1 img {
    width: 15rem;
}

.footer .col-1 .elementor-widget-image {
    text-align: left;
    margin-bottom: 1rem !important;
}

h3 {
    font-size: 2rem !important;
font-family: "Lora", Sans-serif !important;
    font-weight: 700 !important;
    color: #e0c745 !important;
    margin-bottom: 2rem !important;
}

li.elementor-icon-list-item span {
    font-size: 1.5rem !important;
    font-family: 'Lato' !important;
    color: black !important;
    margin-bottom: 1rem !important;
}

.footer .col-4 ul.elementor-icon-list-items {
    margin: 0;
    gap: 0.5rem;
}

.copyright {
    padding-top: 2rem;
    border-top: 0.063rem solid black;
}

/* About Page  */
.pageTitle {
    padding: 3rem 0;
}

p#breadcrumbs {
    margin-bottom: 1rem !important;
}

p#breadcrumbs a {
    color: #e0c745;
    text-decoration: underline;
}

.bgImageSec img {
    height: 40rem !important;
}

.bgImageContent {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50% !important;
    z-index: 2;
}

.bgImageContent h2,
.bgImageContent p {
    color: white !important;
}

.bgImageSec::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #00000070;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

.valuesGrid.whatWeDoGrid .elementor-container {
    grid-template-columns: repeat(4, 1fr);
}

.valuesGrid h3 {
    margin-bottom: 1rem !important;
}

.valuesGrid.whatWeDoGrid .elementor-container .iconBox {
    padding: 2rem;
}

.m-top {
    margin-top: 2rem !important;
}

/* Contact Page  */

.areaGrid h3 {
    margin: 0 !important;
}

.contactGrid a {
    color: black;
    text-decoration: underline !important;
}

.contact-form .wrapper {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.contactForm section .elementor-container {
    justify-content: space-between;
}

.contact-form .wrapper input {
    height: 3.5rem;
    border-radius: 0;
    border: 0.063rem solid black;
    color: black;
    font-size: 1.25rem;
}

.contact-form .wrapper input::placeholder,
.contact-form .wrapper textarea::placeholder {
    color: black;
    font-size: 1.25rem;
}

.contact-form .wrapper textarea {
    border: 0.063rem solid black;
    border-radius: 0;
    height: 10rem;
    font-size: 1.25rem;
}

.contact-form .wrapper select {
    color: black;
    font-size: 1.25rem;
    height: 3.5rem;
    border: 0.063rem solid black;
    border-radius: 0;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    font-size: 1.25rem;
    font-weight: 500;
    color: white !important;
    background: #e0c745;
    transition: all 0.4s ease-out;
    border: 0.063rem solid #e0c745;
    border-radius: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background: transparent;
    color: #e0c745 !important;
}

.contact-form .wrapper .row {
    display: flex;
    gap: 2rem;
}

.contact-form .wrapper .row .col {
    width: 100%;
}

/* Portfolio Page  */

.elementor-gallery__titles-container.e--pointer-underline.e--animation-fade {
    gap: 1rem;
}

a.elementor-item.elementor-gallery-title.elementor-item-active:after {
    opacity: 1;
}

a.elementor-item.elementor-gallery-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0.188rem;
    left: 0;
    transition: all 0.4s ease-out;
    opacity: 0;
}

a.elementor-item.elementor-gallery-title:hover:after {
    opacity: 1;
}

.bgImageSec img {
    object-fit: cover !important;
    width: 100% !important;
}

.twoColSec .elementor-widget-image {
    overflow: hidden;
    border-radius: 1.5rem;
}

.twoColSec .elementor-widget-image:hover img {
    transform: scale(1.2);
}

.twoColSec .elementor-widget-image img {
    transition: all 0.4s ease-out;
}

.twoColSec li.elementor-icon-list-item span {
    margin: 0 !important;
}

.header ul li {
    background: transparent !important;
}

.header ul li a {
    border: none !important;
}

.carouselSec .elementor-swiper-button {
    background: #e0c745;
    padding: 1rem;
    border-radius: 1rem;
}

.carouselSec .swiper-slide img {
    border-radius: 1.25rem !important;
    height: 40rem !important;
    object-fit: cover !important;
}

.btnFixed a {
    padding: 1rem 1.5rem !important;
    color: white !important;
    background: #e0c745 !important;
    transition: all 0.4s ease-out;
    border: 0.063rem solid #e0c745 !important;
    border-radius: 0;
font-family: "Lora", Sans-serif !important;
    font-size: 1.5rem;
}


.btnFixed.black a {
    background: black !important;
    border-color: black !important;
}

.btnFixed a:hover {
    opacity: 0.8;
}

.fixedBtns {
    position: fixed !important;
    right: -7.55rem;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    z-index: 4;
}

.fixedTitle {
    position: fixed !important;
    left: -17rem;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    z-index: 2;
}

.fixedTitle h2 {
    font-size: 5rem !important;
    color: #e0c745 !important;
    letter-spacing: 0.5rem;
}

.heroSec {
    z-index: 3;
}

.carouselSec {
    z-index: 5;
}

/* Mobile Media Query  */
@media screen and (min-width: 280px) and (max-width:600px) {
    .myContainer {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .header img {
        width: 10rem !important;
    }

    .heroContent {
        width: 100% !important;
        padding: 0 1.5rem;
    }

    h1 {
        font-size: 2rem !important;
    }

    body .elementor-widget:not(:last-child).m-bottom {
        margin-bottom: 1rem !important;
    }

    p {
        font-size: 1rem;
    }

    .heroSec .e-hosted-video {
        height: 25rem !important;
    }

    .sec-padded {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    h2 {
        font-size: 1.75rem !important;
    }

    .twoColSec section .elementor-column {
        width: 100% !important;
    }

    .twoColSec img {
        border-radius: 1rem !important;
    }

    .twoColSec .elementor-widget-image {
        border-radius: 1rem;
    }

    .twoColSec section .elementor-container {
        gap: 2rem;
    }

    .whatWeDoGrid .elementor-container {
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
    }

    .whatWeDoGrid img {
        width: 3rem;
    }

    .bottom-padded {
        padding-bottom: 3rem;
    }

    .top-padded {
        padding-top: 3rem;
    }

    .twoColSec ul li span {
        font-size: 1rem !important;
    }

    li.elementor-icon-list-item span svg {
        width: 1rem !important;
        height: 1rem !important;
    }

    .footer .col-1 {
        width: 100% !important;
    }

    .footer .col-2,
    .footer .col-3,
    .footer .col-4 {
        width: 100% !important;
    }

    .footer section .elementor-container {
        gap: 2rem;
    }

    .footer .col-1 img {
        width: 10rem;
    }

    h3 {
        font-size: 1.3rem !important;
        margin-bottom: 1rem !important;
    }

    li.elementor-icon-list-item span {
        font-size: 1rem !important;
    }

    /* Header Start  */
    .home .wpr-mobile-toggle {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        gap: 0.3rem !important;
        border-color: white !important;
    }

    .home .wpr-mobile-toggle {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        gap: 0.3rem !important;
        border-color: white !important;
    }


    .wpr-mobile-toggle-wrap {
        display: flex;
        justify-content: flex-end;
    }

    .wpr-mobile-toggle .wpr-mobile-toggle-line {
        height: 0.125rem !important;
    }

    .home .wpr-mobile-toggle .wpr-mobile-toggle-line {
        height: 0.125rem !important;
        background-color: white !important;
    }

    .wpr-mobile-toggle {
        display: flex !important;
        flex-direction: column;
        justify-content: flex-end;
        gap: 0.3rem !important;
        border-color: black !important;
    }

    .wpr-mobile-toggle .wpr-mobile-toggle-line {
        background-color: black !important;
    }

    .header ul {
        gap: 1.5rem;
        flex-direction: column;
        padding: 1.5rem;
        margin: 0 !important;
        background-color: white !important;
    }

    .home .header ul {
        background: black !important;
    }

    .home .header {
        background-color: black !important;
    }

    .header ul li a {
        padding: 0 !important;
    }

    .header a.wpr-mobile-menu-item.wpr-active-menu-item {
        background: transparent !important;
        color: #e0c745 !important;
    }

    .header ul li a {
        font-size: 1.25rem;
        color: black !important;
    }

    .header ul li a:hover {
        background: transparent !important;
    }

    .home .header ul li a {
        color: white !important;
    }

    .contactBtn a {
        background: transparent;
        border: none !important;
        color: black !important;
    }

    .home .contactBtn a {
        color: white !important;
    }

    /* Header End  */

    .pageTitle {
        padding: 1.5rem 0;
    }

    .bgImageSec img {
        height: 20rem !important;
    }

    .bgImageContent {
        width: 100% !important;
        padding: 0 1.5rem;
    }

    .valuesGrid.whatWeDoGrid .elementor-container {
        grid-template-columns: repeat(1, 1fr);
    }

    a.elementor-item.elementor-gallery-title {
        font-size: 1rem !important;
        padding: 0;
    }

    .contact-form .wrapper .row {
        display: flex;
        gap: 1rem;
        flex-direction: column;
    }

    .contact-form .wrapper .row .col {
        width: 100%;
    }

    .contact-form .wrapper input {
        height: 3rem;
        font-size: 1rem;
    }

    .contact-form .wrapper {
        gap: 1rem;
    }

    .contact-form .wrapper input::placeholder,
    .contact-form .wrapper textarea::placeholder,
    .contact-form .wrapper select,
    input.wpcf7-form-control.wpcf7-submit.has-spinner {
        font-size: 1rem;
    }

    .fixedBtns,
    .fixedTitle {
        display: none;
    }

    .header ul li.contactBtn a {
        padding: 0 !important;
        background: transparent;
        border: none !important;
    }

    .carouselSec .swiper-slide img {
        height: 25rem !important;
    }

    .carouselSec {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .header ul li.contactBtn a {
        color: black !important;
    }

    .home .header ul li.contactBtn a {
        color: white !important;
    }
}

/* iPad Media Query  */
@media screen and (min-width: 601px) and (max-width:1024px) {
    .myContainer {
        padding-left: 3.25rem;
        padding-right: 3.25rem;
    }

    /* Header Start  */
    .home .wpr-mobile-toggle {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        gap: 0.3rem !important;
        border-color: white !important;
    }

    .home .wpr-mobile-toggle {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        gap: 0.5rem !important;
        border-color: white !important;
    }


    .wpr-mobile-toggle-wrap {
        display: flex;
        justify-content: flex-end;
    }

    .wpr-mobile-toggle .wpr-mobile-toggle-line {
        height: 0.125rem !important;
    }

    .home .wpr-mobile-toggle .wpr-mobile-toggle-line {
        height: 0.125rem !important;
        background-color: white !important;
    }

    .wpr-mobile-toggle {
        display: flex !important;
        flex-direction: column;
        justify-content: flex-end;
        gap: 0.5rem !important;
        border-color: black !important;
    }

    .wpr-mobile-toggle .wpr-mobile-toggle-line {
        background-color: black !important;
    }

    .header ul {
        gap: 1.5rem;
        flex-direction: column;
        padding: 2.5rem 3.25rem;
        margin: 0 !important;
        background-color: white !important;
    }

    .home .header ul {
        background: black !important;
    }

    .home .header {
        background-color: black !important;
    }

    .header ul li a {
        padding: 0 !important;
    }

    .header a.wpr-mobile-menu-item.wpr-active-menu-item {
        background: transparent !important;
        color: #e0c745 !important;
    }

    .header ul li a {
        font-size: 1.25rem;
        color: black !important;
    }

    .header ul li a:hover {
        background: transparent !important;
    }

    .home .header ul li a {
        color: white !important;
    }

    .contactBtn a {
        background: transparent;
        border: none !important;
        color: black !important;
    }

    .home .contactBtn a {
        color: white !important;
    }

    /* Header End  */

    h1 {
        font-size: 4rem !important;
    }

    h2 {
        font-size: 2.5rem !important;
    }

    p {
        font-size: 1.25rem;
    }

    .heroContent {
        width: 60% !important;
    }

    .whatWeDoGrid .elementor-container .iconBox {
        padding: 2rem;
    }

    .sec-padded {
        padding-top: 4.25rem;
        padding-bottom: 4.25rem;
    }

    .bottom-padded {
        padding-bottom: 4.25rem;
    }

    .top-padded {
        padding-top: 4.25rem;
    }

    .footer .col-1 {
        width: 30% !important;
    }

    .footer .col-2 {
        width: 20% !important;
    }

    .footer .col-3 {
        width: 25% !important;
    }

    .footer .col-4 {
        width: 20% !important;
    }

    .bgImageSec img {
        height: 30rem !important;
    }

    .fixedBtns,
    .fixedTitle {
        display: none;
    }

    .header ul li.contactBtn a {
        padding: 0 !important;
        background: transparent;
        border: none !important;
    }

    .carouselSec {
        padding-left: 3.25rem;
        padding-right: 3.25rem;
    }

    .header ul li.contactBtn a {
        color: black !important;
    }

    .home .header ul li.contactBtn a {
        color: white !important;
    }
}