/* Reset
/* ---------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,

:root {
    --primary-color: #1d629f;
    --hover-color: #03345e;
    --background-color: #F5EFFF;
    --font-color: #000000;

}

video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

/* Base Styles */
body {
    line-height: 1;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    /* Match your navbar's height */
    overflow-x: hidden;
}

/* Page Layout Styles */
.page-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
}

body.page .page-wrapper {
    padding-top: 20px;
}

.services-page .page-wrapper {
    padding-top: 20px;
    /* Adjust this value to match the height of your navbar */
}

.site-main {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 0px;
    padding: 2rem 2rem;
}

.article {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gh-content.gh-canvas {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.gh-content.gh-canvas>* {
    width: 100%;
}

.article-image {
    width: 100%;
    margin-bottom: 2rem;
    display: flex;

}

.article-image img {
    width: 100%;
    margin-right: 50px;
    height: auto;
    border-radius: 24px;
    object-fit: cover;
}

@media (max-width: 600px) {
    .article-image img {
        height: 300px !important;
        width: 100% !important;
        object-fit: cover;
        margin: 0 0 !important;
        display: block;
        border-radius: 1.5rem;
    }

    .gh-content,
    .gh-canvas,
    .article-image {
        padding-left: 30px !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 30px !important;
        max-width: 100vw !important;
        width: 100vw !important;
    }
}

@media (max-width: 768px) {

    .article-image img,
    .gh-content img {
        max-width: 100%;
        height: 300px;
        border-radius: 1.5rem;
        margin-bottom: 1rem;
        /* You can also reduce border-radius or add box-shadow here if you want */
    }

    .article-image {
        padding: 0 5px;
        /* Reduce side padding on mobile */
    }

    .project-swiper img {
        width: 70%;
        /* or any value less than 100% */
        max-width: 200px;
        /* optional: set a max width */
        height: auto;
        /* maintain aspect ratio */
        display: block;
        margin: 0 auto;
        /* center the image horizontally */
    }
}

@media (max-width: 1440px) {
    .site-main {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .site-main {
        padding: 2rem 1.5rem;
    }
}

.page-header {
    margin: 0;
    padding: 40px 0;
    width: 100%;
    background-color: #f8f9fa;
    border-bottom: 1px solid #eee;
    text-align: center;
}

.page-header h1 {
    font-size: 42px;
    color: var(--font-color);
    margin: 0 0 15px 0;
    font-weight: 600;
}

.page-header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.site-main .gh-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    font-size: 1.6rem;
    line-height: 1.7;
    color: var(--font-color);
}

.site-main .gh-content h2 {
    font-size: 3.5rem;
    font-weight: 500;
    /* align-items: flex-start; */
    color: var(--font-color);
    margin: 3rem 0 2rem; 
    text-align: left;

}
@media (max-width: 900px) {
.page-header h1 {
    font-size: 24px;
    color: var(--font-color);
    margin: 0 0 15px 0;
    font-weight: 600;
}
}
    

.site-main .gh-content h3 {
    font-size: 2.4rem;
    font-weight: 600;
    color: var(--font-color);
    margin: 2.5rem 0 1.5rem;
}

.site-main .gh-content p {
    margin-bottom: 2rem;
    color: var(--font-color);
}

.site-main .gh-content ul,
.site-main .gh-content ol {
    margin: 2rem 0;
    padding-left: 2rem;
}

.site-main .gh-content li {
    margin-bottom: 1rem;
}

.site-main .article-image {
    margin: -4rem -4rem 4rem;
    border-radius: 24px 24px 0 0;
    overflow: hidden;
}

.site-main .article-image figcaption {
    padding: 1rem 4rem;
    font-size: 1.4rem;
    color: var(--font-color);
    text-align: center;
}

@media (max-width: 900px) {
    .site-main {
        padding: 3rem 2rem;
    }

    .site-main .article {
        padding: 3rem;
        border-radius: 20px;
    }

    .site-main .article-image {
        margin: -3rem -3rem 3rem;
        border-radius: 20px 20px 0 0;
    }

    .site-main .gh-content h2 {
        text-align: center;
        /* margin-right: 1.5rem; */
        font-size: 2rem;
    }

    .site-main .gh-content p {
        text-align: center;
        margin-right: 1.5rem;

    }

    .site-main .gh-content h3 {
        font-size: 2.2rem;
    }
}

@media (max-width: 768px) {

    .swiper,
    .project-swiper,
    .swiper-wrapper,
    .swiper-slide {
        margin-left: 1rem;
    }

    .swiper-slide {
        width: 100% !important;
        max-width: 100%;
        box-sizing: border-box;
    }

    .project-card img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
    }
}

@media (max-width: 768px) {
    .project-swiper {
        max-width: 320px;
        /* Set your desired width here */
        width: 100vw;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }

    .swiper-slide {
        width: 100% !important;
        /* Each slide fills the container */
        max-width: 320px !important;
        /* Match the container's max-width */
        margin: 0 auto !important;
        box-sizing: border-box;
    }
}

@media (max-width: 600px) {
    .site-main {
        padding: 10px;
    }

    .site-main .article {
        padding: 2rem;
        border-radius: 16px;
    }

    .site-main .article-image {
        margin: -2rem -2rem 2rem;
        border-radius: 16px 16px 0 0;
    }

    /* .site-main .gh-content h2 {
        margin:1rem 6rem;
        font-size: 2.5rem;
        
    } */
    .our-approach-section h2 {
        margin-top: 40px;
    }

    .site-main .gh-content h3 {
        font-size: 2rem;
    }

}

.site-main .gh-content>* {
    width: 100%;
    max-width: 1200px;
}

.gh-content {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .page-wrapper {
        padding-top: 20px;
    }

    .page-header {
        padding: 40px 0;
    }

    .site-main {
        padding: 0 15px 30px;
    }
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

html {
    box-sizing: border-box;
    font-family: sans-serif;

    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

b,
strong {
    font-weight: bold;
}

i,
em,
dfn {
    font-style: italic;
}

h1 {
    text-align: center;
    margin-bottom: 3rem;
    font-size: 3.5rem;
    font-weight: 500;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

mark {
    background-color: #fdffb6;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

kbd {
    padding: 3px 5px;
    font-family: var(--font-mono);
    font-size: 1.5rem;
    background: #f6f8fa;
    border: 1px solid rgba(124, 139, 154, 0.25);
    border-radius: 6px;
    box-shadow: inset 0 -1px 0 rgba(124, 139, 154, 0.25);
}

@media (max-width: 600px) {
    kbd {
        font-size: 1.3rem;
    }
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    /* 3 */
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
}

button {
    overflow: visible;
    border: none;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
/* 1 */
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    /* 3 */

    -webkit-appearance: button;
    /* 2 */
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input {
    line-height: normal;
}

input:focus {
    outline: none;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    box-sizing: content-box;
    /* 2 */

    -webkit-appearance: textfield;
    /* 1 */
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

legend {
    padding: 0;
    /* 2 */
    border: 0;
    /* 1 */
}

textarea {
    overflow: auto;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td,
th {
    padding: 0;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    font-size: 62.5%;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    color: var(--color-darkgrey);
    font-family: var(--gh-font-body, var(--font-sans));
    font-size: 1.6rem;
    line-height: 1.6em;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0;
    text-rendering: optimizeLegibility;
    background: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga" on;
}

::selection {
    text-shadow: none;
    background: #daf2fd;
}

hr {
    position: relative;
    display: block;
    width: 100%;
    margin: 2.5em 0 3.5em;
    padding: 0;
    height: 1px;
    border: 0;
    border-top: 1px solid #f0f0f0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

textarea {
    resize: vertical;
}

::not(.gh-content) p,
::not(.gh-content) ul,
::not(.gh-content) ol,
::not(.gh-content) dl,
::not(.gh-content) blockquote {
    margin: 0 0 1.5em 0;
}

ol,
ul {
    padding-left: 1.3em;
    padding-right: 1.5em;
}

ol ol,
ul ul,
ul ol,
ol ul {
    margin: 0.5em 0;
}

ul,
ol {
    max-width: 100%;
}

li {
    padding-left: 0.3em;
    line-height: 1.6em;
}

li+li {
    margin-top:0;
}

dt {
    float: left;
    margin: 0 20px 0 0;
    width: 120px;
    color: #daf2fd;
    font-weight: 500;
    text-align: right;
}

dd {
    margin: 0 0 5px 0;
    text-align: left;
}

blockquote {
    margin: 1.5em 0;
    padding: 0 1.6em 0 1.6em;
    border-left: #daf2fd;
}

blockquote small {
    display: inline-block;
    margin: 0.8em 0 0.8em 1.5em;
    font-size: 0.9em;
    opacity: 0.8;
}

/* Quotation marks */
blockquote small:before {
    content: "\2014 \00A0";
}

blockquote cite {
    font-weight: bold;
}

blockquote cite a {
    font-weight: normal;
}

a {
    color: #15171A;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    line-height: 1.15;
    font-family: var(--gh-font-heading, var(--font-sans));
    font-weight: 600;
    text-rendering: optimizeLegibility;
    letter-spacing: -0.01em;
}

h1 {
    margin: 0 0 0.5em 0;
    font-size: 4.8rem;
    font-weight: 700;
    letter-spacing: -0.015em;
}

@media (max-width: 600px) {
    h1 {
        font-size: 2rem;
    }
}

h2 {
    margin: 1.5em 0 0.5em 0;
    font-size: 2.8rem;
    font-weight: 700;
}

@media (max-width: 600px) {
    h2 {
        font-size: 2.3rem;
    }
}

h3 {
    margin: 1.5em 0 0.5em 0;
    font-size: 2.4rem;
    font-weight: 600;
}

@media (max-width: 600px) {
    h3 {
        font-size: 1.7rem;
    }
}

h4 {
    margin: 1.5em 0 0.5em 0;
    font-size: 2rem;
}

@media (max-width: 600px) {
    h4 {
        font-size: 1.7rem;
    }
}

h5 {
    margin: 1.5em 0 0.5em 0;
    font-size: 2rem;
}

h6 {
    margin: 1.5em 0 0.5em 0;
    font-size: 1.8rem;
}

html,
body {
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 900px) {
    hr {
        display: block;
    }

    .some-class {
        border-bottom: 1px solid #ccc;
    }
}

/* Navigation Styles */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: transparent;
    padding: 20px 0;
    transition: all 0.3s ease;
}

.navbar-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    border: none;
    border-bottom: none;
}

.navbar-left {
    display: flex;
    align-items: center;
}

.navbar-nav {
    display: flex;
    gap: 30px;
    align-items: center;
}

.navbar-nav a {
    color: #eeeeee;
    font-size: 1.80rem;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    transition: color 0.2s;
    padding: 2px 0;
}

.navbar-nav a:hover {
    color: var(--ghost-accent-color, #3eb0ef);
}

.navbar-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.navbar-cta {
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: white !important;
    height: 40px;
    width: 150px;
    padding: 10px 24px;
    border-radius: 30px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.navbar-cta:hover {
    background-color: #85d0f0;
    color: white !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    text-decoration: none;
}

.menu-toggle {
    /* display: none; */
    font-size: 2rem;
    background: none;
    border: 1px solid #85d0f0;
    color: #85d0f0;
    cursor: pointer;
}







/* Scroll Navbar Styles */
.scroll-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(180, 214, 227, 0.95);
    /* Making it slightly transparent */
    padding: 15px 0;
    height: 70px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    opacity: 0;
    transform: translateY(-100%);
    transition: transform 0.3s ease, opacity 0.3s ease;
    display: flex;
    align-items: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.scroll-navbar .navbar-container {
    background: transparent;
    height: 80%;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    border: none;
    border-bottom: none;
}

.scroll-navbar .navbar-left {
    display: flex;
    align-items: center;
}

.scroll-navbar .navbar-left .logo img {
    height: 30px;
    width: 30px;
    width: auto;
    border-radius: 24px;
    border: none !important;
    outline: none !important;
    display: block;
    box-shadow: none !important;
    background: white;
    padding: 8px;
}

.scroll-navbar .navbar-nav {
    display: flex;
    gap: 30px;
    margin: 0 auto;
    padding: 0;
    align-items: center;
}

.scroll-navbar .navbar-nav a {
    color: #fff !important;
    font-size: 1.80rem;
    font-weight: 600;
    padding: 0;
    transition: opacity 0.3s ease;
    text-decoration: none;
}

.scroll-navbar .navbar-nav a:hover {
    opacity: 0.8;
}

.scroll-navbar .navbar-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.scroll-navbar .navbar-cta {
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: white !important;
    height: 40px;
    width: 150px;
    padding: 10px 24px;
    border-radius: 30px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.scroll-navbar .navbar-cta:hover {
    background-color: #85d0f0;
    color: white !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.scroll-navbar .navbar-search {
    background: none;
    border: none;
    padding: 5px;
    color: #fff;
    cursor: pointer;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scroll-navbar .navbar-search:hover {
    opacity: 0.8;
}

.scroll-navbar.visible {
    opacity: 1;
    transform: translateY(0);
}


/* Adjust main content padding to account for fixed header */
.site-main {
    padding-top: 0px;
}

/* Hero Section */
.hero-section {
    min-height: 100vh;
    background: linear-gradient(135deg, #2c3e50, #3498db);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem;
}

.hero-content {
    max-width: 800px;
}

.hero-title {
    font-size: 5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.hero-description {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

/* Buttons */
.btn {
    padding: 0.8rem 2rem;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary {
    background-color: #e74c3c;
    color: white;
}

.btn-primary:hover {
    background-color: #c0392b;
    transform: translateY(-2px);
}

.btn-secondary {
    background-color: transparent;
    border: 2px solid white;
    color: white;
}

.btn-secondary:hover {
    background-color: white;
    color: #2c3e50;
    transform: translateY(-2px);
}

/* Projects Section */
.projects-section {
    padding: 5rem 0;
    background-color: #f8f9fa;
}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: #2c3e50;
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    padding: 0 1rem;
}

.project-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.project-card:hover {
    transform: translateY(-5px);
}

.project-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.project-content {
    padding: 1.5rem;
}

.project-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.project-excerpt {
    color: #666;
    margin-bottom: 1rem;
}

.project-link {
    color: #3498db;
    text-decoration: none;
    font-weight: 600;
}

.project-link:hover {
    text-decoration: underline;
}

/* About Section */
.about-section {
    padding: 5rem 0;
}

.about-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 1rem;
}

.about-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444;
}

.skills-list {
    list-style: none;
    padding: 0;
}

.skills-list li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #eee;
    color: #666;
}

/* Contact Section */
.contact-section {
    padding: 5rem 0;
    background-color: #f8f9fa;
    text-align: center;
}

.contact-content {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 1rem;
}

.contact-content p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    color: #666;
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-title {
        font-size: 3.5rem;
        font-weight: 600;
    }

    .hero-description {
        font-size: 1.2rem;
    }

    .about-content {
        grid-template-columns: 1fr;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .btn {
        width: 100%;
        margin-bottom: 1rem;
    }
}

/* Navbar Styles */
.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    z-index: 20;

}

.navbar-container {
    background: transparent;
    /* border-bottom:1px solid #63dbf3; */
}

.navbar-left .logo img {
    height: 40px;
    display: block;
    border-radius: 70px;
}

.navbar-nav {
    display: flex;
    flex-direction: row;
    gap: 3rem;
}

.navbar-nav a {
    color: #eeeeee;
    font-size: 1.80rem;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    transition: color 0.2s;
    padding: 2px 0;
}

.navbar-nav a:hover {
    color: #a8d7eb;
}

.navbar-nav a:first-child {
    margin-left: 10px;
}

.navbar-right {
    display: flex;
    align-items: center;
    gap: 1.2rem;
}

.navbar-cta {
    width: 150px;
    background: #a8d7eb;
    color: #eeeeee !important;
    border-radius: 24px;
    padding: 0.6rem 1.5rem;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.navbar-cta:hover {
    background: #85d0f0;
    color: #fff;
}

.navbar-search {
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    padding: 0.4rem 0.6rem;
    border-radius: 50%;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px
}

.navbar-search:hover {
    background: #f2f2f2;
}

/* Responsive Navbar */
@media (max-width: 900px) {
    .navbar-container {
        flex-direction: column;
        align-items: stretch;
        padding: 1rem;
    }

    .navbar-nav {
        justify-content: center;
        gap: 1.2rem;
        margin: 1rem 0;
    }

    .navbar-right {
        justify-content: center;
        gap: 0.8rem;
    }
}

@media (max-width: 600px) {
    .navbar-container {
        padding: 0.5rem;
    }

    .navbar-nav {
        flex-wrap: wrap;
        gap: 0.7rem;
        font-size: 0.98rem;
    }

    .navbar-cta {
        padding: 0.5rem 1rem;
        font-size: 0.95rem;
    }
}

.logo:focus,
.logo img:focus {
    outline: none;
    box-shadow: none;
}

.hero-banner {
    position: relative;
    width: 100vw;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(20, 40, 60, 0.7);
    /* dark overlay */
    z-index: 2;
}

.hero-inner {
    position: relative;
    z-index: 3;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 538px;
}

.hero-content {
    text-align: center;
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
}

.hero-subtitle {
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin-bottom: 1.5rem;
    opacity: 0.85;
}

.hero-title {
    font-size: 5rem;
    font-weight: 600;
    margin-bottom: 2rem;
    line-height: 1.1;
}

.hero-cta {
    background-color: var(--primary-color);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: inline-block;
    /* background: #1d629f;  */
    color: #F5EFFF;
    font-weight: 700;
    font-size: 1.15rem;
    padding: 1rem 2.5rem;
    border-radius: 32px;
    border:1px solid #010161;
    text-decoration: none;
    transition: background 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.hero-cta:hover {
    /* --primary-color: #1d629f;
    --background-color: #F5EFFF; */
    background: #03345e;
}

.hero-cta .arrow {
    font-size: 1.2em;
    margin-left: 0.5em;
}

@media (max-width: 700px) {
    .hero-title {
        font-size: 3.5rem;
        font-weight: 600;
    }

    .hero-inner {
        min-height: 550px;
    }
}

.animate-left-to-right {
    animation: slideInLeft 1s ease-out forwards;
}
@media (max-width: 480px) {
    .hero-title {
        font-size: 2.5rem;
        font-weight: 600;
    }
    .hero-inner {
        min-height: 550px;
    }
}
@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.services-section {
    border-top: none;
    padding: 5rem 2rem 3rem 2rem;
    background: #fff;
    max-width: 1400px;
    margin: 0 auto;
}

.services-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 2rem;
    margin-left: 40px;
}

.services-header h4,
.services-header h2 {
    margin-top: 0;
}

.services-header h4 {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 1.5px;
    margin-bottom: 0.5rem;
    color: #444;
}

.services-header h2 {
    font-size: 4rem;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.1;
    color: var(--font-color);
}

.services-header p {
    font-size: 1.8rem;
    color: #222;
    margin-bottom: 1rem;
    color: #444;
}

.services-btn {
    display: inline-block;
    background: #a8d7eb;
    color: #fff;
    font-weight: 700;
    font-size: 1.15rem;
    padding: 1rem 2.5rem;
    border-radius: 32px;
    text-decoration: none;
    transition: background 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    margin-left: auto;
    margin-top: 1.5rem;
}

.services-btn:hover {
    background: #85d0f0;
}

.services-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem;
}

.service-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    padding: 2.5rem 2rem 2rem 2rem;
    text-align: left;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: box-shadow 0.2s;
}

.service-card:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.10);
}

.service-icon {
    margin-bottom: 1.5rem;
}

.service-card h3 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.service-card p {
    color: #444;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.service-readmore {
    color: #111;
    font-weight: 300;
    text-decoration: none;
    font-size: 1.1rem;
    margin-top: auto;
    transition: color 0.2s;
}

.service-readmore:hover {
    color: var(--hover-color);
}

@media (max-width: 900px) {
    .services-header {
        flex-direction: column;
        margin-right: 20px;
        align-items: flex-start;
    }

    .services-btn {
        margin-left: 0;
    }
}

.scroll-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(180, 214, 227, 0.95);
    /* Making it slightly transparent */
    padding: 15px 0;
    height: 80px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    opacity: 0;
    transform: translateY(-100%);
    transition: transform 0.3s ease, opacity 0.3s ease;
    display: flex;
    align-items: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.scroll-navbar .navbar-container {
    background: transparent;
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    border: none;
    border-bottom: none;
}

.scroll-navbar .navbar-left {
    display: flex;
    align-items: center;
}

.scroll-navbar .navbar-left .logo img {
    height: 40px;
    width: auto;
    border-radius: 24px;
    border: none !important;
    outline: none !important;
    display: block;
    box-shadow: none !important;
    background: white;
    padding: 8px;
}

.scroll-navbar .navbar-nav {
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin: 0 auto;
    padding: 0;
    align-items: center;
}

.scroll-navbar .navbar-nav a {
    color: #fff !important;
    font-size: 1.80rem;
    font-weight: 600;
    padding: 0;
    transition: opacity 0.3s ease;
    text-decoration: none;
}

.scroll-navbar .navbar-nav a:hover {
    opacity: 0.8;
}

.scroll-navbar .navbar-nav a:first-child {
    margin-left: 10px;
}

.scroll-navbar .navbar-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.scroll-navbar .navbar-cta {
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: white !important;
    height: 40px;
    width: 150px;
    padding: 10px 24px;
    border-radius: 30px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.scroll-navbar .navbar-cta:hover {
    background-color: #85d0f0;
    color: white !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.scroll-navbar .navbar-search {
    background: none;
    border: none;
    padding: 5px;
    color: #fff;
    cursor: pointer;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scroll-navbar .navbar-search:hover {
    opacity: 0.8;
}

.scroll-navbar.visible {
    opacity: 1;
    transform: translateY(0);
}

.card-image-container {
    width: 100%;
    height: 200px;
    /* or any height you want */
    overflow: hidden;
    border-radius: 12px;
    /* optional, for rounded corners */
    position: relative;
}

.card-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* This makes the image cover the div */
    object-position: center;
    /* Center the image */
    display: block;
}

/* Clip Image Section */

.about-section {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    align-items: center;
    gap: 3rem;
    padding: 4rem 2rem;
    background: #fff;
    border-radius: 24px;
    margin: 3rem 0;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
}

.about-image {
    width: 100%;
    aspect-ratio: 16 / 9;
    /* same ratio */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease;
    margin-left: 40px;
    border-radius: 16px;
}

.about-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.about-intro.about-title {
    margin-top: 0;
}

.about-intro {
    font-size: 2rem;
    font-weight: 400;
    color: var(--font-color);
    margin-bottom: 0.3rem;
}

.about-title {
    font-size: 4rem;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 1rem;
    color: var(--font-color);
}

.about-desc {
    color: var(--font-color);
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 1rem;
}

.about-features {
    display: flex;
    gap: 1.8rem;
    margin-bottom: 2rem;
}

.about-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.about-features li {
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 0.7rem;
    color: var(--font-color);
}

.about-actions {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.about-btn {
    display: inline-block;
    background: #f2f2f2;
    color: #222;
    font-weight: 600;
    padding: 1rem 2.5rem;
    border-radius: 32px;
    text-decoration: none;
    font-size: 1.1rem;
    transition: background 0.2s;
}

.about-btn:hover {
    background: #e0e0e0;
}

.about-phone {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    font-size: 1.1rem;
    color: #222;
    background: #f2f2f2;
    padding: 0.8rem 1.5rem;
    border-radius: 32px;
    font-weight: 600;
}

.about-phone-icon {
    font-size: 1.3rem;
    background: #fff;
    color: #ff6b6b;
    border-radius: 50%;
    padding: 0.4rem;
    margin-right: 0.5rem;
}

/* Responsive styles */
@media (max-width: 900px) {
    .about-section {
        grid-template-columns: 1fr;

        text-align: center;
        padding: 2rem 1rem;
    }

    .about-image {
        height: 250px;
        margin-bottom: 2rem;
    }

    .about-image img {
        margin: 0 10px;
    }

    .about-content {
        align-items: center;
    }

    .about-features {
        flex-direction: column;
        gap: 1rem;
    }

    .about-actions {
        flex-direction: column;
        gap: 1rem;
    }
}

.about-img {
    width: 100%;
    max-width: 400px;
    /* or any size you want */
    height: auto;
    /* let the image set the height */
    margin: 0 auto;
    /* center if needed */
    overflow: hidden;
    /* hides any overflow */
    border-radius: 12px;
    /* optional, for rounded corners */
}

.about-img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    /* ensures the image covers the box, can be removed if you want natural aspect ratio */
    border-radius: 12px;
    /* match parent if you want rounded corners */
}

/* Expertise Section */
.expertise-section {
    position: relative;
    background: #fff;
    /* or your base color */
    overflow: hidden;
    /* ensures overlay stays inside */
    padding: 3rem 0;
    width: 100%;
    margin: 0 auto;
}

.expertise-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #05a1cc0a;
    /* very light black overlay, adjust alpha for strength */
    pointer-events: none;
    /* allows clicks through overlay */
    z-index: 1;
}

.expertise-counters {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    gap: 2rem;
    gap: 5.5rem;
}

.expertise-counter {
    flex: 1 1 0;
    text-align: center;
    position: relative;
    padding: 2rem 0;
}

.expertise-label {
    display: block;
    font-size: 1.3rem;
    color: #1d629f;
    font-weight: 600;
    margin-bottom: 1rem;
    letter-spacing: 1px;
}

.expertise-value {
    font-size: 4rem;
    font-weight: 800;
    color: #1d629f;
    letter-spacing: 2px;
    display: block;
}

.expertise-counter:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 25%;
    height: 50%;
    width: 1px;
    background: #9ab7d1;
    /* vertical divider */
}

@media (max-width: 900px) {
    .expertise-counters {
        flex-direction: column;
        gap: 1.5rem;
    }

    .expertise-counter:not(:last-child)::after {
        display: none;
    }
}

.expertise-section-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.expertise-section-container h2 {
    font-size: 4rem;
    font-weight: 600;
    color: var(--font-color);
    margin: 2rem 2rem 2rem 2rem;
}


/* Footer Section */
.site-footer {
    position: relative;
    height: 300px;
    background: #000000;
    overflow: hidden;
    padding: 1rem 2rem 1rem 2rem;
    margin-top: 6rem;
}

.site-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(12, 158, 199, 0.04);
    /* Thin overlay */
    pointer-events: none;
    z-index: 1;
}

.footer-content {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    gap: 3rem;
    position: relative;
    z-index: 2;
}

.footer-section {
    flex: 1 1 0;
    min-width: 200px;
}

.footer-section h4 {
    color: var(--primary-color);
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.footer-section p,
.footer-section ul,
.footer-section li,
.footer-section a {
    color: #f3ecec;
    font-size: 1.5rem;
    margin: 0;
    text-decoration: none;
    list-style: none;
}

.footer-section ul {
    padding: 0;
}

.footer-section li {
    margin-bottom: 0.5rem;
}

.footer-section a:hover {
    color: var(--primary-color);
    text-decoration: underline;
}

.footer-bottom {
    text-align: center;
    color: #888;
    font-size: 1rem;
    margin-top: 2rem;
    position: relative;
    z-index: 2;
}


@media(max-width: 1200px) {
    .site-footer {
        height: 500px;
        padding: 1rem 2rem 1rem 2rem;
    }

    .footer-content {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        gap: 2rem;
        text-align: left;
        max-width: 900px; 
        margin: 0 auto;
        padding: 2rem 2rem;
    }
 .footer-section {
        display: flex;
        flex-direction: column;
        align-items: center;      
        text-align: left;  
        flex: 1 1 45%;
        min-width: 150px;
        margin-bottom: 1rem;
    } 
    
    .footer-section ul,
    .footer-section p,
    .footer-section li,
    .footer-section a {
        text-align: center;         /* Left-align all items under the heading */
    }
}

.blog-list .post-feed {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}


.post-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    padding: 1.5rem;
    text-align: center;
    transition: box-shadow 0.2s;
}

.post-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.post-card img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.article {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(96, 12, 12, 0.04);
    padding: 2rem 0;
    margin-bottom: 2rem;
}

.article-title {
    margin-top: 3rem;
    color: #444;
    text-align: center;
    font-size: 5rem;
    margin-bottom: 4rem;
    margin-left: 40px;
}

.gh-content {
    margin: 3rem auto 1.5rem 2px;
    /* top right bottom left */
    font-size: 2rem;
    color: var(--font-color);
    max-width: 1000px;
}

.article-image img {
    margin-left: 50px;
    width: 90%;
    height: 500px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 1rem;
}

/* Simple Page Header Styles */
.page-header {
    background-color: #f8f9fa;
    padding: 60px 0;
    margin-bottom: 40px;
    border-bottom: 1px solid #eee;
}

.page-header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.page-header h1 {
    font-size: 42px;
    color: var(--font-color);
    margin: 0 0 15px 0;
    font-weight: 600;
}

.breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    color: #9ad6f7;
    font-size: 30px;
    margin-top: 16px;
}

.breadcrumb a {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 500;
}

.breadcrumb a:hover {
    color: var(--hover-color);
}

.breadcrumb .separator {
    color: #999;
    font-size: 22px;
}

.breadcrumb .current {
    color: #666;
    font-weight: 500;
    font-size: 16px;

}

@media (max-width: 768px) {
    .page-header {
        padding: 40px 0;
    }

    .page-header h1 {
        margin-top: 1.5rem;
        font-size: 24px !important;
    }

    .breadcrumb {
        font-size: 18px;
    }

    .breadcrumb .separator {
        font-size: 20px;
    }
}

/* Reset default Ghost styles */
.site-content {
    padding: 0;
    margin: 0;
}

.viewport {
    padding: 0;
    margin: 0;
}

.gh-head {
    margin: 0;
    padding: 0;
}

/* Custom Navbar Styles */
.custom-navbar {
    background-color: var(--primary-color);
    padding: 15px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    margin: 0;
    height: 80px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.custom-navbar .container {
    background-color: var(--primary-color);
    height: 100%;
    display: flex;
    align-items: center;
}

.custom-navbar .navbar-collapse {
    background-color: var(--primary-color);
}

.custom-navbar .navbar-brand {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    text-decoration: none;
    border: none;
    background: none;
}

.custom-navbar .navbar-brand:hover,
.custom-navbar .navbar-brand:focus {
    outline: none;
    border: none;
}

.custom-navbar .navbar-brand img {
    height: 40px;
    width: auto;
    border-radius: 24px;
    border: none !important;
    outline: none !important;
    display: block;
    box-shadow: none !important;
    background: white;
    padding: 8px;
}

/* Remove any potential Bootstrap outline styles */
.custom-navbar .navbar-brand:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

.custom-navbar .navbar-nav {
    gap: 30px;
    margin: 0;
    padding: 0;
    align-items: center;
}

.custom-navbar .nav-link {
    color: #F5EFFF !important;
    font-size: 16px;
    font-weight: 700;
    padding: 0;
    transition: opacity 0.3s ease;
    text-decoration: none;
}

.custom-navbar .nav-link:hover {
    opacity: 0.8;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.custom-navbar .nav-right .btn-get-in-touch {
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: white !important;
    height: 40px;
    width: 150px;
    /* padding: 10px 24px; */
    border-radius: 30px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.custom-navbar .nav-right .btn-get-in-touch:hover,
.custom-navbar .nav-right .btn-get-in-touch:focus,
.custom-navbar .nav-right .btn-get-in-touch:active {
    background-color: #03345e;
    color: white !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    text-decoration: none;
}

.search-btn {
    background: none;
    border: none;
    padding: 5px;
    color: #fff;
    cursor: pointer;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-btn:hover {
    opacity: 0.8;
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5);
    padding: 4px 8px;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Responsive Navbar Styles */
@media (max-width: 991px) {
    .custom-navbar {
        padding: 10px 0;
    }

    .custom-navbar .container {
        padding: 0 15px;
    }

    .custom-navbar .navbar-collapse {
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        padding: 1rem;
    }

    .custom-navbar .navbar-nav {
        gap: 15px;
        margin: 20px 0;
        text-align: center;
    }

    .nav-right {
        margin-top: 15px;
        justify-content: center;
        flex-direction: column;
        gap: 15px;
    }

    .btn-get-in-touch {
        width: 100%;
        text-align: center;
    }
}

/* Page Layout Styles */
.page-wrapper {
    margin: 0;
    padding-top: 0;
    min-height: calc(100vh - 70px);
    /* Subtract navbar height */
    width: 100%;
    margin-top: 20px;
    /* Add margin for navbar */
}

.page-header {
    margin: 0;
    padding: 30px 0;
    width: 100%;
    background-color: #ffffff;
    border-bottom: 1px solid #eee;
    text-align: center;
}

.page-header h1 {
    font-size: 42px;
    color: var(--font-color);
    margin: 0 0 15px 0;
    font-weight: 600;
}

.breadcrumb {
    margin: 0;
    padding: 0;
}

.breadcrumb a i {
    margin-right: 8px;
    font-size: 24px;
    vertical-align: middle;
}

.breadcrumb a {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.carousel-img {
    height: 400px;
    /* Adjust this as needed */
    object-fit: cover;
}

.hero-ceo {
    display: flex;
    min-height: 500px;
    width: 100%;
    background-color: #f0f0f0;
}

.hero-ceo-content {
    width: 50%;
    padding: 5rem;

    display: flex;
    align-items: center;
    /* Aligns content to the top vertically */
    justify-content: center;
    /* Aligns content to the left horizontally */
    text-align: left;
}

.hero-ceo-text {
    max-width: 500px;
}

.hero-ceo-text h1 {
    font-size: 4rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.hero-ceo-text p {
    font-size: 1.5rem;
    color: #666;
    margin-bottom: 2rem;
}

.hero-ceo-image {
    width: 50%;
    background-image: url('{{asset "images/about2.jpg"}}');
    background-size: cover;
    background-position: center;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .hero-ceo {
        flex-direction: column;
    }

    .hero-ceo-content,
    .hero-ceo-image {
        width: 100%;
    }

    .hero-ceo-image {
        min-height: 300px;
    }

    .hero-ceo-content {
        padding: 3rem;
        text-align: center;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        position: fixed;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
}

@media (max-width: 767.98px) {
    .our-approach-section {
        padding: 1rem 0.5rem;
        margin-left: 20px;
        margin-bottom: 2rem;
    }

    .our-approach-section h2 {
        font-size: 2rem;
        align-items: center;
        margin-bottom: 1rem;
        margin-left: 1.5rem;
    }

    .our-approach-section p,
    .tech-list li {
        margin-left: 20px;
        font-size: 1.1rem;
    }

    .tech-icon {
        width: 28px;
        height: 28px;
        font-size: 1.2rem;
        margin-right: 0.7rem;

    }
}

@media (max-width: 767.98px) {
    .our-approach-section .row {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .our-approach-section {
        margin-top: 0px;
    }

    .site-main .gh-content h3 {
        margin-bottom: 2rem;
    }
}

@media (max-width: 600px) {
    .our-approach-section .col-lg-6 h2 {
        /* margin-right: 7rem; */
        font-size: 2rem;
    }
}

.col-lg-6 h2 {
    margin-right: 6rem;
    font-size: 1.8rem;
}

.page-header {
    margin-bottom: 2rem;
}

.breadcrumb a {
    font-size: 1.2rem;
}

.breadcrumb a i {
    font-size: 1rem;
}

@media (max-width: 768px) {
    .services-header h2 {
        font-size: 3rem !important;
    }
}
.address-card-container{
    margin-top: 3rem;
}
.contact-form-container{
    margin-top: 3rem;
}
.remove-bg-img {
    height: 400px;   /* or any height you prefer */
    width: 100%;  
    border-radius: 1.5rem;   /* ensures it fills the column */
    object-fit: cover;
    display: block;
  }
@media (min-width: 768px) and (max-width: 1024px) {
    .remove-bg-img {
      height: 400px;   /* or any height you prefer */
      width: 100%;  
      border-radius: 1.5rem;   /* ensures it fills the column */
      object-fit: cover;
      display: block;
    }
  }
  @media (min-width: 900px) and (max-width: 1024px) {
    .remove-bg-img {
      height: 400px;   /* or any height you prefer */
      width: 100%;  
      border-radius: 1.5rem;   /* ensures it fills the column */
      object-fit: cover;
      display: block;
    }
  }
  @media (min-width: 476px) and (max-width: 1024px) {
    .hero-ceo {
        /* margin-left: 40px;   
        margin-right: 40px;  */
    }
  }

.footer-social {
    display: flex;
    justify-content: center;
    align-items:center;
    margin-top: 0;
    margin-bottom: 1rem;
    gap: 2rem;
}

.footer-social a {
    color: #0c9ec7;
    margin-right: 0.7rem;
    font-size: 2rem;
    transition: color 0.2s;
    display: inline-block;
}

.footer-social a:hover {
    color: #222;
}
.mb-4{
    font-size: 4rem;
     font-weight: 600;
     margin-top: 4rem;
}
.lead{
    max-width: 800px; 
    margin: 0 auto; 
    font-size: 1.5rem;
}
.col-md-6.ps-10 h1 {
    padding-left: 3rem;
    margin-bottom: 0.5rem;
    color: #000000;
    font-weight: 600;
    font-size: 4rem;
}

.col-md-6.ps-10 h2 {
    padding-left: 3rem;
    margin-bottom: 1rem;
}

.col-md-6.ps-10 p {
    padding-left: 3rem;
}
@media (max-width: 768px) {
    .site-footer {
        height: 500px;
        padding: 1rem 2rem 1rem 2rem;
    }
    .footer-content {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-start;
    }
    .footer-section {
    text-align: left;
     min-width: 100px;     /* Two columns */
      margin-bottom: 1rem;
    }
  }
  @media (max-width: 480px) {
    .site-footer {
        height: 550px;
        padding: 1rem 2rem 1rem 2rem;
    }
    .footer-content {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-start;
    }
    .footer-section {
    text-align: left;
     min-width: 80px;     /* Two columns */
      margin-bottom: 1rem;
    }
  }
  @media (max-width: 320px) {
    .site-footer {
        height: 600px;
        padding: 1rem 1rem 1rem 1rem;
    }
    .footer-content {
        font-size: 1rem;
    }
}
img[src="/assets/images/hosting-home.jpg"] {
    width: 90%;
    height: 500px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    border-radius: 1.5rem; /* optional, for rounded corners */
}

section.project-title-section h2,
div.project-title-section h2 {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
@media (max-width: 600px) {
    .article-image {
      display: flex;
      justify-content: center;
      align-items: center;
    }
    img[src="/assets/images/hosting-home.jpg"]{
        width: 100%;
        height: 300px;      /* or any smaller value you prefer */
        object-fit: cover;  /* ensures the image fills the area without distortion */
        border-radius: 1.5rem; /* optional: keep rounded corners */
        display: block;
        margin: 0 auto;
      }
    
  }

.windows-desktop-title {
    text-align: center;
    margin-bottom: 4rem;
    font-size: 4rem;
    font-weight: 500;
}

@media (max-width: 600px) {
    .windows-desktop-title {
        font-size: 3rem;
    }
}
@media (max-width: 768px) {
    .site-main .gh-content h2 {
      margin-right: 0 !important;
      margin-left: 0 !important;
      text-align: center !important;
      font-size: 2.5rem !important;
    }
  }
  .web-app-title{
    text-align: center;
    margin-bottom: 4rem;
    font-size: 4rem;
    font-weight: 500;
  }
  @media (max-width: 768px) {
    .web-app-title{
        font-size: 3rem;
    }
}

@media (max-width: 900px) {
    .web-app-card-title{
        font-size:2rem;
    }
} 
.col-md-6{
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
    text-align: left;
    font-size: 1.5rem;
}
.col-md-6.ps-10 h1,
.col-md-6.ps-10 .android-app-title {
padding-left: 4rem;
text-align: left;
margin-bottom: 0.5rem;
color: #000000;
font-weight: 500;
font-size: 4rem;
}
.col-md-6.ps-10 .home-para-text{
font-size: 1.5rem;
text-align: left;
padding-left: 3rem;
/* margin-bottom: 2rem; */
}


@media (max-width: 768px) {
    .col-md-6{
        display: flex;
        flex-direction: column;
        align-items: left;
        justify-content: center;
        text-align: left;
        font-size: 1.5rem;
    }
    .col-md-6.ps-10 h1,
.col-md-6.ps-10 .android-app-title {
    padding-left: 3rem;
    text-align: left;
    /* margin-bottom: 0.5rem; */
    color: #000000;
    font-weight: 600 !important;
    font-size: 2rem;
}
.col-md-6.ps-10 .home-para-text{
    font-size: 1.5rem;
    text-align: left;
    padding-left: 3rem;
    /* margin-bottom: 2rem; */
}
}
@media (max-width:900px) {
    .col-md-6.ps-10 h1,
    .col-md-6.ps-10 .android-app-title {
        font-size: 3rem;
    }
}