.hero-slider {
    position: relative;
    width: 100%;
    height: 80vh; /* Adjust slider height */
    overflow: hidden;
}

.fade-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 0;
}

.fade-slide.active {
    opacity: 1;
    z-index: 1;
}

.slide-content {
    position: absolute;
    bottom: 20%;
    left: 10%;
    color: #fff;
    max-width: 600px;
}

.slide-content h1 {
    font-size: 48px;
    margin-bottom: 15px;
}

.slide-content p {
    font-size: 18px;
    margin-bottom: 20px;
}

.slide-buttons .btn {
    padding: 10px 25px;
    margin-right: 10px;
    text-decoration: none;
    background: #e2b100;
    color: #fff;
    border-radius: 5px;
    transition: 0.3s;
}

.slide-buttons .btn:hover {
    background: #d19b00;
}

.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #fff;
    background: rgba(0,0,0,0.4);
    padding: 10px 15px;
    border-radius: 50%;
    cursor: pointer;
    user-select: none;
    z-index: 10;
    transition: background 0.3s;
}

.slider-nav:hover {
    background: rgba(0,0,0,0.7);
}

.slider-nav.prev {
    left: 20px;
}

.slider-nav.next {
    right: 20px;
}

.company-info span.fa-solid {
    font-size: 3.13rem;
    color: #f39c12;
    position: absolute;
    left: 0;
    top: 2px;
}

.custom-slider {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 20px;
    padding-bottom: 10px;
    scrollbar-width: none;
}

.custom-slider::-webkit-scrollbar {
    display: none;
}

.slide-item {
    min-width: 100%;
    scroll-snap-align: start;
}

.slide-item img {
    width: 100%;
    border-radius: 10px;
}

.sub-menu.two-column > ul {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    width: 450px !important; /* adjust size */
    padding: 15px 20px;
    gap: 10px 30px;
}

.sub-menu.two-column > ul li a {
    white-space: nowrap;
}

.hero-slider {
    position: relative;
    width: 100%;
    height: 550px;
    overflow: hidden;
}

.hero-slider .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center top;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease;
}

.hero-slider .slide.active {
    opacity: 1;
}

.slide-content {
    position: absolute;
    top: 20%;
    left: 8%;
    color: #fff;
    max-width: 600px;
}

.slide-content h1 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    margin-bottom: 20px;
}

.slide-buttons .btn {
    display: inline-block;
    margin-right: 10px;
    padding: 12px 28px;
    background: #f39c12;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-size: 16px;
    transition: 0.3s;
}

.slide-buttons .btn.about {
    display: inline-block;
    margin-right: 10px;
    padding: 12px 28px;
    background: rgb(15 43 69);
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-size: 16px;
    transition: 0.3s;
}

.slide-buttons .btn:hover {
    background: #f39c12;
}


/* Arrows */
.slider-arrow {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
    transition: 0.3s;
    z-index: 10;
}

.slider-arrow:hover {
    background: rgba(0,0,0,0.7);
}

.arrow-left { left: 20px; }
.arrow-right { right: 20px; }

section.about-us-section h2::after{
    position: absolute;
    left: 75px !important;
}
section.about-us-section h2{
    text-align: left !important;
    padding-left: 23px !important;
}

.services-grid {
    margin-top: 40px;
}

.service-box {
    display: block;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    color: #333;
    margin-bottom: 30px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
}

.service-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.service-img {
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative;
}

.service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.service-box:hover .service-img img {
    transform: scale(1.1);
}

.service-content {
    padding: 20px;
}

.service-content h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #111;
}

.service-content p {
    font-size: 15px;
    line-height: 25px;
    color: #555;
}
.partner-box {
    width: 180px; 
    height: 120px;   
    background: #ffffff;
    border: 1px solid #eee;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    overflow: hidden;
    transition: 0.3s;
    margin-top: 50px;
}

.partner-box:hover {
    box-shadow: 0 4px 18px rgba(0,0,0,0.15);
    transform: translateY(-4px);
}

