.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("http://codeigniter4.test:8080/assets/img/Backbround-1366x455.png");
}

.hero-span {
    color: #2cbebf;
}

.sign-btn {
    background-color: #4773b3;
    color: white;
    border-color: white;
}

.cnt-btn {
    background-color: white;
    color: #4773b3;
}

.cnt-btn:hover {
    background-color: #4773b3;
    color: white;
}

.sign-btn:hover {
    background-color: white;
    color: #4773b3;
}

.color1-btn {
    background-color: #5d85c0;
    border-color: #5d85c0;
    color: white;
}

.color1-btn:hover {
    background-color: #4773b3;
    border-color: #4773b3;
    color: white;
}

.color2-btn {
    background-color: white;
    border-color: #4773b3;
    border: solid 2px;
    color: #4773b3;
}

.color2-btn:hover {
    background-color: #4773b3;
    border-color: #4773b3;
    color: white;
}

.rounded-pill {
    border-radius: 80px;
    width: 300px;
    border-color: #fff;
}

.play-icon {
    right: 15px;
}

.text-title {
    color: #4773b3;
}

body {
    font-family: "Avant Garde", system-ui, -apple-system, BlinkMacSystemFont,
        "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji" !important;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, 0.1);
    border: solid rgba(0, 0, 0, 0.15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1),
        inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
    --bd-violet-bg: #4773b3;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
    z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
}

@media (min-width: 992px) {
    .rounded-lg-3 {
        border-radius: 0.3rem;
    }
}

