body, html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #666;
	font-weight: 400;
	width: 100% !important;
	height: 100% !important;
}
h2 {
	font-family: 'Montserrat', sans-serif;
	margin: 0 0 20px 0;
	font-weight: 700;
	font-size: 32px;
	color: #333;
}
h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #333;
}
h4 {
	font-size: 18px;
	color: #333;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 15px;
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #1f386e;
	font-weight: 400;
}
a:hover, a:focus {
	text-decoration: none;
	color: #e52f3c;
}
ul, ol {
	list-style: none;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 2px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #1E7A46;
	margin-bottom: 20px;
	border: 0;
}
/* Navigation */
#menu {
	padding: 20px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: #fff;
	border-color: rgba(231, 231, 231, 0);
	box-shadow: 0 0 30px rgba(0,0,0,0.2)
}
#menu a.navbar-brand {
	font-family: 'Montserrat', sans-serif;
	font-size: 32px;
	font-weight: 700;
	color: #1f386e;
	text-transform: uppercase;
	letter-spacing: -1px;
}
#menu.navbar-default .navbar-nav > li > a {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #1f386e;
	font-size: 14px;
	font-weight: 700;
	padding: 8px 2px;
	border-radius: 0;
	margin: 9px 20px 0 20px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #ce2a36;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #ce2a36 !important;
	background-color: transparent;
}
#menu .phone {
	font-family: 'Montserrat', sans-serif;
	margin: 4px 0 0 120px;
	float: left;
	font-size: 16px;
	font-weight: 400;
	color: #999;
}
#menu .phone span {
	font-size: 14px;
	display: block;
	color: #1f386e;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #fff;
	border-color: #fff;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #1b6d3f;
}
.section-title {
	margin-bottom: 70px;
}
.section-title h2 {
	position: relative;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.section-title h2::after {
	position: absolute;
	content: "";
	background-color: #e52f3c;
	height: 3px;
	width: 50px;
	bottom: -1px;
	left: 0;
}

.subscribe{
	color: #fff;

}
.btn-custom {
	text-transform: uppercase;
	color: #fff;
	background-color: #e52f3c;
	padding: 14px 20px;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: 600;
	border-radius: 12px;
	transition: all 0.3s;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #fff;
	background-color: #1f386e;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Header Section */
.intro {
	display: table;
	width: 100%;
	padding: 0;
	background: url(../img/ysxy1b7k3bijn4gwuqjn.webp) center center no-repeat;
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.intro .overlay {
	background: rgba(0,0,0,0.3);
}
.intro h1 {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 62px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 10px;
	text-shadow: 0 0 15px rgba(0,0,0,0.5)
}
.intro p {
	color: #fff;
	font-size: 17px;
	line-height: 28px;
	padding: 15px;
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 40px;
	background: rgba(0,0,0,.45);
}
header .intro-text {
	padding-top: 350px;
	padding-bottom: 150px;
	text-align: center;
}
/* Get Touch Section */
#get-touch {
	padding: 40px 0 30px;
	color: rgba(255,255,255,.7);
	background: #1f386e;
}
#get-touch h3 {
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	margin: 0 0 10px 0;
}
#get-touch .btn-custom {
	margin: 0;
	background: transparent;
	border: 2px solid #fff;
}
#get-touch .btn-custom:hover {
	color: #1f386e;
	background: #fff;
	border: 2px solid #fff;
}
/* About Section */
#about {
	padding: 110px 0;
	background: #f6f6f6;
}
#about h3 {
	font-size: 22px;
	margin: 0 0 20px 0;
}
#about h2 {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
#about h2::after {
	position: absolute;
	content: "";
	background-color: #e52f3c;
	height: 3px;
	width: 50px;
	bottom: -1px;
	left: 0;
}
#about .about-text li {
	margin-bottom: 6px;
	margin-left: 6px;
	list-style: none;
	padding: 0;
}
#about .about-text li:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	color: #1f386e;
	font-size: 11px;
	font-weight: 300;
	padding-right: 8px;
}
#about img {
	padding: 20px;
	width: 500px;
	margin-top: 10px;
	background: #fff;
	border-right: 0;
	box-shadow: 0 0 50px rgba(0,0,0,0.06);
}
#about p {
	line-height: 24px;
	margin: 30px 0;
}