.partner-box img {
    max-width: 80%;      /* Logo fits inside */
    max-height: 80%;     /* Maintains aspect ratio */
    object-fit: contain; /* No distortion */
    transition: 0.3s;
}

.partner-box img:hover {
    transform: scale(1.05);
}


.py-100 {
    padding: 100px 0;
}

/* Headings */
.cs-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #222;
}

.cs-subtitle {
    font-size: 15px;
    color: #555;
    margin-bottom: 30px;
}

/* Contact Info List */
.cs-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cs-info-list li {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    background: #152029;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 0 8px 30px rgb(92 90 90 / 59%);
}

.cs-info-list li p {
    color: #fff;
}

.cs-icon {
    width: 48px;
    height: 48px;
    background: #f3f5ff;
    color: #152029;
    font-size: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Form Box */
.cs-form-box {
    padding: 40px;
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

/* Inputs */
.cs-input {
       border-radius: 10px;
    padding: 20px 15px;
    border: 1px solid #dcdcdc;
    transition: 0.3s;
    margin-bottom: 18px;
}

.cs-input:focus {
    border-color: #152029;
    box-shadow: 0 0 8px rgba(52, 92, 255, 0.3);
}

/* Button */
.cs-btn {
    background: #152029;
    color: #fff;
    padding: 12px 28px;
    font-weight: 600;
    border-radius: 10px;
    transition: 0.3s;
    border: none;
}

.cs-btn:hover {
    background: #2546c9;
}


/* tools  */


.tax-section .toggle-label {
    display: block;
    font-size: 20px;
    font-weight: 600;
    background: #152029;
    color: #fff;
    padding: 12px 20px;
    border-radius: 6px;
    margin-bottom: 10px;
    text-decoration: none;
}
section.my-5.tax-section {
    margin: 6%;
}
section.py-5.codes {
    margin: 6%;
}

.tax-section .toggle-label:hover {
    background: #152029;
    color: #fff;
}

.tax-section .card {
    border-radius: 8px;
    margin-bottom: 25px;
}

.tax-section table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 25px;
}

.tax-section table th {
    background: #f7f7f7;
    font-weight: 600;
    padding: 10px;
    border: 1px solid #ccc;
}

.tax-section table td {
    padding: 10px;
    border: 1px solid #ccc;
    vertical-align: top;
}

.tax-section p strong {
    font-size: 17px;
}

.tax-section ul {
    margin: 0;
    padding-left: 20px;
}

.tax-section ul li {
    margin-bottom: 5px;
    line-height: 1.6;
}


section.incom-tax {
    margin-top: 5%;
}

.incom-tax .table>tbody tr th {
    background: #152029 !important;
    color: #fff !important;
    padding: 15px !important;
}
.incom-tax .table>tbody tr td {
    padding: 15px !important;
    line-height: 25px;
}


.incom-tax h3 {
    background: #152029;
    color: #fff;
    padding: 6px 20px;
        font-size: 25px;
    font-weight: 500;
    border-radius: 5px;
}

.incom-tax h4 {
    padding: 15px 0px;

}

.tax-section .toggle-label {
    display: block;
    font-size: 20px;
    font-weight: 600;
    background: #152029;
    color: #fff;
    padding: 12px 20px;
    border-radius: 6px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.tax-section .toggle-label:hover {
        display: block;
    font-size: 20px;
    font-weight: 600;
    background: #ffffff;
    color: #152029;
    padding: 12px 20px;
    border-radius: 6px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid;
}

.tax-section .collapse {
    padding: 15px 0;
}

.tax-section table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.tax-section table th {
    background: #f7f7f7;
    font-weight: 600;
    padding: 10px;
    border: 1px solid #ccc;
}

.tax-section table td {
    padding: 10px;
    border: 1px solid #ccc;
    vertical-align: top;
}

.tax-section p strong {
    font-size: 17px;
}

.tax-section ul {
    margin: 0;
    padding-left: 20px;
}

.tax-section ul li {
    margin-bottom: 5px;
    line-height: 1.6;
}

.bank-list {
    padding-left: 0;
    list-style: none;
    column-count: 2;
    column-gap: 40px;
}

.bank-list li {
    margin-bottom: 14px;
    position: relative;
    padding-left: 22px; /* Space for the icon */
    transition: all .3s ease;
    padding: 8px 10px 8px 0px;
    border-radius: 6px;
}

.bank-list li:hover {
    background: #f1f5f9;
    transform: translateX(4px);
}

/* 🔥 Your requested icon before each link */
.bank-list a:before {
    position: absolute;
    content: "\f0a4";
    left: 13px;
    top: 18px;
    font-size: 14px;
    font-family: FontAwesome;
    color: #152029;
}

.bank-list a {
        color: #000000;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    display: inline-block;
    font-size: 20px;
    background: #f1f5f9;
    width: 100%;
    padding: 15px 40px;
    border-radius: 8px;
}

.codes h5 {
    background: #152029;
        color: #ffff;
    padding: 12px 25px;
    font-size: 21px;
    font-weight: 500 !important;
    border-radius: 5px;
}
section.home-loan .col-md-10
 {
    padding: 30px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.07);
    margin: 80px;
}

form#loanForm button.mt-3.btn.btn-primary.w-100 {
    margin: 20px 0px;
}