@media (max-width: 576px) {
    .row-cols-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 577px) and (max-width: 767px) {
    .row-cols-sm-2 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .center-content {
        text-align: center;
    }

    .demo-button {
        margin-top: 10px;
        /* Adjust spacing for mobile */
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .row-cols-md-2 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .row-cols-lg-2 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .row-cols-xl-2 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .rounded-pill {
        margin-right: 150px;
    }
}

.border-dashed {
    --bs-border-style: dashed;
}

.jumbo {
    background-color: #ebebeb;
    color: #333;
}

/* body {
      font-family: 'Avant Garde",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important';
  } */

.text-benton-medium {
    color: #4773b3;
}

.homepage-hero h1 span {
    color: #67afc8;
    white-space: nowrap;
}

.homepage-hero .btn {
    white-space: nowrap;
}

.card {
    border: none;
    -webkit-box-shadow: 3px 3px 20px #bcbcbc;
    box-shadow: 3px 3px 20px #bcbcbc;
    border-radius: 16px;
}

.heading-highlight {
    position: relative;
    padding-top: 30px;
}

.heading-highlight::before {
    content: "";

    display: block;

    position: absolute;

    width: 50px;

    height: 3px;

    top: 0;

    background: #4773b3;
}

.hero-heading {
    margin-top: inherit;
}

.center-jumbo {
    background-image: url("/storage/app/public/img/centeral-banner.png");
    background-size: cover;
    background-position: center;
}

.jumbo img {
    max-height: 80%;
    width: auto;
}

.footer-bg {
    background-color: #37517e;
}

.intro-title {
    font-size: 2.5rem;
    line-height: 1.1;
    font-weight: bold;
    color: #4773b3;

    @media (max-width: 767px) {
        font-size: 2rem;
    }
}

.heading-highlight .text-title {
    font-size: 2.5rem;
}

.testcard {
    min-height: 250px;
}

.testcard {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-img-top {
    width: 100%;
    height: auto;
}

.card-body .card-title h5 {
    font-size: 2.5rem !important;
}

.field--name-field-intro-text {
    padding-left: 10%;
    padding-right: 10%;
}

.section-bg {
    background-color: #f3f5fa;
}

.teaser-item-info h4 {
    padding-top: 20px;
}

.copyright {
    font-size: 0.8rem;
}

/* Styles for the cookie banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #333;
    padding: 15px 20px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cookie-banner p {
    margin: 0;
    color: #fff;
    flex-grow: 1;
    margin-right: 20px;
}

.cookie-btn {
    padding: 8px 15px;
    cursor: pointer;
    border: none;
    outline: none;
    color: #333;
    border-radius: 20px;
    transition: background-color 0.3s ease;
}

.accept-btn {
    background-color: #ffc107;
}

.reject-btn {
    background-color: #fff;
    color: #333;
}

.cookie-btn:hover {
    opacity: 0.8;
}

.contact-jumbo {
    background-image: url("/assets/img/contactus/office.jpg");
    background-size: cover;
    background-position: center;
    height: 300px;
    color: white;
}

.featurette-heading {
    letter-spacing: -0.05rem;
}

@media (min-width: 40em) {
    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}

feature-icon {
    width: 4rem;
    height: 4rem;
    border-radius: 0.75rem;
}

.icon-square {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
}

.bi-linkedin .bi-twitter-x {
    font-size: 2em;
}

.text-shadow-1 {
    text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
}

.text-shadow-2 {
    text-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
}

.text-shadow-3 {
    text-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.25);
}

.card-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.feature-icon-small {
    width: 3rem;
    height: 3rem;
}

.video-container {
    position: relative;
    cursor: pointer;
}

.thumbnail-wrapper {
    overflow: hidden;
    position: relative;
}

.video-thumbnail {
    width: 100%;
    height: auto;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
}

.play-icon {
    font-size: 40px;
    color: white;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    cursor: pointer;
}

@media (max-width: 767px) {
    .play-button {
        width: 60px;
        height: 60px;
    }

    .play-icon {
        font-size: 30px;
    }
}

/* Add some styling to the featurette section */
.featurette {
    margin-bottom: 2rem;
}

/* Style the featurette heading */
.featurette-heading {
    font-size: 2.5rem;
    color: #333;
    /* Adjust the color as needed */
}

/* Style the secondary text */
.text-body-secondary {
    color: #6c757d;
    /* Adjust the color as needed */
}

/* Style the lead text */
.lead {
    font-size: 1.2rem;
    color: #555;
    /* Adjust the color as needed */
}

/* Add some styling to the image container */
.feature-img-container {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    /* Add border-radius for rounded corners */
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.1);
    /* Add box-shadow for a subtle effect */
    transition: transform 0.3s ease-in-out;
    /* Add a smooth transition effect */
}

/* Style the image */
.feature-img {
    width: 100%;
    height: auto;
    display: block;
}

/* Add a hover effect to the image container */
.feature-img-container:hover {
    transform: scale(1.05);
    /* Scale up the image on hover */
}

.link-card {
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s;
}

.link-card:hover {
    transform: scale(1.05);
}

.icon-stack {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1rem;
    background-color: #4773b3;
    flex-shrink: 0;
}

.step {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.step:hover {
    transform: scale(1.05);
}

.step h3 {
    color: #007bff;
    border-bottom: 2px solid #007bff;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.step p {
    color: #495057;
}

.step-icon {
    font-size: 2em;
    color: #28a745;
}

.step-number {
    font-size: 1.5em;
    font-weight: bold;
    color: #28a745;
}

.left-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.text-content {
    background-color: #ffffff;
    padding: 30px;
}

.text-content p {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    list-style: none;
}

.text-content p:before {
    content: "›";
    position: absolute;
    left: 0;
    color: #000;
}

.trial-form {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.form-group {
    margin-bottom: 20px;
}

.captcha {
    margin-top: 20px;
}

#success-message {
    display: none;
    margin-top: 20px;
    text-align: center;
}

/* FAQ CSS */
.question-card {
    border: none;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

.question-card:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.question-card .card-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 20px;
}

.question-card .card-title {
    font-weight: bold;
    margin: 0;
}

.question-card .fa-plus-circle {
    transition: transform 0.3s ease;
}

.answer {
    display: none;
    padding: 0 20px 20px;
}

.answer.active {
    display: block;
}
/* CSS for */
.required::before {
    content: "*";
    color: red;
    /* You can change the color if needed */
    margin-right: 4px;
    /* Adjust the spacing as needed */
}

/* Error message for phone number validation */
.error-message {
    color: red;
}

/* CSS For Captcha image */
.captcha-img {
    display: block;
    margin-top: 10px;
}

/* Add this CSS to style your cookie consent popup */
.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background-color: #f0f0f0;
    border-top: 1px solid #ccc;
    text-align: center;
}

.cookie-content {
    margin-bottom: 10px;
}

.cookie-buttons button {
    margin: 0 5px;
}

.embed-responsive-container {
    position: relative;
    overflow: hidden;
    height: 800px;
    /* Adjust the max-height to your desired value */
}

.embed-responsive-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.smaller-image {
    max-width: 90%;
    max-height: 90%;
}

.client-border {
    border: 1px solid #ccc;
}

.image-container {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.image-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.align-center {
    display: block;
    margin: auto;
    max-width: 80%;
    /* Adjust the maximum width of the image */
    max-height: 80%;
    /* Adjust the maximum height of the image */
}

/* Custom CSS for better alignment */
.custom-row {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

.image-text-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.image-text-container img {
    max-width: 100%;
    height: auto;
}

/* Custom CSS for styling */
.document-container {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
    overflow: auto;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.document-title {
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-align: center;
}

.document-title i {
    transition: transform 0.3s ease-in-out;
}

.document-box {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
    overflow: auto;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.document-body {
    display: none;
    padding-top: 10px;
}

.document-body.active {
    display: block;
}

/* Custom CSS for styling Sector Images*/

.image-container1 img {
    width: 100%;
    height: auto;
}

/* Custom CSS for styling */
.image-container2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.image-small {
    width: 45%;
    /* Adjust width as needed */
    margin-bottom: 10px;
}

.image-large {
    width: 100%;
    /* Full width */
    display: none;
}

.active {
    display: block;
}

/*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
#header {
    transition: all 0.5s;
    z-index: 997;
    padding: 15px 0;
    background: #4773b3;
}

#header .logo {
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#header .logo a {
    color: #fff;
}

#header .logo img {
    max-height: 50px;
}

/*--------------------------------------------------------------
    # Navigation Menu
    --------------------------------------------------------------*/
/**
    * Desktop Navigation 
    */
.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
    color: #47b2e4;
}

.navbar .getstarted,
.navbar .getstarted:focus {
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    border: 2px solid #47b2e4;
    font-weight: 600;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
    color: #fff;
    background: #31a9e1;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    font-weight: 500;
    color: #0c3c53;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
    color: #47b2e4;
}

.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/**
    * Mobile Navigation 
    */
.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
    color: #fff;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(40, 58, 90, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 10px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #37517e;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
    color: #47b2e4;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
    color: #37517e;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
    color: #47b2e4;
}

.navbar-mobile .dropdown > .dropdown-active {
    display: block;
    visibility: visible !important;
}

/*--------------------------------------------------------------
  # Hero Section
  --------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 80vh;
    background: #4773b3;
}

@media screen and (max-width: 1280px) and (max-height: 720px) {
    #hero {
        height: 100vh;
    }
}

#hero .container {
    padding-top: 72px;
}

#hero h1 {
    margin: 0 0 10px 0;
    font-size: 44px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
}

#hero h2 {
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 50px;
    font-size: 24px;
}

#hero .btn-get-started {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px 11px 28px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px 0 0 0;
    color: #fff;
    background: #4773b3;
}

#hero .btn-get-started:hover {
    background: #67afc8;
}

#hero .btn-watch-video {
    font-size: 16px;
    display: flex;
    align-items: center;
    transition: 0.5s;
    margin: 10px 0 0 25px;
    color: #fff;
    line-height: 1;
}

#hero .btn-watch-video i {
    line-height: 0;
    color: #fff;
    font-size: 32px;
    transition: 0.3s;
    margin-right: 8px;
}

#hero .btn-watch-video:hover i {
    color: #67afc8;
}

#hero .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
    #hero {
        height: 100vh;
        text-align: center;
    }

    #hero .animated {
        animation: none;
    }

    #hero .hero-img {
        text-align: center;
    }

    #hero .hero-img img {
        width: 50%;
    }
}

@media (max-width: 768px) {
    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    #hero .hero-img img {
        width: 70%;
    }
}

@media (max-width: 575px) {
    #hero .hero-img img {
        width: 80%;
    }

    #hero .btn-get-started {
        font-size: 16px;
        padding: 10px 24px 11px 24px;
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

/*--------------------------------------------------------------
  # Sections General
  --------------------------------------------------------------*/
.section-bg {
    background-color: #f3f5fa;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #67afc8;
}

.section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #67afc8;
    bottom: 0;
    left: calc(50% - 20px);
}

.section-title p {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
  # Contact Section
  --------------------------------------------------------------*/
.contact .info-item + .info-item {
    margin-top: 40px;
}

.contact .info-item i {
    font-size: 20px;
    background: var(--color-primary);
    color: #fff;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    margin-right: 15px;
}

.contact .info-item h4 {
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--color-secondary);
}

.contact .info-item p {
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: rgba(14, 29, 52, 0.8);
}

.contact .php-email-form {
    width: 100%;
    background: #fff;
}

.contact .php-email-form .form-group {
    padding-bottom: 8px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #df1529;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br + br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #059652;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #059652;
    border-top-color: #fff;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 4px;
    box-shadow: none;
    font-size: 14px;
}

.contact .php-email-form input {
    height: 44px;
}

.contact .php-email-form textarea {
    padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
    background: var(--color-primary);
    border: 0;
    padding: 10px 35px;
    color: #fff;
    transition: 0.4s;
    border-radius: 5px;
}

.contact .php-email-form button[type="submit"]:hover {
    background: rgba(13, 66, 255, 0.8);
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.section-faq .card-header button .heading {
    display: inline-block;
    text-transform: none;
    white-space: normal;
    text-align: left !important;
}

.section-faq .card-header button {
    width: 100%;
    text-transform: none;
    white-space: normal;
    text-decoration: none !important;
    text-align: left !important;
}

.hero-sub-tx {
    font-size: 18px;
}

.trial-section {
    border: 1px solid #e0e0e0;
}
.trial-section h2 {
    color: #007bff;
}
.trial-section p {
    font-size: 16px;
    margin-bottom: 15px;
    color: #333;
}
.trial-section i {
    color: #007bff;
}

.service-tile {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 1rem;
    background-color: #fff;
    height: 100%;
}

.service-tile:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.07);
}

.service-img {
    object-fit: cover;
    border-radius: 0.75rem;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
}

@media (max-width: 767.98px) {
    .card.flex-row {
        flex-direction: column !important;
        text-align: center;
    }

    .card.flex-row .service-img {
        margin-bottom: 1rem;
    }
}


/* Gradient Background for Left Column */
.feature-left {
    background: linear-gradient(135deg, rgba(71, 115, 179, 0.08), rgba(71, 115, 179, 0.02));
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.05);
}

/* Heading Icon Style */
.feature-icon {
    width: 45px;
    height: 45px;
    background: #4773b3;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    margin-bottom: 1rem;
    animation: pulseGlow 2s infinite;
}

/* Subtle Glow Animation */
@keyframes pulseGlow {
    0% { box-shadow: 0 0 0 0 rgba(71,115,179,0.5); }
    70% { box-shadow: 0 0 0 10px rgba(71,115,179,0); }
    100% { box-shadow: 0 0 0 0 rgba(71,115,179,0); }
}

/* Button Shine Effect */
.showcase-btn {
    position: relative;
    overflow: hidden;
    border: 2px solid #4773b3;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.showcase-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.3), rgba(255,255,255,0));
    transform: skewX(-25deg);
    animation: shine 3s infinite linear;
}

@keyframes shine {
    0% { left: -75%; }
    100% { left: 125%; }
}
