/* Updated on 2025-11-06 10:07:56 */
/* Updated on 2025-10-31 07:17:54 */
/* Updated on 2025-10-28 13:33:38 */
/* Updated on 2025-10-28 13:06:07 */
/* Updated on 2025-10-28 07:28:00 */
/* Updated on 2025-10-28 07:18:26 */
/* Updated on 2025-10-28 06:55:40 */
/* Updated on 2025-10-09 10:24:02 */
/* Updated on 2025-10-09 09:26:51 */
/* Updated on 2025-10-09 09:05:02 */
/* Updated on 2025-10-09 09:00:17 */
/* Updated on 2025-09-11 13:40:07 */
/* Updated on 2025-09-11 11:00:52 */
/* Updated on 2025-09-11 05:06:07 */
/* Updated on 2025-09-10 14:24:08 */
/* Updated on 2025-09-10 09:56:41 */
/* Updated on 2025-09-10 05:45:32 */
/* Updated on 2025-09-10 05:44:56 */

body {
    font-family: Roboto, sans-serif !important;
    color: #333;
}

a {
    text-decoration: none;
}

.top-info-box i {
    font-size: 20px;
    color: #1f3971;
    margin-right: 6px;
}

.hd-logo img {
    max-width: 116px;
}

.hd-logo {
    align-items: center;
    display: flex;
    justify-content: center;
    background: #fff;
    width: 285px;
    height: 115px;
}

.navbar-nav {
    gap: 60px;
}

.nav-link {
    font-weight: 500;
}

.top-info-box {
    padding-left: 0px;
    font-size: 18px;
}

.top-info-box i {
    color: #17357cdb;
    margin-right: 2px;
    font-size: 22px;
}


.top-info-box small {
    margin-top: 1px;
    font-size: 18px;
    color: #182d65;
    font-weight: 550;
}

.navbar-custom {
    background-color: #132c63;
}

.navbar-custom .nav-link {
    color: #fff !important;
    font-weight: 500;
    padding: 12px 18px;
}

.navbar-custom .nav-link:hover {
    color: #cdd5ff !important;
}





.hero-slide {
    height: 85vh;
    min-height: 500px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 7%;
    transform: translateY(-50%);
    color: #fff;
    max-width: 1200px;
}

.hero-title {
    font-size: 55px;
    font-weight: 800;
    line-height: 1.2;
}

.hero-title span {
    color: #ffba08;
    /* Yellow text */
}

.hero-text {
    font-size: 20px;
    margin: 20px 0 30px;
    line-height: 1.7;
}

.hero-btn {
    background: #28a745;
    border: none;
    padding: 12px 28px;
    font-size: 18px;
    border-radius: 6px;
    font-weight: 600;
    color: #fff;
}

.all-pg-banner {
    background: url(../images/1757305968_1_banner.jpg) no-repeat center;
    height: 300px;
    background-size: cover;
    display: flex;
    justify-content: space-around;
    align-content: space-around;
    flex-wrap: wrap;
}

.all-pg-hd{
    font-size: 40px;
    font-weight: 600;
}


/* Main content wrapper */
.main-content {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    margin: 40px auto;
    padding: 30px;
    max-width: 900px;
}

/* Grid and column setup (based on original Bootstrap classes) */
.row {
    display: flex;
    flex-wrap: wrap;
}

.services-section {
    display: flex;
    align-items: flex-start;
    /* aligns top */
    gap: 20px;
    /* spacing between text and image */
}

.services-content {
    flex: 1;
}

.services-image img {
    max-width: 300px;
    /* adjust size */
    width: 100%;
    border-radius: 10px;
    /* optional rounded corners */
    object-fit: cover;
}

