/* Custom navbar styling */
body {
    font-family: 'Playfair Display', serif;
    font-weight: normal;
    font-size: 1.6rem;
    background-color: #e8e4ff !important;
    color: #000;
    font-family: 'Times New Roman', Tahoma, Geneva, Verdana, sans-serif;
    /*font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
}
.navbar-custom {
    background-color: #fafafa !important; /* Off-white background */
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.navbar-custom .navbar-nav .nav-link {
    color: #000000 !important; /* Black text color */
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-size: 1.2rem;
    padding: 0.75rem 1rem;
    transition: color 0.3s ease;
}
        
.navbar-custom .navbar-nav .nav-link:hover {
    color: #28a745 !important; /* Green hover color */
}

.navbar-custom .navbar-brand {
    color: #000000 !important;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1.5rem;
}

.navbar-custom .navbar-brand:hover {
    color: #28a745 !important;
}
        
/* Dropdown menu styling */
.dropdown-menu {
    border: none;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    border-radius: 8px;
}

.dropdown-item {
    color: #000000;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    padding: 0.75rem 1.5rem;
    transition: all 0.3s ease;
}

.dropdown-item:hover {
    background-color: #28a745;
    color: #ffffff !important;
}
        
/* Mega menu styling */
.mega-menu {
    position: static !important;
    width: 100%;
    left: 0;
    right: 0;
    border-radius: 12px;
    border: none;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15), 0 5px 10px rgba(0,0,0,0.1);
    margin-top: 8px;
    background-color: #ffffff;
}

.mega-menu .container {
    padding: 2.5rem 2rem;
}
        
.mega-menu h6 {
    color: #28a745;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    margin-bottom: 1.2rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e9ecef;
}

.mega-menu .list-unstyled li {
    margin-bottom: 0.7rem;
}

.mega-menu .list-unstyled a {
    color: #000000;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.3s ease;
}

.mega-menu .list-unstyled a:hover {
    color: #28a745;
}

/* Navbar toggler styling */
.navbar-custom .navbar-toggler {
    border: none;
    padding: 0.25rem 0.5rem;
}

.navbar-custom .navbar-toggler:focus {
    box-shadow: none;
}

.navbar-custom .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%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='m4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Hero section styling */
.hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/AI-hero.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    position: relative;
}

.hero-content h1 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 5rem;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    letter-spacing: 3px;
}

.hero-content p {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 2.0rem;
    margin-bottom: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    letter-spacing: 2px;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 3rem;
        letter-spacing: 2px;
    }
    
    .hero-content p {
        font-size: 1.2rem;
        letter-spacing: 1px;
    }
}
.bgoffwhite {
    background-color: #f9f9f7;
}
.content-area {
    padding: 3rem 0;
    margin-top: 0px; /* Add top margin to account for fixed navbar */
    min-height: 70vh;
    background-color: #e8e4ff !important;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1551" height="1376" viewBox="0 0 1551 1376" fill="none"><defs><filter id="blur" x="-50%25" y="-50%25" width="200%25" height="200%25"><feGaussianBlur stdDeviation="120"></feGaussianBlur></filter></defs><rect width="1551" height="1376" fill="%23fafafa"/><ellipse cx="200" cy="688" rx="300" ry="600" fill="%23c4b5fd" fill-opacity="0.4" filter="url(%23blur)"/><ellipse cx="1351" cy="688" rx="300" ry="600" fill="%23c4b5fd" fill-opacity="0.4" filter="url(%23blur)"/><ellipse cx="775" cy="688" rx="400" ry="300" fill="%23f8f8f8" fill-opacity="0.9" filter="url(%23blur)"/></svg>');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.lead {
    font-size: 1.4rem !important;
}

/* Wavy Divider */
.wave-divider {
    position: relative;
    height: 100px;
    overflow: hidden;
    width: 100%;
}

.wave-divider svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
}
@media (max-width: 768px) {  
    .wave-divider {
        height: 50px;
    }
    .wave-divider svg {
        height: 50px;
    }
}