/* Services Section Styling */
#services {
    padding: 60px 0;
    position: relative;
}

/* Slider Wrapper and Container */
.slider-wrapper {
    overflow: hidden;
    position: relative;
}

.slider-container {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

/* Service Media and Image */
/* Container for Service Media */
.service-media {
    height: 250px; /* Uniform height */
    overflow: hidden;
    border: 1px solid #ddd; /* Optional for debugging */
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.service-media img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures consistent scaling and cropping */
    object-position: center; /* Centers the image */
}

/* Description Section */
.service-desc {
    margin-top: 20px;
    text-align: left;
}

/* Slider Navigation */
.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    padding: 0 20px; /* Added padding to prevent buttons touching edges */
}

.slider-nav button {
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    border: none;
    padding: 18px;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.slider-nav button:hover {
    background: rgba(255, 255, 255, 1);
    transform: scale(1.1);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.slider-nav button:active {
    transform: scale(0.95);
}

/* Add arrow icons using pseudo-elements */
.slider-nav button::before {
    content: '';
    border: solid currentColor;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    position: absolute;
}

.slider-nav .prev::before {
    transform: rotate(135deg);
    left: 46%;
}

.slider-nav .next::before {
    transform: rotate(-45deg);
    right: 46%;
}

.slider-nav .prev {
    margin-left: 30px; /* Increased margin for better spacing */
}

.slider-nav .next {
    margin-right: 30px; /* Increased margin for better spacing */
}

/* Optional: Add hover effect animation */
@media (hover: hover) {
    .slider-nav button:hover::before {
        animation: arrowBounce 0.6s infinite;
    }
}

@keyframes arrowBounce {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(-3px); }
}

/* Columns for Slider Items */
.slider-container .col-md-4 {
    flex: 0 0 33.333333%; /* Ensures 3 items per row on large screens */
    max-width: 33.333333%;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    box-sizing: border-box;
    padding: 0 15px;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .slider-container .col-md-4 {
        flex: 0 0 50%; /* 2 items per row */
        max-width: 50%;
    }
}

@media (max-width: 768px) {
    .slider-container .col-md-4 {
        flex: 0 0 100%; /* 1 item per row */
        max-width: 100%;
    }
    .slider-nav button {
        padding: 10px;
    }
    .slider-nav .prev {
        margin-left: 10px;
    }
    .slider-nav .next {
        margin-right: 10px;
    }
}


/* Testimonials Section */
#testimonials {
	padding: 60px 0;
	text-align: left;
	overflow: hidden;
	
}

.testimonial-slider {
	display: flex;
	transition: transform 0.5s ease;
	width: 100%;
	
}

.testimonial-slide {
	flex: 0 0 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	
}

.testimonial {
	max-width: 800px;
	display: flex;
	align-items: center;
	padding: 20px;
	margin-bottom: 50px;
}

.testimonial-image img {
	width: 100px;
	height: 100px;
	border-radius: 10%;
	margin-right: 20px;
	object-fit: cover;
}

.testimonial-content {
	text-align: left;
}

.testimonial-navigation {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.testimonial-dot {
	width: 10px;
	height: 10px;
	background: #ddd;
	border-radius: 50%;
	margin: 0 5px;
	cursor: pointer;
	margin-bottom: 20px;
}

.testimonial-dot.active {
	background: #333;
}
/* Contact Section */
#contact {
	padding: 100px 0 60px 0;
	background: #1f386e;
	color: rgba(255,255,255,.65);
}
#contact .section-title {
	margin-bottom: 20px;
}
#contact h2 {
	color: #fff;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
#contact h4 {
	color: #fff;
	margin-top: 22px;
	margin-bottom: 60px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
