@import "tailwindcss";

/* @tailwind base;
@tailwind components;
@tailwind utilities; */


/* @font-face {
  font-family: 'Glancyr';
  src: url('/fonts/Glancyr-Regular.otf') format('opentype');
  font-style: normal;
  font-weight: normal;                                                           
} */

@font-face {
    font-family: 'Tiemposfont';
    src: url('/tiemposfont/TestTiemposText-Regular-BF66457a50cd521.otf') format('opentype');
    font-style: normal;
    font-weight: normal;
    font-display: swap; /* show fallback text immediately instead of invisible text */
}

@font-face {
    font-family: 'Manrope';
    src: url('/Manrope/Manrope-Regular.ttf') format('opentype');
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

body {
    font-family: 'Tiemposfont', sans-serif;
    /* font-family: 'Glancyr', sans-serif; */
}

.Manrope {
    font-family: "Manrope", serif !important;
}


/* .Custome_Orange_button{
  background-color: #E77025;
  color: #fff;
  text-transform: uppercase;
  font-family: "Manrope", serif;
  border-radius: 100px;
  font-size: 20px;
  padding: 8px 24px;
  cursor: pointer;
}
.Custome_Orange_button:hover {
  background-color: #ff8c42;
  top: -5px;
  box-shadow: 0 8px 20px rgba(231, 112, 37, 0.5);
} */


/* ********************** */

.Custome_Orange_button {
    position: relative;
    background-color: transparent;
    color: #E77025;
    /* text-transform: uppercase; */
    font-family: "Manrope", serif;
    border-radius: 100px;
    font-size: 20px;
    padding: 4px 24px;
    cursor: pointer;
    border: 2px solid #E77025;
    overflow: hidden;
    z-index: 1;
    transition: color 0.3s ease;
}

.Custome_Orange_button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background-color: #E77025;
    z-index: -1;
    transition: width 0.4s ease;
}

.Custome_Orange_button:hover::before {
    width: 100%;
}

.Custome_Orange_button:hover {
    color: #fff;
}


/* ***************************** */

.Custome_Orange_button_apply {
    position: relative;
    background-color: transparent;
    color: #E77025;
    /* text-transform: uppercase; */
    font-family: "Manrope", serif;
    border-radius: 100px;
    font-size: 15px;
    padding: 3px 15px;
    cursor: pointer;
    border: 2px solid #E77025;
    overflow: hidden;
    z-index: 1;
    transition: color 0.3s ease;
}

.Custome_Orange_button_apply::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background-color: #E77025;
    z-index: -1;
    transition: width 0.4s ease;
}

.Custome_Orange_button_apply:hover::before {
    width: 100%;
}

.Custome_Orange_button_apply:hover {
    color: #fff;
}


/* ***************************** */


/* ******************************* */

.Our_Latest_Services {
    background-color: #fff;
    padding: 20px;
    text-align: center;
}

.text-outline {
    text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
}

.scroll_text_img .text_scroll {
    position: relative;
    /* display: flex; */
    gap: 3%;
    /* width: 100%; */
}

.scroll_text_img .text_scroll .panel h3 {
    width: 100%;
}

.image_scroll {
    position: relative;
    /* width: 100%; */
    height: 500px;
    margin-top: 0px;
}

.image_scroll .image_text {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(52, 52, 52, 0.5);
    padding: 40px 40px;
    width: 500px;
    border-radius: 30px 30px 0px 0px;
    box-shadow: 0px -12px 20px rgba(255, 255, 255, 0.25);
}

.Our_Latest_Services {
    position: relative;
    /* height: 500px; */
}

.Our_Latest_Services .orange_sedo_img {
    position: absolute;
    right: 0%;
    top: 0%;
    width: 30%;
}

.why_choose_card {
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.1);
}

.right_orange_sado {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 20%;
}


/* ************************************* */

.service_details {
    display: block;
    /* Ensure it's visible */
    position: relative;
    /* Required for ScrollTrigger */
}


/* ****************************************** */

.Mainbanner {
    /* absolute /images path (not webpack-hashed) so layout.tsx can <link rel=preload> it — this bg is the mobile LCP */
    background-image: url('/images/mainBannerBg.webp');
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    /* height: 100vh; */
}

.dg {
    display: none;
}

