/* Custom Stylee Sheet */

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root { 
  --background-color: #ffffff; /* Background color for the entire website, including individual sections */
  --default-color: #444444; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #183365; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #00b0f0; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: #222222;  /* The default color of the main navmenu links */
  --nav-hover-color: #00b0f0; /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #ffffff; /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #222222; /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #00b0f0; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
  --background-color: #fff;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #060606;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #252525;
  --contrast-color: #ffffff;
}
.header .logo img {
	max-height: 90px;
}
.header .branding {
  padding: 25px 25px;
}
.stats .stats-item {
	background-color: 
color-mix(in srgb, #106eea, transparent 95%);
}
.services .btn-get-started {
	color: var(--contrast-color);
    background: var(--accent-color);
    font-family: var(--heading-font);
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 4px;
    transition: 0.5s;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    margin-top: 50px;
}
.pricing .btn-get-started {
	color: var(--contrast-color);
    background: var(--accent-color);
    font-family: var(--heading-font);
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 4px;
    transition: 0.5s;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    margin-top: 50px;
}
.team .team-member .member-info h4 {
	color: #183365;
}
.footer {
	padding-bottom: 0px;
}
.bottom-sec {
	background-color: #183365;
	color: #fff;
}
.hero h1 {
  font-size: 3.5rem;
  line-height: 65px;
}
.hero p {
  color: #183365;
  font-size: 16px;
}
.img-box {
  width: 80px;
  height: 80px;
  background: #f5f9ff;
  border-radius: 20px;
  padding: 10px;
  margin: 0 auto;
}
.hero-sec-ryt .animated {
  animation: up-down 2sease-in-out infinite alternate-reverse both;
}
.hero {
  background: url(../img/hero-bg.png);
}
.hero:before {
  background: color-mix(in srgb, var(--background-color), transparent 30%);
}
.featured-services {
  background-color: #183365;
}

/*===== call action one =====*/
.call-action-one {
  background-color: #57a330;
  padding-top: 50px;
  padding-bottom: 100px;
}
.call-action-one .call-action-content .call-action-text {
  margin-top: 50px;
}
.call-action-one .call-action-content .call-action-text .action-title {
  font-weight: 600;
  color: var(--background-color);
}
.call-action-one .call-action-content .call-action-text .text-lg {
  color: var(--background-color);
  margin-top: 16px;
}
.call-action-one .call-action-content .call-action-btn {
  margin-top: 50px;
}
.call-action-area .btn-get-started {
    color: var(--contrast-color);
    background: var(--accent-color);
    font-family: var(--heading-font);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 40px;
    transition: 0.5s;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}


/* ===== Buttons Css ===== */
.features-style-one .primary-btn-outline {
  border-color: var(--primary);
  color: var(--primary);
}
.features-style-one .active.primary-btn-outline, .features-style-one .primary-btn-outline:hover, .features-style-one .primary-btn-outline:focus {
  background: var(--primary-dark);
  color: var(--white);
}
.features-style-one .deactive.primary-btn-outline {
  color: var(--dark-3);
  border-color: var(--gray-4);
  pointer-events: none;
}

/*===========================
  Features One CSS 
===========================*/
.features-one .text {
  font-size: 16px;
  line-height: 24px;
  margin-top: 24px;
}

.features-style-one {
  background-color: var(--white);
  padding: 40px 20px;
  margin-top: 40px;
  border-radius: 4px;
  transition: all 0.3s;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}
.features-style-one:hover {
  box-shadow: var(--shadow-4);
}
.features-style-one .features-icon {
  position: relative;
  display: inline-block;
  z-index: 1;
  height: 100px;
  width: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 40px;
  color: var(--primary);
  border: 2px solid rgba(187, 187, 187, 0.192);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {
  .features-style-one .features-icon {
    height: 70px;
    width: 70px;
    line-height: 70px;
    font-size: 35px;
  }
}
.features-style-one:hover .features-icon {
  border-color: transparent;
  color: var(--white);
  background-color: var(--primary);
}
.features-style-one .features-content {
  margin-top: 24px;
}

.features-style-one .features-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--accent-color);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.features-style-one .text {
  color: var(--dark-3);
  margin-top: 16px;
}

.features-btn .btn-get-started {
    color: var(--contrast-color);
    background: var(--accent-color);
    font-family: var(--heading-font);
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px;
    transition: 0.5s;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}
.clients .swiper {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.navmenu a {
  font-weight: 500;
  color: var(--nav-color);
  text-transform: uppercase;
  padding: 8px 15px;
}
.navmenu li {
  margin-left: 10px;
}
.navmenu a, .navmenu a:focus {
  padding: 8px 15px;
  font-size: 15px;
}
.navmenu .dropdown ul a {
  font-weight: 500;
  text-transform: uppercase;
}
.navmenu .btn  {
  background-color: #183365;
  border: none;
}
.navmenu .btn a {
  color: #fff;
  font-size: 14px;
}
.navmenu li:last-child a {
  padding-right: 15px;
} 
.section-title h1 {
  font-size: 25px;
  font-weight: 600;
  color: var(--heading-color);
}
.section-title p {
  font-size: 18px;
  color: var(--default-color);
  margin-top: 10px;
  font-weight: 400;
}
.section-title-one {
  padding: 60px 0;
}
.section-title-one ul {
  list-style: none;
  margin: 0;
}
.section-title-one ul i {
  margin-right: 10px;
  color: var(--accent-color);
}
.starter-section button {
    background: var(--accent-color);
    border: 0;
    padding: 10px 30px;
    transition: 0.4s;
    border-radius: 50px;
    font-size: 16px;
}
.starter-section button a {
  color: var(--contrast-color);
  text-decoration: none;
}
.starter-section button:hover {
  background: var(--heading-color);
}
.starter-section {
  background: aliceblue;
}
 .sub-head{
  font-size: 25px;
  color: var(--accent-color);
  font-weight: 600;
  padding: 15px 0px;
}
.sub-head-2{
  font-size: 20px;
  color: var(--heading-color);
  font-weight: 600;
  margin-bottom: 20px;
}
.body-content ul{
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
}
.body-content ul i {
  color: var(--accent-color);
  margin-right: 10px;
}
.content-title {
  font-size: 24px;
  color: var(--accent-color);
  font-weight: 600;
  margin-bottom: 35px;
}

/* ===== Buttons Css ===== */
.call-action-one .call-action-content .call-action-btn .primary-btn {
  background: var(--accent-color);
  color: var(--surface-color);
  box-shadow: var(--shadow-2);
  font-size: 16px;
  padding: 12px 30px;
  border-radius: 30px;
  text-transform: uppercase;
}

.call-action-one .call-action-content .call-action-btn .deactive.primary-btn {
  background: var(--gray-4);
  color: var(--dark-3);
  pointer-events: none;
}

/*===== call action one =====*/
.call-action-one {
  background-color: var(--heading-color);
  padding-top: 50px;
  padding-bottom: 100px;
}
.call-action-one .call-action-content .call-action-text {
  margin-top: 50px;
}
.call-action-one .call-action-content .call-action-text .action-title {
  font-weight: 600;
  color: var(--accent-color);
  text-transform: capitalize;
  font-size: 20px;
}
.call-action-one .call-action-content .call-action-text .action-title span{
  color: #fff;
  font-size: 1.8rem;
  padding: 20px 0;
}
.call-action-one .call-action-content .call-action-text .text-lg {
  color: var(--surface-color);
  margin-top: 16px;
}
.call-action-one .call-action-content .call-action-btn {
  margin-top: 50px;
}

/*===========================
  card-01 css
===========================*/
.single-card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background-color: var(--surface-color);
  border-radius: 8px;
  overflow: hidden;
  margin-top: 30px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: 100%;
}
.single-card:hover {
  box-shadow: var(--shadow-4);
}
.single-card .card-image img {
  width: 100%;
  height: 100%;
}
.single-card .card-content {
  padding: 16px;
}
.single-card .card-content .card-title {
  margin-bottom: 0;
  font-size: 18px;
  color: var(--heading-color);
  font-weight: 600;
}
.single-card .card-content .card-title a {
  color: var(--black);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.single-card .card-content .card-title a:hover {
  color: var(--primary);
}
.single-card .card-content .text {
  color: var(--dark-3);
  margin-top: 8px;
}
.inner-section {
  padding: 30px;
  background: #ecf3ff;
}
.icon-box {
  padding: 25px;
  border-radius: 8px;
  margin: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  height: 100%;
}
.icon-box h4 {
  font-size: 17px;
  color: var(--accent-color);
  margin-top: 10px;
}
.icon-box h3 {
  font-size: 20px;
  color: var(--heading-color);
  margin-top: 10px;
  font-weight: 600;
}
.icon-box p {
  font-size: 16px;
  color: var(--default-color);
  margin-top: 5px;
}
.icon-box i {
  font-size: 35px;
  color: var(--heading-color);
  margin-bottom: 10px;
}
.padding-section {
  padding: 80px 0;
}
.img-section {
  padding: 15px 0;
}
.fw-bold {
  color: var(--accent-color);
}
.paragraph {
  padding: 20px 50px;
}
.grp-list {
  padding: 50px;
  color: var(--heading-color);
  font-size: 16px;
  background: aliceblue;
}
p b {
  font-weight: normal;
}
h2 b {
  font-weight: 600;
}
h3 b {
  font-weight: 500;
}