/* General styles */
body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: 'Heebo', sans-serif;
    background: #ffffff;
    color: #686868;
}

h1,
h3,
h4,
h5,
h6 {
    font-family: 'Heebo', sans-serif;
    padding: 0;
    margin: 0;
    color: #2a2a2a;
}

h1 {
    font-size: 54px;
    line-height: 58px;
    font-weight: 800;
    position: relative;
    margin-bottom: 20px;
}

h2 {
    color: white;
    font-size: 50px;
    font-weight: 750;
    line-height: 52px;
    margin-bottom: 20px;
    font-family: 'Heebo', sans-serif;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
}

h6 {
    font-size: 18px;
}

a {
    text-decoration: none;
    color: #464646;
}

a:hover {
    color: #1d2d5b;
}

p {
    margin: 5px 0 15px;
    line-height: 28px;
    letter-spacing: 0.5px;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

img {
    width: 100%;
}

/* Preloader */
.spinner2 .container1 div,
.spinner2 .container2 div,
.spinner2 .container3 div {
    background: #1d2d5b;
}

/* Button styles */
.button,
.button2,
.button3 {
    padding: 12px 20px;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 1px;
    border: 0;
    transition: 0.2s;
    font-weight: 600;
}

.button {
    background: #0195ff;
    color: #ffffff;
}

.button:hover {
    background: #2a2a2a;
    color: #ffffff;
}

.button2 {
    background: white;
    color: #1d2d5b;
}

.button2:hover {
    background: #435ebe;
    color: #ffffff;
}

.button3 {
    border-color: #fff;
    color: #fff;
}

.button3:hover {
    background: #2a2a2a;
    border-color: #2a2a2a;
}

/* Navbar */
.navbar {
    top: 0;
    background: white;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    z-index: 99;
}

.navbar .navbar-brand img {
    height: 70px;
    width: 70px;
}

/* Navbar links */
.navbar-nav .nav-link {
    color: #232429;
    font-weight: 500;
    font-style: normal;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #0195ff;
    /* Change on hover */
}

/* Button styles for Subscribe Now */
.navbar .btn {
    background-color: white;
    color: black;
    border-radius: 5px;
    border-color: #0195ff;
}

.navbar .btn:hover {
    background-color: #0195ff;
    color: white;
}


/* Intro Section 1d2d5b*/
.intro {
    color: #eee;
    background: #0195ff;
    padding: 170px 0 220px;
}

.intro h1 {
    color: #fff;
}

.intro .content-left {
    padding-right: 60px;
}

.intro .content-image {
    background: url(../img/bg-intro.png) center no-repeat;
    background-size: 100%;
    text-align: center;
}

.intro .content-entry {
    width: 235px;
    padding: 15px;
    padding-bottom: 12px;
    background: #ffffff;
    margin-top: -350px;
    z-index: 10;
    position: relative;
    border-radius: 2px;
    margin-left: -101px;
}

.intro .content {
    background: #ffffff;
    padding: 10px;
    margin-bottom: 5px;
    color: #686868;
}

.intro .content .icon {
    float: left;
}

.intro .content .icon i {
    color: #1d2d5b;
    font-size: 20px;
    background: #f9efef;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    margin-right: 12px;
}

.intro .content .text {
    overflow: hidden;
}

.intro .bold {
    font-weight: 600;
    margin-top: 60px;
}

.intro .bold span {
    font-size: 50px;
}

/* About Section */
.about {
    padding-top: 130px;
}

.about ul li {
    padding: 5px;
    font-size: 18px;
    color: #2a2a2a;
}

.about ul li i {
    color: #1d2d5b;
    margin-right: 15px;
}

/* Achievement Section */
.achievement {
    text-align: center;
    padding-top: 50px;
  
}

.achievement p {
    font-size: 18px;
    font-weight: 500;
    color: #2a2a2a;
}

.achievement i {
    color: #39d196;
    font-size: 60px;
}

.achievement h2 {
    margin: 10px 0;
    color: #1d2d5b;
}

.achievement .content {
    padding: 50px 0 35px;
    box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);
}


/* Pricing Section */
.pricing {
    background: #f9f9f9;
    padding-bottom: 15px;
}

.pricing h2 {
    margin-bottom: 40px;
}

.pricing .content {
    box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);
    background: #fff; /*#fff;*/
    padding: 25px;
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition for hover effects */
}

.pricing .content h2 {
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 35px;
}

.pricing .content .bold {
    font-weight: 600;
    position: relative;
    margin-top: 35px;
    color: #2a2a2a;
}

.pricing .content .bold span {
    font-size: 60px;
    margin-right: 5px;
    color: #1d2d5b;
}

.pricing .content ul li {
    padding: 5px;
    font-size: 18px;
    color: #2a2a2a;
}

.pricing .content ul li i {
    color: #1d2d5b;
    margin-right: 15px;
}