#contact form {
	padding-top: 20px;
}
#contact h3 {
	font-size: 17px;
	font-weight: 600;
}
#contact .text-danger {
	color: #cc0033;
	text-align: left;
}
#contact .btn-custom {
	margin: 30px 0;
	background: transparent;
	border: 2px solid #fff;
}
#contact .btn-custom:hover {
	color: #1f386e;
	background: #fff;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #444;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	border-color: #999;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
color: #777;
}
.form-control:-moz-placeholder {
color: #777;
}
.form-control::-moz-placeholder {
color: #777;
}
.form-control:-ms-input-placeholder {
color: #777;
}
#contact .contact-item {
	margin: 20px 0;
}
#contact .contact-item span {
	color: rgba(255,255,255,1);
	display: block;
}
#contact .social {
	border-top: 1px solid rgba(255,255,255,0.1);
	padding-top: 50px;
	margin-top: 50px;
	text-align: center;
}
#contact .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#contact .social i.fa {
	font-size: 24px;
	padding: 10px;
	color: rgba(255,255,255,0.6);
	transition: all 0.3s;
}
#contact .social i.fa:hover {
	color: #fff;
}
/* Footer Section*/
#footer {
	background: #f6f6f6;
	padding: 30px 0;
}
#footer p {
	color: #888;
	font-size: 14px;
}
#footer a {
	color: #1f386e;
}
#footer a:hover {
	color: #e52f3c;
}

@media (max-width: 768px) {
#about img {
	margin: 50px 0;
}
}


/* extra  */
/* Unique button styling */
.unique-btn {
	display: inline-block;
	padding: 10px 20px;
	background-color: #303088; /* Blue background */
	color: white;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	font-weight: bold;
	transition: background-color 0.3s ease, transform 0.3s ease;
	margin-top: 30px;
  }
  
  .unique-btn:hover {
	background-color: #43be9c;
	color: #041334; /* Darker blue on hover */
	transform: translateY(-3px); /* Slight lift effect */
  }

  /* logo*/
 /* Default Styles - Desktop and larger screens */
.navbar-brand {
	display: flex; /* Align icon and logo horizontally */
	align-items: center; /* Center the logo vertically */
	justify-content: center; /* Center align the content */
	margin: 0;
	padding: 0;
  }
  
  .navbar-brand .logo {
	max-width: 100%;
	height: auto;
	max-height: 150px; /* Default logo size for large screens */
  }
  
  @media (max-width: 1439px) {
	.navbar-brand .logo {
	  max-height: 140px;
	}
  }
  
  @media (max-width: 1023px) {
	.navbar-brand .logo {
	  max-height: 100px;
	}
  }
  
  @media (max-width: 479px) {
	.navbar-brand .logo {
	  max-height: 80px;
	}
  }
  
  @media (max-width: 350px) {
	.navbar-brand .logo {
	  max-height: 60px;
	}
  }
  
  
  

  .footer {
    padding: 40px 0;
    background-color: #0d1117;
    color: white;
}

.footer ul {
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0;
}

.footer li {
    display: inline-block; /* Change to inline-block for horizontal layout */
    padding: 0 10px;
}

.footer ul a {
    color: inherit;
    text-decoration: none;
    opacity: 0.8;
}

.footer ul a:hover {
    opacity: 1;
}

.footer .social {
    text-align: center;
    padding-bottom: 25px;
}

.footer .social > a {
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin: 0 8px;
    color: inherit;
    opacity: 0.75;
}

.footer .social > a:hover {
    opacity: 0.9;
}

.footer .copyright {
    margin-top: 15px;
    text-align: center;
    font-size: 13px;
    color: #aaa;
    margin-bottom: 0;
}
.footer .footer-break{
  height:2px;
  border-width:0;
  color:gray;
  background-color:white
    }


	