.dot_line_Custoem {
    width: 950px;
    height: 550px;
    position: absolute;
    top: 37%;
    left: -30%;
    overflow: hidden;
    transform: rotate(60deg);
    /* z-index: 5; */
}


/* ****************************************** */

.AboutSection {
    background-image: url('../../public/images/Web_Design_Black_Sec_image.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


/* ****************************************** */

.DigitalMasterpieces {
    background-image: url('../../public/images/Web_Design_Black_Sec_image.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


/* ****************************************** */

.WhyChoose {
    background-image: url('../../public/images/orange_light_bg_img.webp');
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}


/* ****************************************** */

.Whatwedo {
    background-image: url('../../public/images/Web_Design_Black_Sec_image.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


/* ****************************************** */

.why_choose_card {
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.1);
}

.right_orange_sado {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 20%;
}


/* ************************************************ */


/* laptop css start */

.mockup {
    display: inline-block;
    position: relative;
    z-index: 3;
    text-align: center;
    font-size: 0;
    perspective: 2400px;
    perspective-origin: 50% 100%;
    opacity: 0;
    transition: 500ms opacity;
}

.mockup.loaded {
    opacity: 1;
}

.mockup .part .top,
.mockup .part .bottom {
    position: absolute;
    top: 0;
    left: 0;
}

.mockup .part.top {
    transform: translate3d(0, 0, 0) rotateX(-90deg);
}

.mockup:hover .part.top {
    transform: translate3d(0, 0, 0) rotateX(0deg);
}

.mockup .part {
    display: inline-block;
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform-origin: 50% 100%;
    transition: 900ms;
}

.mockup.opened .part .top {
    transform: translate3d(0, 0, -11px) rotateX(90deg) scale(1, 1);
}

.mockup .part .top {
    transform-origin: 50% 0;
    transform: translate3d(0, 0, -11px) rotateX(90deg);
    transition: 900ms;
}

.mockup img {
    display: block;
    max-width: 100%;
    backface-visibility: hidden;
}

.mockup .part .cover {
    position: relative;
}

.mockup video {
    display: block;
    position: absolute;
    top: 8%;
    left: 4%;
    width: 92%;
    border-radius: 6px;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 1px);
}

.mockup .part.bottom {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate3d(0, 0, 0) rotateX(-90deg);
}

.mockup .part .bottom {
    transform-origin: 50% 0;
    transform: translate3d(0, 0, 0) rotateX(90deg);
}

@media (max-width: 1224px) {
    .mockup .part.bottom {
        position: absolute;
        top: -2px;
        left: 0;
        transform: translate3d(0, 0, 0) rotateX(-89deg);
    }
}

@media (max-width: 768px) {
    .mockup .part.bottom {
        position: absolute;
        top: -2px;
        left: 0;
        transform: translate3d(0, 0, 0) rotateX(-89deg);
    }
}


/* laptop css end */


/* ******************************************* */

.border_hover {
    position: relative;
    border-radius: 0px;
}

.border_hover::before,
.border_hover::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    border-radius: 00px;
    transition: all 0.4s ease-in-out;
}

.border_hover::before {
    top: 0;
    left: 0;
    width: 50%;
    height: 50%;
    border-top-color: #E77025;
    border-left-color: #E77025;
}

.border_hover::after {
    bottom: 0;
    right: 0;
    width: 50%;
    height: 50%;
    border-bottom-color: #E77025;
    border-right-color: #E77025;
}

.border_hover:hover::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top-color: #E77025;
    border-left-color: #E77025;
}

.border_hover:hover::after {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-bottom-color: #E77025;
    border-right-color: #E77025;
}


/* ************************************ */

.why_choose_stiki_page {
    position: absolute;
    right: 7%;
    width: 300px;
    top: -10%;
}


/* *************************************** */

.jorneyDemo {
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
    background-image: url('../../public/images/orange_light_bg_img_2.webp');
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.jorneyDemo .dot_box {
    position: relative;
}

.jorneyDemo .dot_box .dot_color_light {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-color: #E77025;
    position: fixed;
    top: 50%;
    left: 10%;
    transition: background-color 0.4s ease-in-out;
}

.menu {
    width: 100%;
    z-index: 99;
    position: static;
    /* background: ; */
    padding: 15px;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 20px;
    transition: opacity 0.3s ease-in-out;
}

.menu-item {
    display: inline-block;
}

.menu-link {
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}

.menu.sticky {
    position: fixed;
    top: 30%;
    left: 10%;
    width: 230px;
    height: 230px;
    /* border-radius: 50%; */
    /* background: #E77025; */
    /* background-image: url('../../public/images/F_doted.svg'); */
    background-image: url('../../public/images/light_bull.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px;
}

.menu.hide {
    opacity: 0;
    pointer-events: none;
}


/* ************************************************ */

.GetQuat_Custome_Popup {
    background-color: rgba(0, 0, 0, 0.5);
}

.GetQuat_Custome_Popup .checkbox-container {
    display: flex;
    align-items: center;
    /* gap: 10px; */
    /* padding: 10px 20px; */
    /* width: 200px; */
    border: 2px solid #E77025;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
    user-select: none;
    overflow: hidden;
}


/* Hide Default Checkbox */

.GetQuat_Custome_Popup .checkbox-container input {
    display: none;
}

.GetQuat_Custome_Popup .checkbox-text {
    padding: 8px 20px 5px 20px;
    color: #000;
    font-size: 18px;
    width: 100%;
    text-align: center;
    /* background-color: #f1f1f1; */
    /* border-radius: 5px; */
    transition: background 0.3s ease;
}


/* Custom Checkbox Style */


/* Change Background on Click */

.GetQuat_Custome_Popup input:checked {
    background-color: #E77025;
    border: 1px solid #E77025;
}

.GetQuat_Custome_Popup input:checked::after {
    display: block;
}


/* Change Background of Entire Box on Click */

.GetQuat_Custome_Popup input:checked~.checkbox-text {
    background-color: #E77025;
    color: white;
    /* padding: 5px 10px; */
    /* border-radius: 5px; */
}

.GetQuat_Custome_Popup .label_text {
    color: #3A3A3A;
    font-size: 24px;
    font-weight: 700;
    transition: font-size 0.5s ease-in-out;
}

.GetQuat_Custome_Popup .input_fild {
    color: #E77025;
    font-size: 20px;
    font-weight: 700;
    transition: font-size 0.5s ease-in-out;
}

.country-dropdown-container {
    position: relative;
    width: 100%;
}

.GetQuat_Custome_Popup .dropdown-menu {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    background: white;
    border: 1px solid #ccc;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    list-style: none;
    padding: 0;
    max-height: 200px;
    overflow-y: auto;
    z-index: 10;
}

.GetQuat_Custome_Popup .dropdown-menu li {
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.GetQuat_Custome_Popup .dropdown-menu li:hover {
    background-color: #f1f1f1;
}

.GetQuat_Custome_Popup .input_fild {
    border-bottom: 2px solid #B1B1B1;
    outline: none;
}

@media (max-width: 768px) {
    .GetQuat_Custome_Popup .label_text {
        font-size: 18px;
        width: 100% !important;
    }
    .GetQuat_Custome_Popup .input_fild {
        color: #e77025;
        width: 100%;
        font-size: 16px;
        padding-top: 10px;
    }
    .GetQuat_Custome_Popup .cuntriw {
        width: 20%;
    }
    .GetQuat_Custome_Popup .numberw {
        width: 80%;
    }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* **************************************** */

.typewriter h1 {
    overflow: hidden;
    /* Ensures the content is not revealed until the animation */
    white-space: nowrap;
    /* Keeps the content on a single line */
    animation: typing 4s steps(40, end), blink-caret .1s step-end infinite;
}


/* The typing effect */

@keyframes typing {
    from {
        width: 0
    }
    to {
        width: 100%
    }
}


/* The typewriter cursor effect */

@keyframes blink-caret {
    from,
    to {
        border-color: transparent
    }
    50% {
        border-color: orange;
    }
}


/* ****************************************** */

/* Mobile nav menu open animation (replaces framer-motion in Navbar) */
@keyframes navMenuFade {
  from { opacity: 0; transform: translateY(-20px); }
  to   { opacity: 1; transform: translateY(0); }
}
.nav-menu-anim {
  animation: navMenuFade 0.25s ease-out;
}

/* Mobile perf: AOS scroll-animations disabled below 768px (see aos init disable).
   This override guarantees content is visible immediately even before JS loads,
   fixing LCP (hero text/images were invisible until aos.init ran). */
@media (max-width: 767px) {
  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }
}