/* On hover effect for the pricing cards */
.pricing .content:hover {
    transform: translateY(-10px); 
    box-shadow: 0 15px 30px -15px #f9f9f9; /* Increased shadow for emphasis */
}

/* Pricing plan - Highlighted primary content */
.pricing .content-primary {
    background: #0195ff;
}

.pricing .content-primary h4 {
    color: #fff;
}

.pricing .content-primary h2 {
    color: #fff;
}

.pricing .content-primary .bold {
    color: #fff;
}

.pricing .content-primary .bold span {
    color: #0195ff;
}

.pricing .content-primary ul li {
    color: #fff;
}

.pricing .content-primary ul li i {
    color: #0195ff;
}

*/

/* Contact Section */
.contact {
    padding-top: 120px;
    padding-bottom: 30px;
    font-size: 16px;
    font-weight: 500;
    clear: both;
}

.contact iframe {
    width: 100%;
}

.contact h5 {
    margin-bottom: 15px;
    font-weight: 500;
}

.contact .content-box {
    padding: 50px 40px 35px;
    box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);
}

.contact .content {
    position: relative;
    margin: 30px 0;
}

.contact .content .icon {
    float: left;
}

.contact .content .icon i {
    background: #0195ff;
    font-size: 25px;
    color: #fff;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    margin-right: 22px;
    border-radius: 10px;
}

.contact .content .text {
    overflow: hidden;
}

.contact .content .text span {
    position: relative;
    top: -10px;
}

/* Footer */
footer {
    text-align: right;
    margin-top: 15px;
}

footer .row {
    padding: 10px 0 30px 0;
}

footer ul {
    text-align: left;
}

footer ul li {
    display: inline-block;
    margin-right: 10px;
}

footer ul li i {
    font-size: 20px;
    margin-right: 10px;
}

footer ul li i:hover {
    color: #1d2d5b;
}


/* Use Bootstrap's responsive grid classes for handling responsiveness */
.container {
    padding: 0 25px;
}

.card {
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
    
}
.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    background-color: #f7f7f7; /* Change background color on hover */
}
.card-body {
    position: relative;
}
.card-body .services-icon i {
    color: #0195ff; /* Blue color for the icons */
    transition: color 0.3s ease;
}
.card:hover .services-icon i {
    color: #0195ff; /* Change icon color on hover */
}


.footer-wrap {
    background-color: #f8f9fa;
    padding-top: 40px;
    padding-bottom: 40px;
}
.footer-widget .fw-title {
    font-weight: 600;
    font-size: 1.2rem;
}
.footer-widget .fw-list li a {
    text-decoration: none;
    color: #555;
}
.footer-widget .fw-list li a:hover {
    color: #007bff;
}
.footer-social a {
    color: #333;
    margin-right: 15px;
    font-size: 1.5rem;
}
.footer-social a:hover {
    color: #007bff;
}
.footer-widget .fw-schedule-list li span {
    font-weight: 500;
}
.footer-widget .fw-schedule-list li .text-danger {
    font-weight: bold;
}


/* Why Choose Us Section */
.why-choose-us {
    margin-top: 15px;
    padding: 60px 0;
    background-color: #f9f9f9;
}

/* Section Title */
.why-choose-us .section-title h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
}

/* Cards Styling */
.why-choose-us .card {
    border: 2px solid #ddd;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover Effect on Cards */
.why-choose-us .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* Card Icon Styling */
.why-choose-us .card i {
    font-size: 3rem;
    color: #91f500;
}

/* Card Title Styling */
.why-choose-us .card-title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-top: 15px;
    color: #333;
}

/* Card Text Styling */
.why-choose-us .card-text {
    font-size: 1rem;
    color: #555;
}

/* Responsive Layout */
@media (max-width: 768px) {
    .why-choose-us .card {
        margin-bottom: 30px;
    }
}

/* Testimonials Section */
.testimonials {
    padding: 60px 0;
    background-color: #f9f9f9;
    text-align: center;
}

.testimonials h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 40px;
    color: #333;
}

.testimonial-card {
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 30px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease;
    margin-bottom: 30px;
    animation: fadeIn 1s ease-in-out;
}

.testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.testimonial-text {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 20px;
}

.testimonial-rating i {
    color: #f5b300; /* Gold color for star rating */
    margin-right: 5px;
}

.testimonial-author {
    display: flex;
    flex-direction: column; /* Stack the name and designation vertically */
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.testimonial-author p {
    margin: 0; /* Remove extra margins */
}

.author-name {
    font-weight: bold;
    color: #333;
}

.author-designation {
    font-size: 0.9rem;
    color: #777;
    margin-top: 5px; /* Space between name and designation */
}

/* Animation for the testimonial cards */
@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive layout for smaller screens */
@media (max-width: 768px) {
    .testimonial-card {
        padding: 20px;
    }
}
