@font-face {
    font-family: ib;
    src: url("font/Inter_24pt-Bold.woff2") format("woff2");
}
@font-face {
    font-family: il;
    src: url("font/Inter_24pt-Light.woff2") format("woff2");
}
@font-face {
    font-family: ir;
    src: url("font/Inter_24pt-Regular.woff2") format("woff2");
}
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: white;
}
::-webkit-scrollbar-thumb {
    background: #0076B8;
}
::-webkit-scrollbar-thumb:hover {
    background: #003451;
}
/* * {
    box-sizing: border-box;
    overflow-x: hidden;
} */
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden; /* Prevent horizontal scrolling */
    overflow-y: auto; /* Allow vertical scrolling */
    scroll-behavior: smooth; /* Smooth scrolling */
}

body {
    display: flex; /* Use flexbox to allow for proper alignment */
    flex-direction: column; /* Stack children vertically */
}
/* .containerr {
    height: 100vh; 
    overflow-y: auto;
    scroll-snap-type: y mandatory;
}
.snap {
    scroll-snap-align: start; 
} */
.section-animate {
    opacity: 0; /* Start invisible */
    transform: translateY(20px); /* Start slightly lower */
    transition: opacity 1s ease-out, transform 1s ease-out; /* Transition for animation */
}
.section-visible {
    opacity: 1; /* Make visible */
    transform: translateY(0); /* Move to original position */
}
/* html, body, a, button {
    cursor: none !important;
} */
.navbar {
    background-color: rgba(0, 0, 0, 1);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
}
#brandlogoo {
    width: auto;
    height: 100%;
    padding: 3% 0 3% 0;
}
#atag,#atag-home {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-size: medium;
    transition: color 0.3s ease;
    font-family: ib;
}
#atag{
    color: white;
}
#atag-home{
    color: #0076B8;
}
#atag::after,#atag-home::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background: #0076B8;
    transition: width 0.3s ease;
}
#atag::after{
    width: 0;
}
#atag-home::after{
    width: 100%;
}
#atag:hover{
    color: #0076B8;
}
#atag:hover::after{
    width: 100%;
}
#socials{
    padding: 5%;
}
#socials img{
    width: 50px;
    height: auto; 
    border-radius: 10px;
    transition: all .4s;
}
#socials img:hover{
    transform: scale(1.2);
}
#home {
    background-color: black;
}
#home video {
    width: 100%;
    height: auto;
}
#home2 {
    background-color: #172025;
    padding: 5% 0;
}
#content-1, #content-2 {
    color: white;
}
#content-1, #content-2 {
    display: flex;
    align-items: top;
    justify-content: center;
}
#btn, #btn-2 {
    text-decoration: none;
    transition: .4s;
    margin: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}
#btn {
    border: 1px solid white;
    color: white;
    padding: 4%;
    font-family: ir;
}
#btn-2 {
    border: 1px solid black;
    color: black;
    padding: 1% 3%;
    font-family: ir;
}
#btn:hover, #btn-2:hover {
    background-color: #0076B8;
    color: white;
}
#home3,#home3-services {
    background-color: #d9d9d9;
    padding: 5% 8%;
}
#heading,#heading-uniq{
    font-family: ib;
    padding-bottom: 4px;
}
#content-2 p{
    font-family: ir;
}
#content-1 h3{
    padding-bottom: 4px;
}
#heading, #content-1 h3, #content-2 p, #heading-p {
    text-align: center;
}
#heading-uniq{
    text-align: left;
}
#heading span, #heading-p span {
    border-bottom: 4px solid #ADB5BD;
}
#p-1 span {
    font-weight: bold;
}
#p-2 span {
    font-weight: bold;
    font-style: italic;
}
#heading-p {
    font-style: italic;
    font-size: 1.5rem;
    font-family: ir;
}
#p-1 {
    padding: 0 18%;
    text-align: center;
}
#p-2 {
    padding: 6%;
    text-align: center;
}
.kanda{
    display: flex;
    align-items: center;
    justify-content: stretch;
    border: 10px solid #ADB5BD;
    transition: all .4s;
    transform: scale(.9);
}
.kanda:hover{
    border-color: #444444;
    transform: scale(1);
}
#home3 img {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    transition: .4s;
    width: 100%;
    height: auto;
}
#home3-services img {
    display: flex;
    align-items: center;
    justify-content: left;
    transition: .4s;
    width: 56%;
}
#home3 img:hover{
    transform: scale(.95);
    border: 10px solid #172025;
    padding: 0;
}
#gutter-space {
    height: 200px;
}
#home4 {
    padding: 5% 0;
    border-bottom: 75px solid #d9d9d9;
}
#home6 {
    padding: 5%;
}
#home4, #home6 {
    background-color: white;
}
#home5 {
    background: linear-gradient(to bottom, #d9d9d9 64%, white 36%);
    padding: 5% 5% 0 5%;
}
#home4 p, #home5 p {
    text-align: center;
    color: #444444;
}
#home9 {
    background-color: #172025;
    padding: 5%;
}
#mem-img,#mem-img-uniq{
    display: grid;
    align-items: center;
    justify-content: center;
    row-gap: 10px;
}
#mem-img img {
    transition: .4s;
    height: auto;
    width: 100%;
}
#mem-img-uniq img{
    transition: .4s;
    width: 200px;
    height: auto;
}
#mem-img img:hover,#mem-img-uniq img:hover {
    transform: scale(.9);
    filter: brightness(105%);
}
#serviceSlider {
    width: 100%;
    margin: auto;
    padding: 0 10%;
}
.carousel-item {
    transition: transform 1s ease, opacity 1s ease;
    padding: 0 10px;
}
.carousel-item .row div div:hover {
    background-color: #0076B8;
    color: white;
}
.carousel-item .row div div {
    border: 3px solid #0076B8;
    color: #0076B8;
    font-family: ib;
    padding: 10px;
    transition: .4s;
}
.carousel-inner .col-md-3 {
    padding: 10px;
}
.carousel-inner img {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.carousel-control-prev,
.carousel-control-next {
    top: 50%;
    padding: 1%;
    transition: .4s;
}
/* .carousel-control-prev:hover ~ #custom-cursor,
.carousel-control-next:hover ~ #custom-cursor {
    background-color: #0076B8; 
}
#custom-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background-color: #0075b87e;
    border: 2px solid white;
    border-radius: 50%; 
    pointer-events: none;
    z-index: 1000; 
    transform: translate(-50%, -50%); 
    transition: transform .2s ease-in;
} */
#loc-bar {
    background-color: #172025;
    padding: 3%;
}
#loc-bar h2 {
    text-align: center;
    color: white;
    font-family: ib;
}
.img-box {
    overflow-x: scroll;
    display: flex;
    align-items: center;
    column-gap: 25px;
    padding-left: 25px;
    padding-right: 25px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-type: x mandatory;
    width: 100%;
    max-width: 100vw;
    scroll-behavior: smooth;
    touch-action: pan-x;
}