/* Responsive: stack on mobile */
@media (max-width: 768px) {
    .services-section {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .services-image img {
        max-width: 100%;
    }
}

.text-block {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding-top: 5rem;
    /* Matches the original pt-5 class */
}

/* The empty column is hidden for a clean look */
.col-md-5 {
    display: none;
}

/* Paragraph styles */
.paragraph {
    font-size: 1rem;
    margin-bottom: 1.5rem;
}

.justify {
    text-align: justify;
}

/* Heading styles */
.services-heading {
    font-size: 1.8rem;
    color: #2c3e50;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

/* Horizontal rule/divider styles */
.heading-divider {
    border: none;
    height: 4px;
    background-color: #3498db;
    width: 80px;
    margin: 0;
    border-radius: 2px;
}

/* List styles */
.services-list {
    list-style: none;
    padding: 0;
    margin-top: 2rem;
}

.services-list li {
    margin-bottom: 1.5rem;
    padding-left: 25px;
    position: relative;
}

.services-list li::before {
    content: '✓';
    color: #2ecc71;
    font-weight: bold;
    font-size: 1.2rem;
    position: absolute;
    left: 0;
    top: 0;
}

/* Text inside the list item */
.list-item-text {
    margin: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .text-block {
        flex: 100%;
        max-width: 100%;
        padding-top: 1rem;
    }
}

/*.navbar {*/
/*    background-color: #fff;*/
/*    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);*/
/*}*/

.navbar-brand img {
    height: 40px;
}

.navbar-nav .nav-link {
    color: #fff;
    font-weight: 500;
    padding: 10px 15px;
    margin-left: 0px;
}

/*.navbar-nav .nav-link:hover {*/
/*    color: var(--primary-color);*/
/*}*/

/*.navbar-nav .nav-item.active .nav-link {*/
/*    color: var(--primary-color);*/
/*}*/
.logo-box {
    align-items: center;
    display: flex;
    justify-content: center;
    background: #fff;
    width: 285px;
    height: 115px;
    z-index: 1;
}

.logo-box img {
    max-width: 116px;
}

.hero-section {
    position: relative;
    height: 80vh;
    color: #fff;
    overflow: hidden;
}

.pad-hdr {
    padding: 0px 80px;
}

/* .hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://dummyimage.com/1920x1080/000/fff&text=Hero+Image+Placeholder');
    background-size: cover;
    background-position: center;
    filter: brightness(0.5);
    z-index: -1;
} */

.hero-content {
    position: absolute;
    height: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 2%;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-content h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 0px;
    color: #fff;
}

.hero-content p {
    font-size: 1.25rem;
    max-width: 600px;
    line-height: 1.6;
    color: #fff;
}

.hero-content .btn-primary {
    background-color: #28a745;
    border-color: #28a745;
    padding: 12px 30px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.hero-content .btn-primary:hover {
    background-color: #218838;
    border-color: #1e7e34;
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(100%);
}

.slick-slide img {
    max-height: 600px !important;
    object-fit: cover;
}

element.style {
    display: block;
}

#slider .slick-dots {
    display: none !important;
}

#slider .slick-slide p {
    display: none !important;
}

.home-ban {
    background: url('../images/1757317575_0_pattern-2.png');
    text-align: center;
}

.home-ban .sec-title .inner-column h3 {
    position: relative;
    color: #012068;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 25px;
}

.btn-style-hm {
    position: relative;
    line-height: 24px;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    border-radius: 4px;
    padding: 11px 36px 11px;
    background-color: #000000;
    text-transform: capitalize;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.services-block-four .inner-box .image .overlay-box {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 15px 45px 20px;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    background-color: rgba(1, 32, 104, 0.90);
}

.services-block-four .inner-box .image .overlay-box-two {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    color: #ffffff;
    opacity: 0;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    background-color: rgba(1, 32, 104, 0.92);
}

.services-block-four .inner-box .image .overlay-box-two .overlay-inner-two {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 30px;
}

.services-block-four .inner-box .image .overlay-box-two .overlay-inner-two .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding-left: 70px;
}

.services-block-four .inner-box .image {
    position: relative;

}

.services-block-four .inner-box .image img {
    width: 100%;

}

.services-block-four .inner-box .image .overlay-box h6 {
    position: relative;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.4em;
    margin-bottom: 0;
}


.main-footer {
    position: relative;
    padding: 70px 0px 0px;
    background-color: #192f63;
}

.main-footer:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 543px;
    height: 368px;
    background: url(../images/1757332648_0_footer-pattern-2.png) no-repeat;
}

.main-footer:after {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    width: 585px;
    height: 334px;
    background: url(../images/1757332648_0_footer-pattern-2.png) no-repeat;
}

.zz-ind {
    position: relative;
    z-index: 99;
}

.main-footer .footer-widget {
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}

.main-footer .widgets-section {
    position: relative;
    padding-bottom: 40px;
}