.bank-icon {
    font-size: 16px;
    color: #0f172a;
}

.important-link {
    background: #f7f9fc;
        padding: 80px 0px;
}

.imp_links {
    background: #ffffff;
    border-radius: 8px;
    padding: 18px 20px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.07);
    transition: all 0.3s ease-in-out;
    height: 10%;
    margin: 13px 0px;
}

.imp_links a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #1a1a1a;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
}

.imp_links i {
    font-size: 16px;
    /* opacity: 0; */
    transform: translateX(-10px);
    transition: 0.3s ease;
    color: #152029;
}

.imp_links:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.12);
}

.imp_links:hover i {
    opacity: 1;
    transform: translateX(0);
    color: #152029;
}

.row.blog-section-grids .grid {
    box-shadow: 0 5px 12px 2px #d5d4d2;
    padding: 25px;
}

.post-title-meta ul.meta-info {
    display: flex;
}

ul.meta-info li {
    float: left;
    margin-right: revert-layer;
}

@media (max-width: 767px) {
    .imp_links {
        padding: 14px 16px;
    }
    .imp_links a {
        font-size: 14px;
    }
}


/* service section  */
.service-section-modern {
    background: #112c46;
    padding: 60px 0;
    border-radius: 0 0 40px 40px;
    color: #fff;
}

/* Heading */
.service-subtitle {
    font-size: 14px;
    letter-spacing: 3px;
    color: #c8e6da;
}

.service-title {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px !important;
}

.service-title2 {
    font-size: 26px;
    font-weight: 500;
    margin-top: -10px;
    color: #a8c3df;
}

.mb-40 {
    margin-bottom: 40px;
}

/* View All Button */
.view-all-btn {
    background: #ffcd34;
    color: #1b1b1b;
    padding: 10px 26px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s;
}
.view-all-btn:hover {
    background: #f5bb00;
}

/* ----------------------------------------
   INFINITE SCROLL (Marquee Replacement)
----------------------------------------- */
.service-scroller {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 20px;
}

.service-track {
    display: flex;
    animation: scroll-left 40s linear infinite;
    gap: 20px;
}

.service-item {
    min-width: 360px;
}

