@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root{
    --main--color: #FFA84B;
    --main-color-text: #fb8200;
    --second-color: #3f3f3f;
    --second-color-text: #3f3f3f;
    --font-color: #666;
    --main-black: #000;
    --main-white: #fff;
    --text-tertiary: #858481;
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI Variable Display,Segoe UI,Helvetica,Apple Color Emoji,Arial,sans-serif,Segoe UI Emoji,Segoe UI Symbol;
}

html{
    scroll-behavior: smooth !important;
}

html, body{
    overflow-x: hidden;
    height: 100%;
}

body{
    line-height: 2.125;
    font-family: "Open Sans", sans-serif;
    background: linear-gradient(180deg, #fff, #ededed);
}

a,
button {
  color: inherit;
  outline: medium none;
  text-decoration: none; 
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Libre Baskerville', serif;
}

  button:focus,
  input:focus,
  input:focus,
  textarea,
  textarea:focus {
    outline: none !important; 
    box-shadow: none !important;
}

button:focus:not(:focus-visible){
    outline: none;
}
  
ul{
    padding-left: 20px;
}

ul li{
    list-style: none;
    margin-bottom: 4px;
}

.main{
 position: relative;
}

.navbar{
    z-index: 1;
    background: var(--main-white);
}

.navbar-dark .navbar-toggler{
    color: var(--main-black);
}

.navbar-collapse{
    padding: 20px 0;
}

.nav-link{
    color: var(--second-color-text) !important;
}

.nav-link.active{
    color: var(--second-color-text) !important;
    font-weight: bolder !important;
}


.nav-link:hover{
    color: var(--font-color) !important;
}

/* .navbar-collapse .nav-item{
    min-height: 45px;
} */

.nav-item{
    margin-bottom: 0;
}

.navbar-nav{
    gap: 1.4rem;
    margin-bottom: 15px;
}

.main-button{
    background-color: var(--main--color);
    color: var(--main-white) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .375rem;
    padding: 0 10px;
    width:fit-content;
    max-width: 100%;
    max-height: 100%;
    /* height: 2.25rem; */
    font-size: 14px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.icon-button{
    color: var(--second-color-text);
    font-size: 22px;
}

.second-btn{
    border-radius: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: max-content;
    margin: 30px auto;
    padding: 8px 10px;
    position: relative;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    color: var(--main-white) !important;
    background-color: var(--main--color);
    --tw-shadow: 0px 8px 32px 0px rgba(0, 0, 0, .24);
    --tw-shadow-colored: 0px 8px 32px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.main-button:hover, .second-btn:hover{
    opacity: .9;
}

.logo{
    height: 50px;
}

.font-100{
    font-weight: 100;
}

.font-200{
    font-weight: 200;
}

.font-300{
    font-weight: 300;
}

.font-400{
    font-weight: 400;
}

.font-500{
    font-weight: 500;
}

.font-600{
    font-weight: 600;
}

.font-700{
    font-weight: 700;
}

.font-800{
    font-weight: 800;
}

.font-900{
    font-weight: 900;
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
}

.main-heading{
    font-size: 64px;
    color: var(--main-color-text);
}

.second-heading{
    color: var(--main-color-text);
    font-size: 3rem;
}

.descriptions{
    line-height: 30px;
    font-size: 20px;
    color: var(--font-color);

}

.hero-section{
    max-width: 948px;
    margin: 100px auto;
}

.hero-main-image{
    width: 900px;
    max-width: 100%;
    border-radius: 15px;
    max-height: 507px;
    height: 100%;
    --tw-shadow: 0px 14.387px 89.916px 0px rgba(0, 0, 0, .2);
    --tw-shadow-colored: 0px 14.387px 89.916px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    object-fit: cover;
    filter: brightness(0.8);
    -webkit-filter: brightness(0.8);
}



.box-card{
    border: 1px solid rgba(0,0,0,.1);
    background: transparent;
    padding: 1.5rem;
    border-radius: 18px;
    display: grid;
    align-items: center;
    /* flex-direction: column; */
    /* align-items: flex-start; */
    /* gap: .75rem; */
    height: 100%;
    min-height: 230px;
    justify-content: center;
}

.box-descriptions{
    color: var(--text-tertiary);
    line-height: 20px;
    font-size: 14px;
    margin-top: 10px;
}

.box-title{
    /* font-family: 'Libre Baskerville', serif; */
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: var(--main-black);
    margin-left: 12px;
}

.box-list li b{
    /* font-family: 'Libre Baskerville', serif; */
      font-family: "Open Sans", sans-serif;
    color: var(--main-black);
    font-size: 14px;
    font-weight: 600;
}

.box-list li{
    font-weight: 400;
    line-height: 26px;
    list-style: circle;
    color: var(--text-tertiary);
}


 .cta-button {
            background-color: var(--primary);
            color: var(--light) !important;
            padding: 8px 16px;
            border-radius: 30px;
            text-decoration: none;
            font-weight: 600;
            transition: var(--transition);
            font-size: 14px;
            display: inline-block;
        } 
        
        .cta-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0,102,255,0.2);
        }
        
        /* Mobile Menu */
        .mobile-menu-btn {
            display: none;
            background: none;
            border: none;
            font-size: 24px;
            cursor: pointer;
            color: var(--dark);
        }
        
        /* Hero Section */
        .hero {
            padding: 150px 0 80px;
            text-align: center;
            /* background: linear-gradient(135deg, #f8f9fa 0%, #e0e0e0 100%); */
            background: linear-gradient(135deg, #ffefdb 0%, #d5cec7 100%);
            
        }
        
        .hero h1 {
            font-size: clamp(32px, 5vw, 48px);
            font-weight: 700;
            margin-bottom: 20px;
            line-height: 1.3;
            margin-top: 10px;
        }
        
        .hero p {
            font-size: 16px;
            max-width: 700px;
            margin: 0 auto 40px;
            color: #555;
            padding: 0 15px;
            line-height: 30px !important;
        }
        
        /* Sections */
        section {
            padding: 80px 0;
            scroll-margin-top: 70px;
            padding-bottom: 10px;
        }
        
        .section-title {
            font-size: clamp(28px, 4vw, 30px);
            font-weight: 700;
            margin-bottom: 40px;
            text-align: center;
            padding: 0 15px;
            line-height: 1.4;
        }
        
        .grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
            gap: 25px;
            padding: 0 10px;
            align-items: center;
        }
        
        .card {
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            transition: var(--transition);
        }
        
        .card:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 25px rgba(0,0,0,0.1);
        }
        
        .card img {
            width: 100%;
            height: 200px;
            object-fit: cover;
        }
        
        .card-content {
            padding: 20px;
        }
        
        .card h3 {
            font-size: 20px;
            margin-bottom: 12px;
        }
        
        /* Footer */
      
        .footer-content {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            gap: 30px;
            margin-bottom: 30px;
        }
        
        .footer-column h3 {
            font-size: 16px;
            margin-bottom: 15px;
            color: var(--light);
        }
        
        .footer-column ul {
            list-style: none;
            padding-left: 0;
        }
        
        .footer-column ul li {
            margin-bottom: 8px;
        }
        
        .footer-column a {
            color: var(--light);
            text-decoration: none;
            transition: var(--transition);
            font-size: 14px;
        }
        
        .footer-column a:hover {
            color: white;
        }
        
        .copyright {
            text-align: center;
            /* padding-top: 25px; */
            /* border-top: 1px solid #333; */
            color: #777 !important;
            font-size: 13px;
        }

        .copyright p{
            color: var(--light);
        }
        
        /* Feature Icons */
        .feature-icon {
            font-size: 36px;
            color: var(--primary);
            margin-bottom: 15px;
        }
        
        /* Technology Section */
        .tech-specs {
            /* background-color: white; */
            border-radius: 12px;
            padding: 30px;
            /* box-shadow: 0 5px 15px rgba(0,0,0,0.05); */
            margin: 0 10px;
        }

        .tech-specs img{
            width: 100%;
        }
        
        .tech-specs h3 {
            margin-bottom: 15px;
            font-size: 18px;
            color: #ffa84b;
        }
        
        .tech-specs ul {
            margin-bottom: 25px;
            padding-left: 18px;
        }
        
        .tech-specs li {
            margin-bottom: 8px;
            font-size: 15px;
            color: var(--text-tertiary);
        }

        /* .tech-specs li strong{
            color: var(--gray);
        }
         */
        table {
            width: 100%;
            border-collapse: collapse;
            margin: 25px 0;
            font-size: 14px;
            overflow-x: auto;
            display: block;
        }
        
        table th, table td {
            padding: 12px;
            text-align: left;
            border-bottom: 1px solid var(--gray);
        }
        
        table th {
            background-color: #f5f5f5;
            font-weight: 600;
        }
        
        /* Case Studies */
        .case-study {
            margin-bottom: 30px;
            /* padding: 0 15px; */
            padding: 20px;
            background: #fff;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            transition: var(--transition);
        }
        
        .case-study h3 {
            font-size: 24px;
            margin-bottom: 12px;
        }
        
        .case-study .results {
            /* background-color: #fffff0; */
            background: linear-gradient(135deg, #ffefdb 0%, #d5cec7 100%);
            padding: 18px;
            border-radius: 8px;
            margin-top: 18px;
            font-size: 15px;
        }
        
        /* Contact Section */
        .contact-card {
            /* background: white; */
            padding: 30px;
            border-radius: 12px;
            /* box-shadow: 0 5px 15px rgba(0,0,0,0.05); */
            max-width: 500px;
            margin: 0 auto;
            text-align: center;
        }
        
        .contact-card p {
            margin-bottom: 15px;
            font-size: 16px;
        }
        
       






@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        justify-content: space-between;
        align-items: center;
        margin-left: 30px;
    }

    .navbar{
        background: transparent;
    }

    /* .navbar-collapse .nav-item{
        min-height: 0px;
    } */

    .navbar-nav{
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .hero-section{
        width: 100%;
    }

    .descriptions{
        line-height: 25px;
        font-size: 14px;
    }

    .main-heading{
        font-size: 28px;
    }

    .second-heading{
        font-size: 24px;
    }

    .hero-section{
        margin: 50px auto;
    }

}

 /* Responsive Breakpoints */
        @media (max-width: 768px) {
            
            .mobile-menu-btn {
                display: block;
            }
            
            .hero {
                padding: 130px 0 60px;
            }
            
            section {
                padding: 50px 0;
                padding-bottom: 10px;
            }
            
            .footer-content {
                grid-template-columns: 1fr;
                gap: 25px;
            }
        }
        
        @media (max-width: 480px) {
            .hero {
                padding: 120px 0 50px;
            }
            
            .hero h1 {
                font-size: 28px;
            }
            
            .section-title {
                font-size: 26px;
                margin-bottom: 20px;
            }
            
            .card-content {
                padding: 15px;
            }
            
            .tech-specs {
                padding: 20px;
            }
        }