/* blogs QA */
/* Blog/Resources Teaser */
#blog-teaser {
	background-color: #061438;
	padding: 60px 0;
  }
  
  #blog-teaser .section-title {
	text-align: center;
	margin-bottom: 40px;
  }
  
  #blog-teaser h2 {
	font-size: 3rem;
	color: #4783c4;
	text-align: left;
  }
  
  .blog-item {
	background-color: #ffffff;
	border: 1px solid #ddd;
	padding: 20px;
	border-radius: 8px;
	text-align: center;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
  }
  
  .blog-item img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	margin-bottom: 20px;
  }
  
  .blog-item h3 {
	font-size: 1.5rem;
	color: #0e2e50;
	margin-bottom: 15px;
  }
  
  .blog-item p {
	font-size: 1rem;
	color: #555;
	margin-bottom: 20px;
  }
  
  .blog-item .unique-btn {
	text-decoration: none;
	padding: 10px 20px;
	background-color: #0e2e50;
	color: #fff;
	border-radius: 4px;
  }
  
  
  /* Interactive Q&A */
  #interactive-qa {
	/* background-color: #f7f7f7; */
	padding:0;
	padding-top: 30px;
  }
  #interactive-qa .row {
	display: flex;
	justify-content: center; /* Center horizontally */
	align-items: center;     /* Center vertically */
	min-height: 70vh;       /* Full viewport height */
  }
  
  .qa-item {
	background-color: #ffffff;
	padding: 30px;
	border-radius: 8px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  
  .qa-item h3 {
	font-size: 1.8rem;
	color: #0e2e50;
	margin-bottom: 20px;
  }
  
  .form-group {
	margin-bottom: 20px;
  }
  
  #user-question {
	width: 100%;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 8px;
	font-size: 1rem;
	resize: vertical;
  }
  
  .qa-item .unique-btn {
	text-decoration: none;
	padding: 10px 20px;
	background-color: #0e2e50;
	color: #fff;
	border-radius: 4px;
  }
 
  
  @media screen and (max-width: 768px) {
	#blog-teaser .col-md-4 {
	  margin-bottom: 30px;
	}
  
	#interactive-qa .col-md-6 {
	  margin-bottom: 30px;
	}
  }
  





  /* nav list  */
/* Ensure nav items are positioned properly */
.navbar-nav li {
    position: relative;
    list-style: none;
}

/* Style the main Services link */
.navbar-nav li > a {
    display: block;
    padding: 12px 16px;
    text-decoration: none;
    color: white;
    transition: 0.3s ease-in-out;
}

/* Dropdown Menu (Hidden by Default) */
.navbar-nav li ol {
    position: absolute;
    top: 100%;
    left: 0;
    background: #43be9c;
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px;
    display: none;
    z-index: 1000;
}

/* Dropdown Items */
.navbar-nav li ol li {
    padding: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Style the dropdown links */
.navbar-nav li ol li a {
    color: white;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

/* Hover effect to show dropdown on large screens */
@media (min-width: 768px) {
    .navbar-nav li:hover ol {
        display: block;
    }
}

/* Hover effect on links */
.navbar-nav li > a:hover,
.navbar-nav li ol li a:hover {
    background:#43be9c;
    color: rgb(12, 46, 120);
}

/* Mobile Dropdown Behavior (inside hamburger menu) */
@media (max-width: 767px) {
    .navbar-nav {
        width: 100%;
    }

    .navbar-nav li {
        display: block;
        width: 100%;
    }

    /* Ensure dropdown opens properly in mobile */
    .navbar-nav li ol {
        position: static;
        width: 100%;
        background: #444;
        display: none;
    }

    /* Show dropdown when .active class is added */
    .navbar-nav li.active ol {
        display: block;
    }
}

/* form  */
 /* Loading Spinner */
 .spinner {
    display: none;
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    margin-left: 10px;
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  /* Popup Modal */
  .popup-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
  }

  .popup-content {
    background: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
  }

  .success-message {
    color: green;
    font-weight: bold;
  }

  .error-message {
    color: red;
    font-weight: bold;
  }