.main-footer .footer-widget h4 {
    position: relative;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.2em;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.main-footer .logo-widget {
    position: relative;
}

.main-footer .logo-widget .logo {
    position: relative;
    margin-bottom: 25px;
}

.main-footer .logo-widget .text {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.9em;
    margin-bottom: 30px;
}

/* List Link */

.list-link {
    position: relative;
    list-style: none;
    padding-left: 0;
}

.list-link li {
    position: relative;
    margin-bottom: 15px;
}

.list-link li a {
    position: relative;
    color: #afd3f3;
    font-size: 14px;
    padding-left: 15px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.list-link li a:hover {
    color: #ffffff;
    margin-left: 8px;
    text-decoration: underline;
}

.list-link li a:before {
    position: absolute;
    content: "\f105";
    left: 0px;
    top: -3px;
    font-family: 'FontAwesome';
}

/*Gallery Widget*/

.main-footer .gallery-widget {
    position: relative;
}

.main-footer .gallery-widget .images-outer {
    position: relative;
    margin: 0px -3px;
}

.main-footer .gallery-widget .image-box {
    position: relative;
    float: left;
    width: 33.333%;
    padding: 0px 3px;
    margin-bottom: 6px;
}

.main-footer .gallery-widget .image-box img {
    position: relative;
    display: block;
    width: 100%;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .gallery-widget .image-box img:hover {
    opacity: 0.70;
}

.main-footer .footer-bottom {
    position: relative;
    padding: 18px 0px;
    background-color: #020f2f;
}

.main-footer .footer-bottom .copyright-column {
    position: relative;
}

.main-footer .footer-bottom .copyright-column .copyright {
    position: relative;
    color: #afd3f3;
    font-size: 14px;
}

.main-footer .footer-bottom .social-column {
    position: relative;
    text-align: right;
}

.main-footer .footer-bottom .social-column ul {
    position: relative;
    padding: 0;
    margin: 0;
}

.main-footer .footer-bottom .social-column ul li {
    position: relative;
    margin-left: 8px;
    display: inline-block;
}

.main-footer .footer-bottom .social-column ul li.follow {
    color: #7f97ad;
    font-size: 14px;
}

.main-footer .footer-bottom .social-column ul li a {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .footer-bottom .social-column ul li a:hover {
    color: #3276ff;
}

.list-style-two {
    color: #fff;
    list-style: none;
    padding-left: 0;
}

.sec-title h2 {
    position: relative;
    color: #012068;
    font-weight: 700;
    line-height: 1.3em;
    padding-bottom: 20px;
}

.call-to-action-two {
    position: relative;
    padding: 25px 0px;
    background-color: #020f2f;
}

.call-to-action-two h2 {
    position: relative;
    color: #ffffff;
    font-weight: 700;
}

.call-to-action-two h2 span {
    color: #3241ff;
}

.testimonial-block .inner-box {
    position: relative;
    text-align: center;
}

.testimonial-block .inner-box .quote-icon {
    position: relative;
    font-size: 40px;
    color: #ffffff;
    line-height: 1em;
    margin-bottom: 35px;
}

.testimonial-message {
    position: relative;
    color: #ffffff;
    font-size: 17px;
    line-height: 1.9em;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.testimonial-author strong {
    position: relative;
    color: #3241ff;
    font-weight: 600;
    text-transform: capitalize;
}

.testimonial-author small {
    color: #fff;
}

.testimonial-block .inner-box .author {
    position: relative;
    color: #afd3f3;
    font-weight: 400;
    font-size: 16px;
    margin-top: 4px;
    text-transform: capitalize;
}

.slick-next {
    right: 0px !important;
}

.info-item {
    padding-left: 0px;
    font-size: 18px;
}

.info-item h6 {
    margin-top: 1px;
    font-size: 18px;
    color: #182d65;
}

.info-item i {
    color: #17357cdb;
    margin-right: 10px;
    font-size: 22px;
}

.team-block .inner-box {
    position: relative;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 20px;
    background-color: #ffffff;
}

.team-block .inner-box .image {
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    position: relative;
}

.team-block .inner-box .image img {
    width: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .inner-box .image::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-135deg, rgba(23, 23, 23, 0) 0%, rgba(23, 23, 23, 0) 65%, #3241ff 100%);
    content: "";
    z-index: 0;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    visibility: hidden;
}

.team-block .inner-box .socials {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #192f63;
    color: #ffffff;
    position: absolute;
    right: 20px;
    bottom: 83px;
    cursor: pointer;
    font-size: 14px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .inner-box .socials .fa-plus {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .inner-box .socials ul {
    width: 40px;
    position: absolute;
    bottom: 45px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    visibility: hidden;
    padding: 0;
    margin: 0;
}


.team-block .inner-box .socials ul li {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    list-style-type: none;
}

.team-block .inner-box .socials ul li i {
    -webkit-transition: all 900ms ease;
    transition: all 900ms ease;
}

.team-block .inner-box .content-box {
    padding: 20px 30px;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.0509803922);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.0509803922);
    border-radius: 0 0 20px 20px;
}

.team-block .inner-box .content-box .title {
    margin-bottom: 0;
}

.team-block .inner-box .content-box .sub-title {
    font-weight: 600;
    color: #192f63;
    font-size: 14px;
    line-height: 28px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-bottom: 0;
}

.team-block .inner-box:hover {
    background-color: #192f63;
}

.team-block .inner-box:hover .image::after {
    opacity: 1;
    visibility: visible;
}

.team-block .inner-box:hover .image img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.team-block .inner-box:hover .image {
    border-radius: 20px;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .inner-box:hover .socials {
    background-color: #3241ff;
    color: #192f63;
}

.team-block .inner-box:hover .socials .fa-plus {
    display: inline-block;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.team-block .inner-box:hover .socials ul {
    visibility: visible;
}

.team-block .inner-box:hover .socials ul li {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible;
}

.team-block .inner-box .socials ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #ffffff;
    color: #192f63;
    border-radius: 50%;
    display: inline-block;
}

.team-block .inner-box:hover .content-box .title,
.team-block .inner-box:hover .content-box .sub-title {
    color: #ffffff;
}

.banner-img {
    height: 250px;
    background: url(../images/1757305968_1_banner.jpg);
    background-size: 100%;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
}


.abt-srvc-sec {
    padding: 60px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.abt-srvc-sec .card {
    border: none;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    height: 100%;
    background: white;
    overflow: hidden;
    position: relative;
}

.abt-srvc-sec .card:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.abt-srvc-sec .icon-wrapper {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.abt-srvc-sec .icon-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.abt-srvc-sec .card:hover .icon-wrapper::before {
    opacity: 1;
}

.abt-srvc-sec .business-growth .icon-wrapper {
    background-color: #192f63;
}

.abt-srvc-sec .strategy-process .icon-wrapper {
    background: #192f63;
}

.abt-srvc-sec .finance-manage .icon-wrapper {
    background: #192f63;
}

.abt-srvc-sec .icon {
    font-size: 32px;
    color: white;
    transition: all 0.3s ease;
}

.abt-srvc-sec .card:hover .icon {
    transform: scale(1.1) rotate(5deg);
}

.abt-srvc-sec .card-body {
    padding: 30px;
    text-align: center;
    position: relative;
}

.abt-srvc-sec .card-title {
    font-size: 24px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 20px;
    transition: color 0.3s ease;
    position: relative;
}

.abt-srvc-sec .card:hover .card-title {
    color: #4f46e5;
}

.abt-srvc-sec .card-text {
    color: #6b7280;
    font-size: 16px;
    line-height: 1.6;
    transition: color 0.3s ease;
}

.abt-srvc-sec .card:hover .card-text {
    color: #4b5563;
}

.abt-srvc-sec .card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #4f46e5, #7c3aed, #2563eb);
    transform: scaleX(0);
    transition: transform 0.3s ease;
    transform-origin: left;
}

.abt-srvc-sec .card:hover::before {
    transform: scaleX(1);
}

.abt-srvc-sec .business-growth .card::before {
    background: linear-gradient(90deg, #4f46e5, #7c3aed);
}

.abt-srvc-sec .strategy-process .card::before {
    background: linear-gradient(90deg, #2563eb, #3b82f6);
}

.abt-srvc-sec .finance-manage .card::before {
    background: linear-gradient(90deg, #4338ca, #6366f1);
}

@media (max-width: 768px) {
    .abt-srvc-sec {
        padding: 40px 0;
    }

    .abt-srvc-sec .card-body {
        padding: 25px 20px;
    }

    .abt-srvc-sec .icon-wrapper {
        width: 70px;
        height: 70px;
    }

    .abt-srvc-sec .icon {
        font-size: 28px;
    }
}

/* Pulse animation for icons */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(79, 70, 229, 0.4);
    }

    70% {
        box-shadow: 0 0 0 20px rgba(79, 70, 229, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(79, 70, 229, 0);
    }
}

.abt-srvc-sec .card:hover .icon-wrapper {
    animation: pulse 2s infinite;
}


.abtus-pg-sec {
    position: relative;
    padding: 80px 0;
    background-color: #f8f9fa;
}

.section-title {
    color: #6c757d;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.main-heading {
    color: #2c3e50;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 40px;
}

.highlight-text {
    color: #0019a4;
    font-style: italic;
}

.content-text {
    color: #6c757d;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 25px;
    text-align: justify;
}

.image-container {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.image-container:hover {
    transform: translateY(-5px);
}

.image-container img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.img-bg-anim {
    position: absolute;
    width: 340px;
    height: 310px;
    bottom: 24%;
    left: 9%;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(111, 66, 193, 0.1), rgba(44, 62, 80, 0.1));
}

.main-image {
    height: 250px !important;
}

.secondary-image {
    height: 160px !important;
}

@media (max-width: 768px) {
    .main-heading {
        font-size: 32px;
    }

    .abtus-pg-sec {
        padding: 60px 0;
    }

    .image-container {
        margin-bottom: 20px;
    }
}



.pb-60 {
    margin-top: 60px;
}

.address-item {
    background-color: #e3e3e3;
    height: 250px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.address-item .thumb {
    margin-bottom: 34px;
    margin-left: auto;
    margin-right: auto;
}

.address-item .title {
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 5px;
}

.para,
a {
    color: #81848A;
    font-size: 16px;
    margin: 0;
    font-weight: 400;
}

.map iframe {
    height: 304px;
}

/*/././/././career page.//././././.*/

.contact-card {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    margin-top: 50px;
}

.contact-card label {
    font-weight: 600;
    margin-bottom: 6px;
}

.contact-card input,
.contact-card textarea {
    background: #f8f8f8;
    border-radius: 10px;
    border: 1px solid #eee;
    padding: 10px 15px;
}

.contact-card textarea {
    height: 140px;
    resize: none;
}

.btn-submit {
    background: #007bff;
    color: #fff;
    padding: 12px 35px;
    font-size: 18px;
    border-radius: 40px;
    border: none;
    font-weight: 600;
    transition: 0.3s;
}

.btn-submit:hover {
    background: #005ad1;
}

.cont-us-pg {
    padding: 40px;
}

.cont-us-pg .contact-container {
    min-height: 100vh;
    width: 75%;
    align-items: center;
}

.cont-us-pg .contact-info {
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    padding: 60px 40px;
    border-radius: 20px 0 0 20px;
    color: white;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cont-us-pg .contact-form {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 0 40px;
    border-radius: 0 20px 20px 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cont-us-pg .contact-info-item {
    margin-bottom: 40px;
}

.cont-us-pg .contact-info-item i {
    font-size: 24px;
    margin-bottom: 15px;
    color: #f0eeff;
}

.cont-us-pg .contact-info-item h5 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

.cont-us-pg .contact-info-item p {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

.cont-us-pg .contact-info-item a {
    color: #dedede;
    text-decoration: none;
    transition: color 0.3s ease;
}

.cont-us-pg .contact-info-item a:hover {
    color: #20c997;
}

.cont-us-pg .form-title {
    font-size: 32px;
    font-weight: 700;
    color: #001e5b;
    margin-bottom: 20px;
    text-align: center;
}

.cont-us-pg .form-group {
    margin-bottom: 13px;
}

.cont-us-pg .form-label {
    font-weight: 600;
    color: #666;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}

.cont-us-pg .form-control {
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 10px 20px;
    font-size: 16px;
    transition: all 0.3s ease;
    background: rgba(248, 249, 250, 0.8);
}

.cont-us-pg .form-control:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    background: white;
}

.cont-us-pg .form-control::placeholder {
    color: #adb5bd;
    font-style: italic;
}

.cont-us-pg .btn-send {
    background: #00185c;
    border: none;
    padding: 12px 30px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    width: 100%;
    margin-top: 10px;
}

.cont-us-pg .btn-send:hover {
    background: #0922c2;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(40, 167, 69, 0.3);
}

.cont-us-pg .background-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-image:
        linear-gradient(45deg, transparent 24%, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0.1) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.1) 75%, rgba(255, 255, 255, 0.1) 76%, transparent 77%),
        linear-gradient(45deg, transparent 24%, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0.1) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.1) 75%, rgba(255, 255, 255, 0.1) 76%, transparent 77%);
    background-size: 50px 50px;
    background-position: 0 0, 25px 25px;
    border-radius: 20px 0 0 20px;
}

.service-block-two {
    height: 100%;
}

.service-block-two .inner-box {
    padding: 60px 30px;
    padding-top: 50px;
    background-color: #ffffff;
    border-right: 1px solid #d9d9d9;
    text-align: center;
    position: relative;
    z-index: 1;
    height: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-block-two .inner-box .icon {
    width: 134px;
    height: 134px;
    line-height: 134px;
    text-align: center;
    border-radius: 50%;
    background-color: #192f63;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.service-block-two .inner-box .content-box .title {
    margin-bottom: 20px;
}

.service-block-two .inner-box .content-box .text {
    max-width: 345px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 28px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-two .inner-box .content-box .btn-two-rounded {
    min-width: 174px;
    margin-top: 30px;
    background-color: #fff;
    border: 1px solid rgba(32, 33, 36, 0.102);
    color: #031a03;
}

.btn-two-rounded::after {
    position: absolute;
    left: -25%;
    top: 100%;
    width: 150%;
    padding-top: 150%;
    content: "";
    z-index: -1;
    background-color: #ffffff;
    opacity: 0.1;
    border-radius: 50%;
    -webkit-transition: ease-in 500ms;
    transition: ease-in 500ms;
}

@media (max-width: 768px) {

    .cont-us-pg .contact-info,
    .cont-us-pg .contact-form {
        border-radius: 20px;
        margin-bottom: 20px;
        padding: 40px 30px;
    }

    .cont-us-pg .form-title {
        font-size: 28px;
    }

    .cont-us-pg .background-pattern {
        border-radius: 20px;
    }
}

.cont-us-pg .row.no-gutters {
    margin: 0;
}

.cont-us-pg .row.no-gutters>[class*="col-"] {
    padding: 0;
}

.service-block-two .inner-box .block-bg {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    width: 310px;
}

.service-block-two .inner-box .block-bg img {
    width: 100%;
}

.btn-two-rounded {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    display: inline-block;
    font-family: Roboto, sans-serif !important;
    background-color: var(--theme-color2);
    color: var(--theme-color-white);
    text-align: center;
    min-width: 220px;
    max-width: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 30px;
    padding: 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-transform: capitalize;
}

.service-block-two .inner-box:hover .btn-two-rounded {
    background-color: #031a03;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.btn-two-rounded:hover::after {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.service-block-two .inner-box:hover {
    background-color: #497bf1e6;
}

.case-section {
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-bottom: 100px !important;
    padding-top: 100px !important;
}

.service-block-two .inner-box:hover .icon i,
.service-block-two .inner-box:hover .icon svg {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.service-block-two .inner-box .icon svg,
.service-block-two .inner-box .icon i {
    width: 70px;
    -webkit-transition: all 900ms ease;
    transition: all 900ms ease;
}

.service-block-two .inner-box:hover .icon::after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.service-block-two .inner-box:hover .icon {
    background-color: #192f63;
}

.icon svg path {
    fill: #1b9fc7;
}

.service-block-two .inner-box:hover .icon i path,
.service-block-two .inner-box:hover .icon svg path {
    fill: #fff;
}

.page-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* --- Section 1: Three-column services --- */
.services-block-section {
    padding: 80px 20px;
    text-align: center;
    background-color: #f4f6f8;
}

.services-wrapper {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

.service-card {
    flex: 1;
    max-width: 350px;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.service-card:hover {
    transform: translateY(-10px);
}

.white-card {
    background-color: #fff;
}

.dark-card {
    background-color: #2c3e50;
    color: #f8f9fa;
}

.dark-card h3 {
    color: #fff;
}

.dark-card p {
    color: #ccc;
}

.card-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    border: 3px solid #ffc107;
    /* A golden yellow color for the icon border */
    border-radius: 5px;
}

.dark-card .card-icon {
    border-color: #ffc107;
}

.service-card h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.service-card p {
    font-size: 14px;
    line-height: 1.6;
    min-height: 80px;
}

.read-more-link {
    display: inline-block;
    color: #3498db;
    text-decoration: none;
    font-weight: bold;
    margin-top: 15px;
}

.dark-card .read-more-link {
    color: #ffc107;
}

/* --- Section 2: Detailed text content --- */
.content-text-section {
    background-color: #fff;
    padding: 60px 20px;
}

.text-container {
    max-width: 1100px;
    margin: 0 auto;
}

.text-container p {
    text-align: justify;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.text-container h3 {
    font-size: 2rem;
    font-weight: 600;
    color: #2c3e50;
    margin-top: 3rem;
    margin-bottom: 1rem;
}

.title-underline {
    width: 60px;
    height: 4px;
    background-color: #3498db;
    border-radius: 2px;
    margin-bottom: 2rem;
}

.key-services-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.key-services-list li {
    margin-bottom: 1.5rem;
    padding-left: 25px;
    position: relative;
}

.key-services-list li::before {
    content: '✓';
    color: #2ecc71;
    font-weight: bold;
    font-size: 1.2rem;
    position: absolute;
    left: 0;
    top: 0;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
    .services-wrapper {
        flex-direction: column;
        align-items: center;
    }
}

/* Container for the whole section */
.gst-services-container {
    font-family: Roboto, sans-serif !important;
    line-height: 1.6;
    color: #444;
    background-color: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    max-width: 1100px;
    margin: 0px auto;
}

/* General styling for headers */
.section-heading {
    font-size: 2rem;
    font-weight: 600;
    color: #2c3e50;
    margin-top: 2.5rem;
    margin-bottom: 0.5rem;
    text-align: left;
}

/* Horizontal rule divider style */
.heading-divider {
    border: none;
    height: 4px;
    background-color: #3498db;
    width: 80px;
    margin: 0;
    border-radius: 2px;
    margin-bottom: 2rem;
    text-align: left;
}

/* Paragraph styling */
.section-paragraph {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    text-align: justify;
}

/* Styling for the services list */
.services-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.services-list li {
    margin-bottom: 1.5rem;
    padding-left: 25px;
    position: relative;
}

.services-list li p {
    margin: 0;
    font-size: 1rem;
}

/* Custom bullet points */
.services-list li::before {
    content: '✓';
    color: #2ecc71;
    font-weight: bold;
    font-size: 1.2rem;
    position: absolute;
    left: 0;
    top: 0;
}

/* Container for the whole section */
.taxation-container {
    font-family: Roboto, sans-serif !important;
    line-height: 1.7;
    color: #444;
    background-color: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    max-width: 1100px;
    margin: 0px auto;
}

/* Main heading style */
.main-heading {
    font-size: 2.2rem;
    font-weight: 700;
    color: #2c3e50;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

/* Sub-heading style */
.sub-heading {
    font-size: 1.8rem;
    font-weight: 600;
    color: #34495e;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

/* Paragraph styling */
.section-paragraph {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    text-align: justify;
}

/* Custom horizontal rule/divider */
.heading-divider {
    border: none;
    height: 4px;
    background-color: #3498db;
    width: 80px;
    margin: 1rem 0;
    border-radius: 2px;
}

/* General list styling */
.tax-list,
.services-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tax-list li,
.services-list li {
    margin-bottom: 1.5rem;
    padding-left: 25px;
    position: relative;
}

/* Custom bullet points */
.tax-list li::before,
.services-list li::before {
    content: '✓';
    color: #2ecc71;
    font-weight: bold;
    font-size: 1.2rem;
    position: absolute;
    left: 0;
    top: 0;
}

.tax-list li p,
.services-list li p {
    margin: 0;
}

/* Container for the entire section */
.auditing-container {
    font-family: Roboto, sans-serif !important;
    line-height: 1.7;
    color: #444;
    background-color: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    max-width: 1100px;
    margin: 0px auto;
}

/* Main heading style */
.auditing-container .main-heading {
    font-size: 2.2rem;
    font-weight: 700;
    color: #2c3e50;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    text-align: left;
}

/* Paragraph styling */
.auditing-container .section-paragraph {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    text-align: justify;
}

.whatsapp-float img {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

/* Hiding the empty column */
.auditing-container .empty-column {
    display: none;
}

/* Career Contact Section */
.career-contact-section {
    background: #f8f9fa;
    /* light gray background */
    padding: 80px 0;
}

.carerbox {
    box-shadow: 2px 2px 18px 2px #ddd;
    padding: 20px;
}

.career-contact-section .main-heading {
    font-size: 2rem;
    font-weight: 600;
    color: #1a1a1a;
}

.career-contact-section .heading-divider {
    width: 80px;
    height: 3px;
    background: #007bff;
    /* primary blue */
    border: none;
    margin: 15px auto 25px auto;
    border-radius: 5px;
}

.career-contact-section .section-paragraph {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 30px;
}

.fw-bold {
    color: blue;
}

.career-contact-section a {
    color: #fff;
    transition: all 0.3s ease;
}

.career-contact-section a:hover {
    color: #0056b3;
    text-decoration: underline;
}

/* Button Styling */
.career-contact-section .btn {
    font-size: 1.1rem;
    font-weight: 500;
    border-radius: 50px;
    padding: 12px 35px;
    transition: all 0.3s ease;
}

.career-contact-section .btn-primary {
    background: #007bff;
    border: none;
}

.career-contact-section a .career-contact-section .btn-primary:hover {
    background: #0056b3;
    transform: translateY(-2px);
    box-shadow: 0px 4px 12px rgba(0, 123, 255, 0.3);
}

.services-section-four {
    position: relative;
    padding: 95px 0px 100px;
    z-index: 1;
    background-color: #f2f3fa;
}

.services-section-four .sec-title .text {
    position: relative;
    color: #1a1e66;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    max-width: 600px;
    width: 100%;
    margin-top: 0px;
}

.services-block-four {
    position: relative;
}

.services-block-four .inner-box {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.services-block-four .inner-box .image {
    position: relative;
}

.services-block-four .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.services-block-four .inner-box .image .overlay-box {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 15px 35px 20px;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    background-color: rgba(1, 32, 104, 0.90);
}

.services-block-four .inner-box .image .overlay-box .content {
    position: relative;
    padding-left: 60px;
}

.services-block-four .inner-box .image .overlay-box .content .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #65b408;
    font-size: 46px;
    line-height: 1em;
}

.services-block-four .inner-box .image .overlay-box h6 {
    position: relative;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.4em;
}

.services-block-four .inner-box:hover .image .overlay-box {
    margin-bottom: -100px;
}

.services-block-four .inner-box .image .overlay-box-two {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    color: #ffffff;
    opacity: 0;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    background-color: rgba(1, 32, 104, 0.92);
}

.services-block-four .inner-box:hover .image .overlay-box-two {
    top: 0px;
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
}

.services-block-four .inner-box .image .overlay-box-two .overlay-inner-two {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 30px;
}

.services-block-four .inner-box .image .overlay-box-two .overlay-inner-two .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding-left: 70px;
}

.services-block-four .inner-box .image .overlay-box-two .icon-box {
    position: absolute;
    left: 0px;
    color: #65b408;
    font-size: 46px;
    line-height: 1em;
}

.services-block-four .inner-box .image .overlay-box-two h6 {
    position: relative;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 12px;
}

.services-block-four .inner-box .image .overlay-box-two h6 a {
    position: relative;
    color: #ffffff;
    font-weight: 700;
}

.services-block-four .inner-box .image .overlay-box-two .text {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6em;
    color: #ffffff;
    margin-bottom: 15px;
    text-align: justify;
}

.services-block-four .inner-box .image .overlay-box-two .read-more {
    position: relative;
    color: #509cf9;
    font-size: 14px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.services-block-four .inner-box .image .overlay-box-two .read-more:hover {
    color: #ffffff;
}

.services-section-four .btn-box {
    position: relative;
    margin-top: 45px;
}

.pull-left h2:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 40px;
    height: 3px;
    background-color: #012068;
}

/* Parent container */
#dynamicForm {
    /* max-width: 791px; */
    margin: 40px auto;
    padding: 30px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.08);
    font-family: Roboto, sans-serif !important;
    position: relative;
    z-index: 1;
    padding: 55px 60px 55px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

/* Labels */
#dynamicForm label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    color: #333;
}

/* Input and textarea */
#dynamicForm input,
#dynamicForm textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s ease;
    background: #f9f9f9;
}

#dynamicForm input:focus,
#dynamicForm textarea:focus {
    border-color: #007bff;
    background: #fff;
    box-shadow: 0px 0px 6px rgba(0, 123, 255, 0.3);
    outline: none;
}

/* Error messages */
#dynamicForm .error {
    font-size: 13px;
    color: #d9534f;
    margin-top: 5px;
}

/* Submit Button */
#dynamicForm .form-btn {
    background: #007bff;
    color: #fff;
    border: none;
    padding: 12px 35px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
}

#dynamicForm .form-btn:hover {
    background: #0056b3;
    transform: translateY(-2px);
    box-shadow: 0px 4px 12px rgba(0, 91, 187, 0.3);
}

.testimonial-avatar {
    display: flex;
    justify-content: center;
}

.cont_bann {
    margin-top: -60px;
    position: relative;
    z-index: 1;
}


#sciusform .py-5 {
    padding-top: 0 !important;
}

@media only screen and (max-width: 600px) {
    .cont_bann {
        margin-top: 0px;
        position: relative;
        z-index: 1;
    }

    .logo-box {
        position: absolute;
        margin-top: -10px;
        box-shadow: 2px 2px 18px 2px #333;
        align-items: center;
        display: flex;
        justify-content: center;
        background: #fff;
        width: 124px;
        height: 70px;
        z-index: 1;
    }

    .logo-box img {
        max-width: 75px;
    }




    .hero-content {
        position: absolute;
        height: 100%;
        z-index: 1;
        display: flex;
        flex-direction: column;
        justify-content: normal;
        align-items: flex-start;
        padding-left: 10%;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        padding-top: 30px;
    }

    .hero-content h1 {
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 7px;
        color: #fff;
    }



    .hero-content p {
        font-size: 0.8rem;
        max-width: 600px;
        line-height: 1.6;
        color: #fff;
    }


    .navbar-toggler {
        position: relative;
        z-index: 9;
        margin-left: 300px;

        border: 1px solid #ffff;
    }

    .navbar-toggler-icon {
        filter: invert(1);
    }

    .whatsapp-float img {
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 40px;
        right: 25px;
        background-color: #25d366;
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        font-size: 30px;
        box-shadow: 2px 2px 3px #999;
        z-index: 100;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
    }

    .main-footer:before {
        position: absolute;
        content: '';
        left: -1px;
        bottom: 0px;
        width: 389px;
        height: 368px;
    }

    .services-block-four .inner-box {

        margin-bottom: 10px;
    }

    .pull-left {
        margin-right: 11px;
    }

    .main-footer {
        position: relative;
        padding: 0;
        background-color: #192f63;
    }

    .team-block {
        margin-top: 30px;
    }

    .main-footer .p-5 {
        padding: 1rem !important;
    }

    .banner-img {
        height: 150px;
    }

}

.footer-column h4 {
    position: relative;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.2em;
    margin-bottom: 25px;
    text-transform: uppercase;
}