@keyframes scroll-left {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ----------------------------------------
   SERVICE CARD STYLES
----------------------------------------- */
.service-card-modern {
    background: #fff;
    color: #333;
    display: block;
    border-radius: 18px;
    overflow: hidden;
    text-decoration: none;
    transition: 0.35s ease;
    position: relative;
    box-shadow: 0px 4px 20px rgba(0,0,0,0.08);
}

.service-img-modern {
    width: 100%;
    padding: 20px;
    position: relative;
    overflow: hidden;
}

.service-img-modern img {
    width: 100%;
    border-radius: 12px;
    transition: 0.4s ease;
}

.service-card-modern:hover img {
    transform: scale(1.08);
}

/* Folded corner */
.service-img-modern::after {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    bottom: 0;
    right: 0;
    background: #ffffff;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    z-index: 2;
    transition: 0.3s ease;
}

/* Content Section */
.service-content-modern {
    padding: 20px;
    min-height: 160px;
    position: relative;
}

.service-content-modern h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.service-content-modern p {
    font-size: 14px;
    color: #666;
    margin-bottom: 0;
}

/* Arrow Button */
.service-arrow {
    width: 32px;
    height: 32px;
    background: #1b1b1b;
    border-radius: 50%;
    position: absolute;
    bottom: -230px;
    right: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease;
    z-index: 5;
}

.service-arrow i {
    color: #fff;
    font-size: 14px;
}

.service-card-modern:hover .service-img-modern::after {
    background: #e2b100;
}

.service-card-modern:hover .service-arrow {
    transform: scale(1.12);
}

section.team {
        margin: 60px 0px;
}

.team-social-icon{
    position: absolute;
    top: 135px;
    left: 85px;
}

.site-footer .upper-footer .widget h2 {
    color: #fff;
    margin: 3px 0px 12px 0px;
}

.site-footer .upper-footer .widget h2 {
    color: #fff;
    margin: 3px 0px 12px 0px;
}

.box .signature {
    display: flex;
    gap: 30px;
}

.box .signature a.btn.theme-btn {
    height: 45px;
    border-radius: 11px;
    margin-top: 20px;
}

section.service-section-modern.services.py-5 {
    background: #fff;
}

section.service-section-modern.services .service-card-modern {
    background: #152029;
    color: #ffffff;
    display: block;
    border-radius: 18px;
    overflow: hidden;
    text-decoration: none;
    transition: 0.35s ease;
    position: relative;
    margin-bottom: 20px;
}

section.service-section-modern.services .service-img-modern::after
 {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    bottom: 0;
    right: 0;
    background: #152029;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    z-index: 2;
    transition: 0.3s;
}
section.service-section-modern.services .service-arrow i {
    color: #000000;
    font-size: 14px;
}

section.service-section-modern.services .service-content-modern p {
    font-size: 14px;
    color: #ffffff;
}

section.service-section-modern.services .service-arrow {
    width: 30px;
    height: 30px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -236px;
    right: 9px;
    z-index: 3;
    transition: 0.3s 
ease;
}



/* PAGE TITLE */
.page-title-modern {
    background: linear-gradient(135deg, #152029, #0a58ca);
    padding: 60px 0;
    color: #fff;
}

.page-title-modern .title-inner h1 {
    font-size: 36px;
    font-weight: 700;
}

.breadcrumb-modern {
    margin-top: 10px;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 8px;
}

.breadcrumb-modern li,
.breadcrumb-modern a {
    color: #fff;
    opacity: 0.9;
}

/* SERVICE DETAILS */
.service-details-card {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.service-banner {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
}

.service-title-main {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

/* SIDEBAR */
.service-sidebar .sidebar-widget {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    margin-bottom: 25px;
}

.service-sidebar-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-sidebar-list li {
    border-bottom: 1px solid #eee;
}

.service-sidebar-list li:last-child {
    border-bottom: none;
}

.service-sidebar-list li a {
    padding: 12px 5px;
    display: flex;
    justify-content: space-between;
    color: #333;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.service-sidebar-list li.active a,
.service-sidebar-list li a:hover {
    color: #ffffff;
    background: #152029;
    padding: 13px;
}

.service-sidebar-list li a i {
    opacity: 0;
    transition: 0.3s;
}

.service-sidebar-list li:hover a i,
.service-sidebar-list li.active a i {
    opacity: 1;
    transform: translateX(5px);
}

/* ENQUIRY BOX */
.enquiry-box p {
    font-size: 14px;
    color: #555;
}
section.service-details-area.py-5 {
    margin: 80px 0px;
}

.blog-img {
    max-height: 450px;
    object-fit: cover;
}

.blog-heading {
    font-size: 32px;
    font-weight: 700;
}

.single-blog-card p {
    font-size: 17px;
    line-height: 1.7;
}

.recent-post-list li a {
    text-decoration: none;
    font-weight: 600;
    color: #222;
}

.recent-post-list li a:hover {
    color: #0d6efd;
}


/* Card hover animation */
.service-card-modern {
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
}

.service-card-modern:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

/* Image zoom animation */
.service-card-modern img {
    transition: transform 0.5s ease;
}

.service-card-modern:hover img {
    transform: scale(1.08);
}

/* Arrow animation */
.service-arrow i {
    transition: transform 0.3s ease;
    display: inline-block;
}

.service-card-modern:hover .service-arrow i {
    transform: translateX(7px);
     margin-left: -13px;
}

/* Smooth scrolling slide animation */
.service-track {
    animation: slideScroll 40s linear infinite;
}

@keyframes slideScroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Pause on hover */
.service-scroller:hover .service-track {
    animation-play-state: paused;
}
/* Blog card container */
.blog-card {
    background: #fff;
    margin-top: 30px;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.4s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.06);
    padding: 20px;
}

section.blog-section {
    padding: 80px 0px;
}

.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}

/* Image hover zoom */
.blog-img img {
    width: 100%;
    border-radius: 12px 12px 0 0;
    transition: transform 0.5s ease;
}

.blog-card:hover .blog-img img {
    transform: scale(1.08);
}

/* Blog content */
.blog-content {
    padding: 10px 0px;
}

.blog-title {
    font-size: 18px;
    font-weight: 700;
    transition: color 0.3s ease;
}

.blog-card:hover .blog-title {
    color: #f39c12 !important;
}

/* Meta info */
.blog-meta {
    padding: 0;
    margin: 10px 0;
    display: flex;
    gap: 15px;
    font-size: 14px;
    color: #777;
}

.blog-meta li {
    list-style: none;
}

/* Read More button */
.blog-readmore {
    display: inline-block;
    margin-top: 10px;
    font-weight: 600;
    color: #06223e;
    transition: all 0.3s ease;
}
.blog-readmore:hover {
    display: inline-block;
    margin-top: 10px;
    font-weight: 600;
    color: #f39c12;
    transition: all 0.3s ease;
}

.blog-readmore i {
    transition: transform 0.3s ease;
}

.blog-card:hover .blog-readmore i {
    transform: translateX(5px);
}

.team-grids .grid ul a i.fab.mt-3 {
    background: #f39c12;
    color: #fff;
    padding: 7px;
    border-radius: 5px;
    padding-right: 24px;
    padding-left: 10px;
}


/* CONTACT SECTION */
.contact-section-modern .cs-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 0px;
}

.cs-subtitle {
    color: #555;
    margin-bottom: 25px;
}

.cs-info-list-modern {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cs-info-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: #f8f9fa;
    padding: 15px 20px;
    border-radius: 12px;
    margin-bottom: 15px;
    transition: 0.3s;
}

.cs-info-item:hover {
    transform: translateY(-5px);
    background: #fff;
    box-shadow: 0px 8px 18px rgba(0,0,0,0.08);
}

.cs-icon {
    width: 45px;
    height: 45px;
    background: #0a3d62;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

/* FORM BOX */
.cs-form-modern {
    background: #fff;
    padding: 60px 35px;
    border-radius: 15px;
    transition: 0.3s;
}

.cs-form-modern {
    box-shadow: 0px 12px 22px rgba(0,0,0,0.10);
}

.cs-input {
    height: 55px;
    border-radius: 10px;
    padding-left: 15px;
    border: 1px solid #ddd;
}

.cs-input:focus {
    border-color: #0a3d62;
    box-shadow: 0 0 0 0.2rem rgba(10,61,98,0.2);
}

/* BUTTON */
.cs-btn-modern {
    background: #0a3d62;
    color: #fff;
    padding: 12px 30px;
    border-radius: 10px;
    font-size: 16px;
    transition: 0.3s;
}

.cs-btn-modern:hover {
    background: #0a3d62;
    transform: translateY(-3px);
        color: #fff !important;
}

/* MAP */
.map-modern iframe {
    border-radius: 10px;
}
