@source '../../vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php';
@source '../../storage/framework/views/*.php';
@source '../**/*.blade.php';
@source '../**/*.js';

body {
    font-family: "Marcellus", sans-serif !important;
    overflow-x: hidden !important;
}

a {
    text-decoration: none !important;
}

footer a {
    text-decoration: none !important;
    color: white !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Marcellus", serif !important;
    /*font-weight: 400;*/
    font-style: normal !important;
}

p,
span,
li,
a,
div,
small {
    font-family: "Marcellus", serif !important;
    /*font-family: 'Montserrat', sans-serif !important;*/
}

.small {
    font-size: 10px !important;
}

.go-down-btn {
    pointer-events: none;
    cursor: default; /* Optional: changes the cursor to default arrow to indicate disable */
    color: gray; /* Optional: visually indicate the link is disabled */
    text-decoration: none; /* Optional: remove underline */
}



/* header css */

header {
    position: fixed;
    width: 100%;
    background-color: transparent;
    z-index: 999;
    color: white;
}

.companyLogo {
    text-decoration: none !important;
    color: white;
}

.custom-nav-link {
    color: white;
    position: relative;
    font-weight: 400;
}

.nav-link {
    color: white !important;
}

header.scrolled {
    color: #000;
    background-color: white !important;
    transition: background-color 0.3s ease;
}

header.scrolled .nav-link,
header.scrolled .companyLogo {
    color: #777 !important;
}

header.scrolled .custom-nav-link {
    color: white;
    position: relative;
    font-weight: 400;
}

header.scrolled .custom-nav-link.active {
    color: #c8102e !important;
}

.custom-nav-link.active {
    color: #000;
}

.custom-nav-link.active::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #c8102e;
    /* red underline */
    margin-top: 4px;
    border-radius: 1px;
    color:#c8102e;
}

.nav-link:focus,
.nav-link:hover {
    color: #c8102e !important;
}
.search-bar {
    transition: all 0.3s ease-in-out;
}

.search-input {
    width: 0 !important;
    opacity: 0;
    padding: 0;
    border: none;
    overflow: hidden;
    transition: width 0.4s ease, opacity 0.4s ease, padding 0.2s ease,
        border 0.2s ease;
}

.search-input.visible {
    min-width: 200px;
    opacity: 1;
    padding: 0.375rem 0.75rem;
    border: 1px solid #ced4da;
}

/* Slide-in mobile nav styles */
.mobile-nav {
    position: fixed;
    top: 0;
    left: -80%;
    width: 80%;
    height: 100vh;
    background-color: #fff;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    z-index: 1050;
    transition: left 0.3s ease;
}

/* Backdrop */
.mobile-nav-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    z-index: 1040;
    transition: opacity 0.3s ease;
}

/* When menu is open */
.mobile-nav.open {
    left: 0;
}

.mobile-nav-backdrop.show {
    opacity: 1;
    visibility: visible;
}

/* Ensure black text in mobile nav */
.mobile-nav .nav-link {
    color: #000 !important;
    font-weight: 500;
}

@media (max-width: 992px) {
    header.d-flex {
        justify-content: space-between !important;
    }
}

/* header css */

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-container {
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #f8f9fa;
    overflow: hidden;
    /*margin-top: 100px;*/
}

.hero-content {
    position: absolute;
    top: 45%;
    left: 5%;
    /* transform: translate(-50%, -50%); */
    text-align: left;
    color: #ffffff;
}

.hero-content h1 {
    font-size: 2.5rem;
    font-weight: 600;
}
.btn-contact {
    margin-top: 70px;
    float: left;
}
@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 1.8rem;
        text-align: left;
    }
    .hero-content1 {
        left: 50% !important;
        /* bottom: 20%; */
        width: 100%;
        transform: translate(-50%, -50%);
        text-align: center;
    }
    .button-effect,
    .button-effect.pt-5 {
        padding-top: 0 !important;
    }
}

/* title border */
.brdr-bottom {
    position: relative;
    z-index: 11;
}
u {
    text-decoration-color: #c8102e;
}

.brdr-bottom::after {
    content: "";
    padding: 2px;
    width: 100%;
    background-color: #c8102e;
    position: absolute;
    bottom: 2px;
    left: 0;
    z-index: -1;
}

.brdr-bottom-hero {
    position: relative;
    z-index: 11;
}

.brdr-bottom-hero::after {
    content: "";
    padding: 1px;
    width: 100%;
    background-color: #c8102e;
    position: absolute;
    bottom: 3px;
    left: 0;
    z-index: -1;
}

/* title border end*/

/* Hero banner  */
.hero-swiper .swiper-slide {
    height: 100dvh;
    max-height: 60vw;
}

.hero-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
}

.hero {
    background-color: #f8f9fa;
    /* padding: 60px 0; */
    text-align: center;
}

.icons-section {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 90;
}

.icons-section svg .cls-1 {
    fill: white;
}

.icons-section i {
    font-size: 2rem;
    margin: 10px;
}

.HeroContent {
    position: absolute;
    top: 35%;
    left: 10%;
    color: white;
    /* width: 50%; */
    font: normal normal 600 55px/65px Tropiline;
}

.HeroContent p {
    font-size: 30px !important;
}

.HeroContent h1 {
    font-size: 50px;
}

