:root {
    --primary: #F7763F;
    --secondary: #1E40AF;
    --bg: #fff;
    --bg2: #EFF6FF;

    /* dark mode  */
    --bg-dark: #050505;
    --dark-white: #c2c2c2;
    --dark-primary: #f7763f;
}

.explore-services-btn {
    margin-top: 25px;
    text-align: center;
}

.explore-services-btn a {
    background: #F7763F;
    padding: 7px 20px;
    border-radius: 3px;
    color: white;
    font-weight: 600;
}

.aboutus ul li {
    padding: 5px 0;
}

.aboutus ul li strong {
    color: #044FE3;
}

.services-card a {
    font-size: 15px;
    text-decoration: underline;
    color: black;
}

footer .copytext {
    font-size: 14px;
    color: black;
    letter-spacing: .5px;
}

.bg-set {
    background: #f7763f;
    padding: 5px 20px !important;
    border-radius: 3px;
    color: #fff;
}

#features i.bi {
    font-size: 20px;
    color: #f7763f;
}

#contact h3, p {
    color: #000;
}

.contactDiv {
    margin-top: 50px;
}

.contactDiv div {
    color: #000;
}

.terms-conditions h3 {
    background: #fefeff;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 600;
    margin: 10px 0;
}

.terms-conditions p {
    padding: 3px 15px;
    text-transform: capitalize;
}

.terms-conditions ul {
    padding-left: 20px;
}

.terms-conditions ul li {
    padding: 5px 0;
    text-transform: capitalize;
}

.terms-conditions ul li::before {
    content: '\2713';
    padding-right: 5px;
    color: #F7763Fed;
}

.terms-conditions p strong {
    color: #F7763Fed;
    text-decoration: underline;
}

.terms-conditions {
    margin-top: 20px;
}

.globalHero {
    text-align: center;
    border-bottom: 1px solid #b2b2b2;
    padding-bottom: 20px;
}

.globalHero h2 {
    font-weight: 600;
    background: #f7763f2e;
    width: fit-content;
    margin: 0 auto;
    padding: 4px 30px;
    border-radius: 5px;
    border: 1px solid #f7763f73;
    text-transform: uppercase;
}

.globalHero h1 {
    font-size: 40px;
    margin: 30px 0 0;
    font-weight: 700;
}

.globalHero h1 strong {
    color: #003DE1;
    display: block;
}

.founderSEc .grid {
    display: flex;
    justify-content: center;
    gap: 150px;
    padding: 50px 0 0;
}

.founderSEc .profile-img img {
    text-align: center;
    height: 200px;
    width: 200px;
    margin: 0 auto;
    border: 10px solid #f7763f1a;
    border-radius: 100px;
}

.founderSEc .founderHeading {
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0;
}

.founderSEc .fonderDes {
    font-weight: 600;
    border-bottom: 2px solid var(--secondary);
    padding-bottom: 5px;
    color: var(--secondary);
    text-transform: uppercase;
}

.darkMode {
    background: #bbbbbb4a;
    padding: 0;
    margin: 0 0 0 15px;
    border-radius: 5px;
    height: 33px;
    width: 40px;
    text-align: center;
    line-height: 2;
}

body.dark .py-20 {
    background-color: #050505;
}

body.dark header {
    background-color: var(--bg-dark);
    border-bottom: 1px solid #6d6d6d;
}

body.dark .navmenu a {
    color: #dddddd;
}

body.dark .darkMode {
    background-color: #fff;
}

body.dark .text-gray-700 {
    color: #dddddd;
}

body.dark #features {
    background: var(--bg-dark);
    border-top: 1px solid #dddddd;
}

body.dark #features .bg-white {
    background: #111111;
    border: 1px solid #7d7d7d;
}

body.dark #features .bg-white .text-blue-700 {
    color: #fff;
}

body.dark #features .bg-white .text-gray-600 {
    color: #c2c2c2;
}

body.dark .services-card a {
    color: #c2c2c2;
}

body.dark #overview {
    background: #111111;
    border: 1px solid #7d7d7d;
}

body.dark h2 {
    color: #ffff;
}

body.dark ul li strong {
    color: var(--dark-primary);
}

body.dark ul li {
    color: var(--dark-white);
}

body.dark .shadow-sm {
    background-color: var(--bg-dark);
    border: 1px solid #5b5b5b;
    margin: 10px 0 0;
}

body.dark .shadow-sm .text-blue-700 {
    color: var(--dark-white);
}

body.dark section {
    background: var(--bg-dark);
    border-top: 1px solid #5e5e5e;
}

body.dark section .bg-blue-50 {
    background-color: var(--bg-dark);
    color: var(--dark-white);
}

body.dark #contact h3, p {
    color: var(--dark-white);
}

body .leading-relaxed {
    color: #000;
    text-transform: capitalize;
}

body.dark .leading-relaxed {
    color: var(--dark-white);
}

body.dark .contactDiv div {
    color: var(--dark-white);
}

body.dark section p {
    color: var(--dark-white);
}

body section p {
    color: #000;
}

body section .bg-blue-50 .text-blue-700, .text-gray-600 {
    color: #000;
}

body.dark section .bg-white {
    background-color: var(--bg-dark);
}

body.dark .text-blue-700 {
    color: #fff;
}

body.dark .text-orange-600 {
    border: 1px solid var(--dark-white);
    color: var(--dark-primary);
}

body.dark footer {
    background: var(--bg-dark);
}

body.dark footer p {
    color: var(--dark-white);
}

body.dark .text-blue-800 {
    color: #fff;
}

body.dark .globalHero h1 {
    color: var(--dark-white);
}

body.dark .founderSEc .founderHeading {
    color: var(--dark-white);
}

body.dark .text-white {
    color: #fff;
}

body.dark .text-gray-600 {
    color: #fff;
}

body .text-gray-600 {
    color: #000;
}

body.dark .terms-conditions>h3 {
    color: var(--dark-primary) !important;
    background: #474747;
}

body.dark .headerLogo {
    border-radius: 10px;
    padding: 5px 6px;
    border: none;
}

footer .text-gray-700 {
    text-transform: capitalize;
}

.aboutLogo {
    height: 50px;
    width: auto;
    margin: 0 auto 25px;
    mix-blend-mode: darken;
}

@media only screen and (max-width:768px) {
    .founderSEc .grid {
        flex-direction: column;
        gap: 20px;
    }

    .headerLogo {
        height: 40px;
    }

    body.dark header svg path {
        fill: #fff;
    }

    body.dark .navmenu.show {
        background-color: #3b3b3b;
    }
}