/*********cards*****/
.card-1 {
    box-shadow: 2px 10px 15px -5px rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-box-shadow: 2px 10px 15px -5px rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.card-y{
	-webkit-box-shadow:3px 25px 12px -18px rgba(0, 0, 0, .5);
	box-shadow: 3px 25px 12px -18px rgba(0, 0, 0, .5);
}
/***Buttons*****/
.btn-feature {
    font-size: 1.5rem;
	background: -webkit-linear-gradient(0deg, #ffffff 98%, #00c424 2%) !important;
	background: -o-linear-gradient(0deg, #ffffff 98%, #00c424 2%) !important;
	background: linear-gradient(0deg, #ffffff 98%, #00c424 2%) !important; 
}
	.btn-feature:hover {
	background: linear-gradient(0deg, #00c424 100%, #ffffff 0%) !important;
	box-shadow: none;
	color: #fff !important; 
}
.btn-blue-1 {
    color: #ffffff !important;
border-color: #1dc6f2;
font-size: 16px;
font-weight: 700 !important;
text-transform: uppercase !important;
background-color: #1090f2;
-webkit-box-shadow: 0px 8px 18px -6px rgba(0,137,242,0.61);
-moz-box-shadow:0px 8px 18px -6px rgba(0,137,242,0.61);
box-shadow: 0px 8px 18px -6px rgba(0,137,242,0.61);
padding-top: 12px !important;
padding-right: 30px !important;
padding-bottom: 12px !important;
padding-left: 30px !important;	
}
.btn-blue-1:hover {
transition: all 600ms ease 0ms;
background-color: #00c424;
}
.btn-teal {
    font-size: 16px;
    font-weight: 700 !important;
    text-transform: uppercase !important;
	background: -webkit-linear-gradient(0deg, #ffffff 98%, #25ADD9 2%) !important;
	background: -o-linear-gradient(0deg, #ffffff 98%, #25ADD9 2%) !important;
	background: linear-gradient(0deg, #ffffff 98%, #25ADD9 2%) !important; 
    padding-top: 12px !important;
    padding-right: 30px !important;
    padding-bottom: 12px !important;
    padding-left: 30px !important;	
}
.btn-teal:hover {
	background: linear-gradient(0deg, #25ADD9 100%, #ffffff 0%) !important;
	box-shadow: none;
	color: #fff; 
}
p.card-text {
	font-size: 1.5rem;
	line-height: 1.7rem;
}
h3.card-title {
	color: #1E8EC0 !important;
	font-weight: 700;
	padding:15px 15px 0;
	text-transform: uppercase;
}
h1.large {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 4rem;
    margin-bottom: 1rem;
    letter-spacing: 2px;
    text-align: center;
}
@media (max-width: 768px) {  
    h1.large {
    font-size: 2.5rem;
    }
}
.v-center {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: inherit; /** Must match container's height**/
}
/**bg colors**/
.bg-black {
    background-color: #000000 !important;
}
.bg-green {
    background-color: rgb(4, 230, 4) !important;
}

/**text color**/
.text-green {
    color: rgb(4, 230, 4) !important;
}
.text-lgrey {
    color: rgb(158, 161, 158) !important;
}
.text-white {
    color: #fff !important;
}
.mission {
    padding: 3rem 0;
    background-color: #000 !important;
}
/* Footer */
.footer-dark {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    color: #e0e0e0;
    border-top: 3px solid #007bff;
    width: 100%;
}
        
.footer-dark .footer-brand {
    font-size: 1.5rem;
    font-weight: bold;
    color: #007bff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-dark .footer-brand:hover {
    color: #0056b3;
}

.footer-dark h5 {
    color: #ffffff;
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    position: relative;
}

.footer-dark h5::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #007bff;
}
.footer-dark p.foot {
    font-size: 1.3rem !important;
}

.footer-dark a {
    color: #b0b0b0;
    font-size: 1.2rem;
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
    padding: 3px 0;
}

.footer-dark a:hover {
    color: rgb(4, 230, 4) !important;
    padding-left: 5px;
}

.footer-dark .social-links a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #333;
    color: #b0b0b0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    transition: all 0.3s ease;
    padding: 0;
}

.footer-dark .social-links a:hover {
    background-color: #007bff;
    color: #ffffff;
    transform: translateY(-2px);
    padding-left: 0;
}

.footer-dark .contact-info {
    color: #b0b0b0;
    font-size: 1rem;
}

.footer-dark .contact-info i {
    color: #007bff;
    width: 20px;
    margin-right: 10px;
}

.footer-bottom {
    background-color: #111;
    border-top: 1px solid #333;
    padding: 25px 0;
}

.footer-bottom p {
    margin: 0;
    color: #888;
    font-size: 1.2rem;
}
.footer-bottom a {
    text-decoration: none;
    color: rgb(4, 230, 4) !important;
    font-size: 1.2rem;
}
.footer-bottom a:hover {
    color: rgb(227, 232, 227) !important;
}
.newsletter-form {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 20px;
    backdrop-filter: blur(10px);
}

.newsletter-form .form-control {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.newsletter-form .form-control:focus {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    color: #ffffff;
}

.newsletter-form .form-control::placeholder {
    color: #b0b0b0;
}

@media (max-width: 768px) {
    .footer-dark .col-md-3,
    .footer-dark .col-md-4 {
        margin-bottom: 2rem;
    }
}
/**All Pages**/
/* Wavy Divider */
.wave-divider-all {
    position: relative;
    height: 50px;
    overflow: hidden;
    width: 100%;
}

.wave-divider-all svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
}
.page-header {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 0px;
}

.page-header-image {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/hero-ai.jpg') no-repeat center center;
    background-size: cover;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-header-text {
    text-align: center;
    color: #fff;
    padding: 0 20px;
}

.page-header-text h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
    .page-header-text h1 {
        font-size: 2.1rem;
    }
}
.subtitle {
    font-weight: bold;
    color:rgb(4, 23, 230);
}
.card {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.card-body {
    padding: 1rem;
    background-color: #F5F1F1;
}
.card-body p {
    color: #000;
    font-size: 1.5rem;
    line-height: 1.8rem;
}

h4.card-title {
	color: #1E8EC0 !important;
	font-weight: 700;
	padding:15px 15px 0;
	text-transform: uppercase;
}
.card-icon {
    color: #41e67b;
}
/* Contact Page */
.contact-icon {
    color: #04ec17;
    width: 50px;
    text-align: center;
}

.social-icon {
    color: #f8f9fa;
    margin-right: 15px;
    transition: color 0.3s ease;
}

.social-icon:hover {
    color: #4e41e6;
}

.form-control {
    border: 1px solid #908f8f;
}

.form-control:focus {
    border-color: #4e41e6;
    box-shadow: 0 0 0 0.25rem rgba(78, 65, 230, 0.25);
}
.gradient-border {
  border: 3px solid transparent; /* Essential for border-image to work */
  border-image: linear-gradient(to right, #ff0000, #ffff00); /* Define your gradient here */
  border-image-slice: 1; /* Slice value of 1 for a single border region */
  padding: 10px; /* Add padding to prevent content from overlapping the border */
}