@charset "UTF-8";
/* CSS Document */
body {
	color: #0E1330;
	 background-position: 0%;
    background-image: -webkit-linear-gradient(270deg,rgba(239,238,252,1.00) 0%,rgba(165,193,220,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(239,238,252,1.00) 0%,rgba(165,193,220,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(239,238,252,1.00) 0%,rgba(165,193,220,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(239,238,252,1.00) 0%,rgba(165,193,220,1.00) 100%);
}

.hero-bg {
    background-image: url(../images/hero-dimensions.jpg);
    background-size: cover;

}

.hero-bg2 {
    background-image: url(../images/background.png);
    background-size: auto auto;
}

.hero-bg3 {
    background-image: url(../images/optics-bg1.png);
    background-size: auto auto;
}

.questrial-regular {
    font-family: "Questrial", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-repeat: no-repeat;
    background-size: cover;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
    font-style: normal;
}
/* Resets (http://meyerweb.com/eric/tools/css/reset/ | v2.0 | 20110126 | License: none (public domain)) */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
	font-family: "Questrial", sans-serif;
  line-height: 1;
}
ol, ul {
  list-style: none;
}

h1 {	
	font-size: 2rem;
	font-weight: bold;
}

h2 {
	font-size: 1.75rem;
	font-weight: bold;
	
}

h3 {
	font-size: 1.5rem;
	font-weight: bold;
	
}

h4 {
	font-size: 1.25rem;
	font-weight: bold;
	
}
h5 {
	font-size: 1rem;
	font-weight: bold;
	
}

h6 {
	
	font-size: .75rem;
	font-weight: bold;
	
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  -webkit-text-size-adjust: none
}
/* Box Model */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* Container */
body {
  /* min-width: (containers) */
  min-width: 1200px;
}
.container {
  margin-left: auto;
  margin-right: auto;
  /* width: (containers) */
  width: 1200px;
}
/* Modifiers */
.container.small {
  /* width: (containers) * 0.75; */
  width: 900px;
}
.container.big {
  width: 100%;
  /* max-width: (containers) * 1.25; */
  max-width: 1500px;
  /* min-width: (containers); */
  min-width: 1200px;
}
/* Grid */
.\31 2u {
  width: 100%
}
.\31 1u {
  width: 91.6666666667%
}
.\31 0u {
  width: 83.3333333333%
}
.\39 u {
  width: 75%
}
.\38 u {
  width: 66.6666666667%
}
.\37 u {
  width: 58.3333333333%
}
.\36 u {
  width: 50%
}
.\35 u {
  width: 41.6666666667%
}
.\34 u {
  width: 33.3333333333%
}
.\33 u {
  width: 25%
}
.\32 u {
  width: 16.6666666667%
}
.\31 u {
  width: 8.3333333333%
}
.\-11u {
  margin-left: 91.6666666667%
}
.\-10u {
  margin-left: 83.3333333333%
}
.\-9u {
  margin-left: 75%
}
.\-8u {
  margin-left: 66.6666666667%
}
.\-7u {
  margin-left: 58.3333333333%
}
.\-6u {
  margin-left: 50%
}
.\-5u {
  margin-left: 41.6666666667%
}
.\-4u {
  margin-left: 33.3333333333%
}
.\-3u {
  margin-left: 25%
}
.\-2u {
  margin-left: 16.6666666667%
}
.\-1u {
  margin-left: 8.3333333333%
}
/* Rows */
.row > * {
  float: left;
}
.row:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.row:first-child > * {
  padding-top: 0 !important;
}
/* Normal */
.row > * {
  /* padding-left: (gutters) */
  padding-left: 40px;
}
.row + .row > * {
  /* padding: (gutters) 0 0 (gutters) */
  padding: 40px 0 0 40px;
}
.row {
  /* margin-left: -(gutters) */
  margin-left: -40px;
}
/* Flush */
.row.flush > * {
  padding-left: 0;
}
.row + .row.flush > * {
  padding: 0;
}
.row.flush {
  margin-left: 0;
}
/* Quarter */
.row.quarter > * {
  /* padding-left: (gutters * 0.25) */
  padding-left: 10px;
}
.row + .row.quarter > * {
  /* padding: (gutters * 0.25) 0 0 (gutters * 0.25) */
  padding: 10px 0 0 10px;
}
.row.quarter {
  /* margin-left: -(gutters * 0.25) */
  margin-left: -10px;
}
/* Half */
.row.half > * {
  /* padding-left: (gutters * 0.5) */
  padding-left: 20px;
}
.row + .row.half > * {
  /* padding: (gutters * 0.5) 0 0 (gutters * 0.5) */
  padding: 20px 0 0 20px;
}
.row.half {
  /* margin-left: -(gutters * 0.5) */
  margin-left: -20px;
}
/* One and (a) Half */
.row.oneandhalf > * {
  /* padding-left: (gutters * 1.5) */
  padding-left: 60px;
}
.row + .row.oneandhalf > * {
  /* padding: (gutters * 1.5) 0 0 (gutters * 1.5) */
  padding: 60px 0 0 60px;
}
.row.oneandhalf {
  /* margin-left: -(gutters * 1.5) */
  margin-left: -60px;
}
/* Double */
.row.double > * {
  /* padding-left: (gutters * 2) */
  padding-left: 80px;
}
.row + .row.double > * {
  /* padding: (gutters * 2) 0 0 (gutters * 2) */
  padding: 80px 0 0 80px;
}
.row.double {
  /* margin-left: -(gutters * 2) */
  margin-left: -80px;
}

.text-shadow {
	text-shadow: 2px 2px 10px rgba(0,0,0,0.85);
}
.img-rounded-bg {
	background-image: url(../img/networking-globe.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
/* Custom Gradients for Sections */
.bg-light-gradient {
    background-position: 0%;
    background-image: -webkit-linear-gradient(270deg,rgba(239,238,252,1.00) 0%,rgba(165,193,220,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(239,238,252,1.00) 0%,rgba(165,193,220,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(239,238,252,1.00) 0%,rgba(165,193,220,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(239,238,252,1.00) 0%,rgba(165,193,220,1.00) 100%);
}


.btn-white {
	background-color: rgba(255,255,255,1.00);
	border-radius: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: rgba(0,0,0,1.00);
	text-decoration: none;
	border: thin solid rgba(0,0,0,0.00);
	font-size: small;
}

.btn-white:hover {
	border: thin solid rgba(0,0,0,0.65);
	background-image: -webkit-linear-gradient(270deg,rgba(159,181,242,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(159,181,242,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(159,181,242,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(159,181,242,1.00) 0%,rgba(255,255,255,1.00) 100%);
}
.service-card {
  display: flex;
  flex-direction: column;
  width: 33%;
  padding: 20px;  
  color: #464646;  
  /* Ensures the container takes up a specific height for the items to grow into */
  height: 200px; 
}
.service-title {
    display: flex !important;
    flex: 1;
    color: #464646;  
}
.service-text {
  flex: 1; /* Makes each item grow to fill an equal amount of space */
  /* Add styling for your row items here */
  font-size: small;
color: #464646;  
}

.scale {
    transform: scale(1);
    transition: transform 0.5s ease-in-out;
}

.scale:hover {
    transform: scale(1.05);
}

.bg-white-gradient {
    background: linear-gradient(180deg, #ffffff 0%, #f0f2f5 100%);
}

.bg-primary-subtle {
    background-color: #e0f2f7 !important; /* Lighter shade of primary for contrast sections */
}

.bg-gradient-primary {
    background-position: right; /* Stronger gradient for hero */
    background-image: -webkit-linear-gradient(270deg,rgba(117,0,232,1.00) 0%,rgba(18,212,224,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(117,0,232,1.00) 0%,rgba(18,212,224,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(117,0,232,1.00) 0%,rgba(18,212,224,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(117,0,232,1.00) 0%,rgba(18,212,224,1.00) 100%);
}


/* Navbar Customizations */
.navbar-brand {
    font-weight: 700;
    font-size: 1.6rem;
    padding: 0.5rem 1rem; /* Padding around logo text */
    transition: background-color 0.3s ease;
}

.navbar-brand:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.navbar .nav-link {
    font-weight: 500;
    margin-left: 15px;
    padding: 8px 15px;
    border-radius: 0.5rem; /* Rounded corners for nav links */
    transition: background-color 0.3s ease, color 0.3s ease;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
    background-color: rgba(255, 255, 255, 0.15); /* Light hover background */
    color: #fff;
}

.navbar .btn-primary {
    background-color: #4b45fd; 
    border-color: #4d7ee8;
    font-weight: 600;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.navbar .btn-primary:hover {
    background-color: #0d6ebe;
    border-color: #80b9fe;
    transform: translateY(-2px);
}

/* Hero Section Styling */
.hero-section {
    min-height: 80vh; /* Make hero section tall */
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden; /* Hide overflow from animations */
}

/* Page Header Section for inner pages */
.page-header-section {
    min-height: 40vh; /* Shorter hero for inner pages */
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    position: relative;
    background: #4d7ee8; /* Primary gradient */
}
.page-header-section h1 {
    font-size: 3.5rem;
}

/* General Heading Styles */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: #343a40;
}

.display-3, .display-4, .display-5, .display-6 {
    font-weight: 800;
}

/* Button Styles */
.btn-lg {
    padding: 12px 30px;
    font-size: 1.1rem;
    font-weight: 600;
}

.btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
    border-radius: 2rem; /* Consistent rounded pills */
    transition: all 0.3s ease;
}

.btn-outline-light, .btn-outline-primary, .btn-outline-success, .btn-outline-info {
    border-width: 2px;
    font-weight: 500;
}

.btn-primary:hover, .btn-success:hover, .btn-info:hover, .btn-warning:hover, .btn-danger:hover {
    transform: translateY(-3px); /* Subtle lift on hover */
    box-shadow: 0 8px 16px rgba(0,0,0,0.2) !important;
}

/* Card Styles */
.card {
    border: none;
    border-radius: 1rem; /* More rounded cards */
    transition: all 0.3s ease;
}

.card:hover {
    transform: translateY(-5px); /* Lift cards on hover */
    box-shadow: 0 10px 20px rgba(0,0,0,0.15) !important;
}

.service-card .card-body i {
    color: #007bff; /* Primary color for service icons */
}

/* Icon Animation for Service Cards */
@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.icon-bounce {
    animation: bounce 2s infinite ease-in-out;
}

/* Testimonial Carousel Styling */
.testimonial-carousel {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 1rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.blockquote p.lead {
    font-size: 1.4rem;
    line-height: 1.8;
    color: #555;
}

.blockquote-footer {
    font-size: 1.1rem;
    color: #777;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    padding: 15px;
}

/* Footer Styling */
footer {
    background-color: #212529 !important; /* Darker footer */
}

footer a {
    color: #adb5bd; /* Lighter text for links */
}

footer a:hover {
    color: #ffffff;
    text-decoration: underline;
}

footer .social-icons a {
    color: #ffffff;
    transition: color 0.3s ease;
}

footer .social-icons a:hover {
    color: #007bff; /* Primary color on hover */
}

/* Social Icon Pulse Animation */
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.social-icons a.animate__animated {
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

/* Forms */
.form-control.rounded-pill, .form-select.rounded-pill {
    border-radius: 50rem !important; /* More rounded input fields */
}
.form-control.rounded-4, .form-select.rounded-4 {
    border-radius: 0.75rem !important;
}

/* Map Responsive */
.map-responsive {
    overflow:hidden;
    padding-bottom:56.25%; /* 16:9 aspect ratio */
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/* Text Content blocks for policy pages */
.text-content p, .text-content li {
    font-size: 1.1rem;
    line-height: 1.8;
}

/* Adjustments for smaller screens */
@media (max-width: 992px) {
    .navbar .nav-link {
        margin-left: 0;
        text-align: center;
    }
    .navbar .btn-primary {
        display: block;
        width: 80%;
        margin: 15px auto;
    }
    .hero-section h1 {
        font-size: 2.5rem;
    }
    .hero-section p.lead {
        font-size: 1.1rem;
    }
    .page-header-section h1 {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    body {
        padding-top: 56px; /* Adjust for smaller fixed navbar */
    }
    .navbar-brand {
        font-size: 1.4rem;
    }
    .hero-section {
        min-height: 60vh;
    }
    .hero-section h1 {
        font-size: 2rem;
    }
    .hero-section .btn-lg {
        width: 100%;
        margin-bottom: 15px;
    }
    .page-header-section {
        min-height: 30vh;
    }
    .page-header-section h1 {
        font-size: 2rem;
    }
}