/* Hero banner end */

/* subcaptions css */
.QASubcaption {
    opacity: 0.5;
}

.QASubcaption {
    display: inline-block;
    transition: transform 0.5s ease, color 0.5s ease;
    transform-origin: bottom center;
    perspective: 600px;
}

/* subcaptions css */

/* cursor css */
#dot,
#ball {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%, -50%);
}

#dot {
    width: 6px;
    height: 6px;
    background-color: black;
    border-radius: 50%;
}

#ball {
    width: 35px;
    height: 35px;
    border: 2px solid black;
    border-radius: 50%;
}

/* cursor css end*/

/* scroll down button css */

.go-down-btn {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.go-down-btn svg {
    display: block;
}

.go-down-btn text {
    font-size: 8px;
    transform-origin: center;
    animation: rotate-btn 10s linear infinite;
}

@keyframes rotate-btn {
    to {
        transform: rotate(360deg);
    }
}

.go-down-btn polygon {
    transition: transform 0.3s ease;
}

.go-down-btn:hover polygon {
    transform: translateY(3px);
}

.scrollText textPath {
    fill: #c8102e;
}

.magnetic-btn {
    display: inline-block;
    transition: transform 0.2s ease;
    will-change: transform;
}

/* scroll down button css end  */
/* CTA */
.cta-banner {
    background-image: url("../img/home/CTA.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 300px;
    height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    padding: 50px 20px;
    width: 100%;
    position: relative;
}

.cta-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* semi-transparent black */
    /* z-index: -1; keep it behind text */
}

.cta-content {
    z-index: 1;
}

.cta-content h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

/* Rotating circle css */

.circle {
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /*margin-bottom: -80px;*/
    background-color: black;
}

.circle2 {
    position: absolute;
    z-index: 1;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -25px;
    background-color: white;
}

.logo {
    position: absolute;
    width: 70px;
    height: 70px;
    background-color: var(--bs-body-bg);
    /* Optional background */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: bold;
    color: #000;
}

.text {
    position: absolute;
    width: auto;
    height: 100px;
    font-family: consolas;
    color: white;
    font-size: 9px;
    animation: textRotation 8s linear infinite;
}

@keyframes textRotation {
    to {
        transform: rotate(360deg);
    }
}

.text span {
    position: absolute;
    left: 50%;
    transform-origin: 0 50px;
    /* Half of circle's radius */
    font-size: 0.8em;
}

/* Rotating circle css */

/* start of section animation for scrolling */
/* Identify scroll sections */
/* .scroll-snap-section {
    scroll-margin-top: 90px;
    opacity: 1;
    transform: translateY(20px);
    transition: all 0.6s ease;
}

.scroll-snap-section.active {
    opacity: 1;
    transform: translateY(0);
} */

/* end of section animation for scrolling */
/* Counter section css */
.stats {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    gap: 80px;
    flex-wrap: wrap;
    text-align: center;
}

.stat-item {
    font-size: 50px;
    font-weight: bold;
}

.stat-label {
    color: #cc0000;
    font-size: 20px;
    margin-top: 8px;
}

/* Counter section css end */
    .main.container, footer.container,header.container {
        max-width: 100% !important;
    }
   .main.container, footer.container{
        padding:0 !important;
   }

@media (min-width: 2560px){
    .container{
        max-width:100% !important;
    }
    br{
        display:none;
    }
    p,ul,li{
        font-size:25px;
    }
    h1 {
        font-size: 3.5rem !important; /* ~56px */
    }
    h2 {
        font-size: 2.75rem !important; /* ~44px */
    }
    h3 {
        font-size: 2.25rem !important; /* ~36px */
    }
    h4 {
        font-size: 1.75rem !important; /* ~28px */
    }
    h5 {
        font-size: 1.25rem !important; /* ~20px */
    }
    h6 {
        font-size: 1rem !important; /* ~16px */
    }
       img{
       width:100%;
   }
   .circle .text p{
       font-size:9px !important;
   }
       .cta-banner{
        height:50vh;
    }
}
@media (max-width: 2560px) {
    .main.container, footer.container {
        max-width: 100% !important;
        padding: 0 !important; 
    }

}

@media (max-width: 768px) {
    .socialNames {
        overflow-x: scroll;
    }
    .HeroContent {
        width: 100%;
        left: 0;
        text-align: center !important;
    }
    .cta-content h2 {
        font-size: 1.5rem;
    }

    .rotating-scroll {
        display: none !important;
    }
    .TopPaddingMobile {
        padding-top: 0 !important;
    }
    .fullHeadingWidth {
        min-width: 100% !important;
    }
    .brdr-bottom::after {
        display: none !important;
    }
    .btn-contact {
        padding: 8px 24px;
        margin-top: 20px;
        position: relative;
        /*left: 50%;*/
        /*transform: translate(-50%);*/
    }
}

@media (max-width: 600px) {
    br {
        display: none !important;
    }
    h1 {
        text-align: center;
    }
    .hero-swiper .swiper-slide {
        height: 640px;
        max-height: 100dvh;
    }
    .hero-swiper .swiper-slide img {
        object-fit: cover;
        min-height: 640px !important;
    }
    .HeroContent p {
        text-align: center;
        font-size: 25px !important;
    }
}