.img-box::-webkit-scrollbar {
    display: none;
}

.img-box img{ 
    width: calc(33.33% - 25px);
    height: auto;
    user-select: none !important;
    pointer-events: none !important;
    scroll-snap-align: start;
    flex-shrink: 0;
}

#links {
    transform: scale(.9);
    display: flex;
    align-items: center;
    justify-content: end;
}
#home20{
    padding: 0;
    margin: 0;
}
#home20 iframe{
    width: 100%;
    height: 400px;
    border: 10px solid #0076B8;
}
#formm input,#formm textarea {
    background-color: white;
    width: 100%;
    padding: 5px;
    border-radius: 5px;
    font-family: il;
    
}
#form label,.g-recaptcha{
    color: white;
    margin: 10px 0;
    font-family: il;
}
#form h1{
    color: white;
    font-family: il;
}
#formm input{
    height: 50px;
}
#formm input[type="submit"]{
    background-color: #0076B8;
    color: white;
    border: none;
    cursor: pointer;
    font-family: ib;
    padding: 10px 20px;
    transition: background-color 0.3s ease;
}
#formm input[type="submit"]:hover {
    background-color: #005f8c;
}
#loader {
    margin:auto;
    vertical-align: middle;
}
#formm textarea{
    resize: none;
}

#info {
    color: white;
    text-align: left;
}

#info h3{
    font-family: il;
}

#info h5{
    font-family: ib;
}

#info p{
    font-family: ir;
}

#info p a {
    text-decoration: none;
    color: white;
    font-family: ir;
}

#info p a:hover {
    text-decoration: underline;
}

#home10{
    background-color: black;
    padding: 1% 2% .25% 2%;
}

#home10 p{
    text-align: center;
    color: white;
    font-family: il;
}

#home10 p a{
    text-decoration: none;
    color: white;
}

#home10 p a:hover{
    text-decoration: underline;
}

.png-button {
    width: calc(33.33% - 25px);
    height: 200px;
    /* user-select: none !important;
    pointer-events: none !important; */
    scroll-snap-align: start;
    flex-shrink: 0;
    border: 5px solid white;
    border-radius: 10px;
    background-color: #d9d9d9;
    filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.2));
    transition: transform 0.6s, box-shadow 0.3s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3%;
    text-decoration: none;
}
.png-button p{
    text-align: center;
    font-size: medium;
    font-family: ib;
}

.png-button:hover{
    transform: scale(.95);
    border: 5px solid #172025;
    filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.2));
}

/* .png-button img {
    width: 100%;
    height: auto;
    transition: transform 0.6s;
    image-rendering: optimizeSpeed;
}

.png-button:hover img {
    transform: scale(1.1);
} */

/* .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    border: 3px solid #ddd;
    border-top: 3px solid #0076B8;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
    transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
    transform: translate(-50%, -50%) rotate(360deg);
    }
}

.png-button img.loaded {
    display: block;
}

.png-button .loader.hidden {
    display: none;
} */

@media (max-width: 991px) {
    #brandlogoo {
        height: 70%;
        padding-top: 2%;
        padding-bottom: 2%;
    }
    #atag,#atag-home {
        font-size: small;
    }
    .nav-item {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    #mem-img-uniq img{
        transform: scale(.8);
    }
    #mem-img-uniq img:hover{
        transform: scale(.7);
    }
}

@media screen and (max-width: 768px) {
    .img-box img,.png-button {
        width: calc(50% - 25px);
    }
    .navbar-nav {
        margin-left: 0;
        text-align: center;
    }
    .nav-item {
        display: block;
        padding: 0.5rem 0;
    }
    #atag,#atag-home {
        font-size: small;
        padding: 0.2rem 0.4rem;
    }
}

@media screen and (max-width: 576px) {
    .img-box img,.png-button {
        width: 100%; 
        margin-bottom: 25px;
    }
    .navbar-collapse {
        max-height: 400px;
        overflow-y: auto;
    }
    #atag,#atag-home {
        font-size: x-small;
    }
    .nav-item {
        padding: 0.2rem 0;
    }
}

@media screen and (max-width: 425px) {
    .navbar-brand{
        width: 75%;
    }
    #brandlogoo{
        width: 100%;
    }
    #p-1 {
        padding: 0 5%;
    }
    #gutter-space {
        height: 100px;
    }
}