body {
    padding: 0;
    margin: 0;
    font-family: 'Gilroy';
    overflow-x: hidden;
    color: #161C2D;
    background-image: url(../images/body-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    color: #0d6efd;
}

p {
    margin: 0px;
    color: #404248;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    color: #131415;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.relative {
    position: relative;
}

.form-control:focus,
.form-control:visited,
.btn:focus,
.btn:visited,
.btn-close:focus,
.btn-close:visited {
    box-shadow: none;
    outline: none;
}

@media(min-width:1440px) {
    .container {
        max-width: 1350px;
    }
}

.header {
    position: relative;
    z-index: 999;
}

.header-scrolled {
    position: fixed;
    left: 0;
    margin: auto;
    top: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeDown;
    animation: 1000ms ease-in-out 0s normal none 1 running fadeDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    border-radius: 0;
}

@keyframes fadeDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.header-scrolled .header-top {
    display: none !important;
}

.header-top {
    padding: 15px 0px;
    background-color: #161C28;
}

.header-top-content ul {
    display: flex;
    gap: 20px;
}

.header-top-content.text-end ul {
    justify-content: end;
}

.header-top-content ul li a {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.header-top-content ul li a img {
    width: 20px;
}

.header-buttons ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-buttons.text-end ul {
    justify-content: end;
}

.header-main {
    padding: 15px 0px;
}

.header-logo img {
    height: 40px;
}

.header-nav .nav-link {
    font-size: 18px;
    color: #555555;
    display: inline-block;
    font-weight: 500;
    position: relative;
}

.header-nav .nav-item {
    position: relative;
    display: inline-block;
    padding-right: 9px;
}

.nav-dropdown-menu {
    position: absolute;
    top: calc(100% + 30px);
    left: 0;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    width: 320px;
    border-radius: 20px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
}

.header-nav .nav-item:hover .nav-dropdown-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.nav-dropdown-menu li:not(:last-child) {
    padding-bottom: 10px;
}

.nav-dropdown-menu li a {
    padding: 10px;
    display: inline-block;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}

.nav-dropdown-menu li a:hover {
    background-color: #f0f0f0;
}

.dropdown-list {
    display: flex;
    gap: 16px;
}

.dropdown-list-icon img {
    width: 40px;
}

.dropdown-list-content h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 4px;
}

.dropdown-list-content p {
    font-size: 16px;
    color: #555555;
}

.header-nav .nav-item.has-dropdown .nav-link::before {
    position: absolute;
    content: "";
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url(../images/chevron-down.svg);
    background-size: contain;
}

.header-buttons ul li a {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
}

.header-buttons ul li a.btn {
    font-size: 18px;
    border: 1px solid #1C40F2;
    padding: 10px 20px;
    border-radius: 30px;
    color: #1C40F2;
    transition: all 0.3s ease-in-out;
}

.header-buttons ul li a.btn:hover {
    background-color: #1C40F2;
    color: #fff;
}

.hero-banner-content {
    position: relative;
    z-index: 1;
}

.hero-banner-content h1 {
    position: relative;
    font-weight: 700;
    font-size: 80px;
    margin-bottom: 30px;
    padding-bottom: 60px;
}

.hero-banner-content h1::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    background-image: url(../images/heading-curve.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
}

.hero-banner-content .text-center h1 {
    font-size: 50px;
    padding: 0px;
}

.hero-banner-content .text-center h1::before {
    display: none;
}

.hero-banner-content p {
    font-size: 18px;
    margin-bottom: 30px;
}

.hero-banner {
    padding: 100px 0px;
    position: relative;
}

.collabs-item img {
    width: 160px;
}

.page-bg img {
    position: absolute;
    width: 50%;
}

.page-bg .bg-01 {
    top: -80px;
    left: 0;
}

.page-bg .bg-02 {
    top: -80px;
    left: 50%;
}

.page-bg .bg-03 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.page-bg .bg-04 {
    top: 0;
    right: 0;
}

.page-bg .bg-05 {
    top: 0;
    right: 0;
}

.page-bg .bg-06 {
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.page-bg .bg-07 {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.page-bg .bg-08 {
    left: 0;
    bottom: -60%;
}

.page-bg .bg-09 {
    bottom: 0;
    right: 0;
}

.search-box {
    position: relative;
    max-width: 80%;
}

.search-box .btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.search-box .form-control {
    height: 56px;
    border: 1px solid #D9D9D9;
    border-radius: 16px;
}

.section-pad {
    padding: 120px 0px;
}

.section-header {
    position: relative;
    z-index: 1;
}

.section-header {
    margin-bottom: 60px;
}

.section-header h4 {
    font-size: 40px;
    font-weight: 700;
}

.section-header h3 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 20px;
}

.section-header h5 {
    font-size: 14px;
    font-weight: 500;
    color: #F64B4B;
    margin-bottom: 20px;
}

.section-header p {
    font-size: 16px;
    margin-bottom: 30px;
}

.story-content img {
    margin-bottom: 30px;
}

.story-content p {
    font-size: 18px;
}

.bg-light {
    background-color: #F4F7FA !important;
    z-index: 9;
}

.bg-light2 {
    background-color: #F9F8FE !important;
    z-index: 9;
}

.btn-primary {
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #1C40F2;
    border-color: #1C40F2;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    height: 56px;
    min-width: 160px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}

.btn-primary:hover {
    background-color: #fff;
    color: #1A38C8;
}

.btn-primary.round {
    border-radius: 30px;
}

.feature-bx img {
    width: 100%;
    margin-bottom: 30px;
}

.feature-bx h4 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 600;
}

.feature-content h4 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 20px;
}

.feature-content p {
    font-size: 18px;
    margin-bottom: 30px;
}

.benefit-content,
.benefit-img {
    position: relative;
    z-index: 1;
}

.benefit-content h4 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 20px;
}

.benefit-content ul li img {
    width: 24px;
}

.benefit-content ul li {
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 18px;
}

.price-bx {
    background-color: #fff;
    box-shadow: 0px 4px 9px 0px #0000000D;
    border-radius: 20px;
    padding: 20px;
    position: relative;
    z-index: 9;
}

.price-bx.highlighted {
    background-color: #1C40F2;
}

.price-bx.highlighted {
    background-image: url(../images/price-bg.png);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-top: 0px;
}

.price-bx-info {
    padding: 20px;
}

.price-bx.highlighted .price-bx-info {
    padding: 30px;
}

.price-bx-info h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
    color: #555555;
}

.price-bx.highlighted .price-bx-info h4 {
    color: #fff;
}

.price-bx-info h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}

.price-bx.highlighted .price-bx-info h3 {
    color: #fff;
}

.price-bx-info p {
    font-size: 16px;
    color: #A6A6A6;
    margin-bottom: 10px;
}

.price-bx.highlighted .price-bx-info p {
    color: #fff;
}

.price-bx-info h2 {
    font-size: 50px;
    font-weight: 700;
}

.price-bx.highlighted .price-bx-info h2 {
    color: #fff;
}

.price-bx-info h2 sup {
    font-size: 18px;
    color: #A6A6A6;
    font-weight: normal;
    top: -1.5em;
}

.price-bx.highlighted .price-bx-info h2 sup {
    color: #fff;
}

.price-bx-feature {
    padding: 20px;
    background-color: #F9FAFB;
    border-radius: 10px;
}

.price-bx.highlighted .price-bx-feature {
    background-color: #fff;
    padding: 30px;
}

.price-bx-feature ul {
    margin-bottom: 20px;
}

.price-bx-feature ul li {
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    gap: 10px;
    align-items: center;
}

.price-btn {
    padding: 20px 30px;
    background-color: #fff;
    color: #1C40F2;
    font-weight: 600;
    font-size: 18px;
    border-radius: 20px;
    display: block;
    box-shadow: 0px 4px 9px 0px #0000000D;
    width: 100%;
}

.price-bx.highlighted .price-btn {
    background-color: #1C40F2;
    color: #fff;
}

.view-more-btn {
    color: #1C40F2;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
}

.view-more-btn:hover {
    color: #0d2db8;
    text-decoration: underline;
}

.price-bx.highlighted .view-more-btn {
    color: #1C40F2;
}

.price-bx.highlighted .view-more-btn:hover {
    color: #0d2db8;
}

.price-tab {
    display: inline-flex;
    margin-bottom: 60px;
    background-color: #fff;
    box-shadow: 0px 4px 9px 0px #0000000D;
    padding: 10px;
    border-radius: 40px;
    position: relative;
    z-index: 9
}

.price-tab .nav-link {
    font-size: 18px;
    font-weight: 500;
    padding: 10px 25px;
    border-radius: 30px;
}

.service-area {
    padding: 30px;
    border-radius: 30px;
    border: 1px solid #0000000D;
}

.service-bx {
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #0000000D;
    margin-bottom: 30px;
    background-color: #fff;
}

.service-icon {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1C40F2;
    margin: 0px auto 20px;
}

.service-bx h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.service-bx p {
    font-size: 14px;
    margin-bottom: 30px;
}

.service-bx h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}

.service-bx h3 sup {
    font-size: 18px;
    color: #A6A6A6;
    font-weight: 400;
}

.service-bx a {
    border: 1px solid #10101029;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    display: inline-block;
    border-radius: 16px;
}

.domain-search {
    padding: 60px;
    border-radius: 20px;
    background: linear-gradient(90deg, #3B90FF 0%, #4C6AFF 45.67%, #3B90FF 99.52%);
}

.domain-search-content h4 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

.domain-search-content p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 40px;
}

.domain-search-bx .search-btn {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.domain-search-bx .form-control {
    height: 44px;
    background-color: #fff;
    border: none;
    border-radius: 12px;
    padding-left: 50px;
}

.partner-support-content h3 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 20px;
}

.partner-support-content p {
    font-size: 16px;
    color: #A6A6A6;
    margin-bottom: 30px;
}

.partner-review .rating {
    margin-bottom: 10px;
}

.partner-review h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.partner-review h5 {
    font-size: 16px;
    font-weight: 500;
    color: #A6A6A6;
}

.partner-support-list {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.partner-support-list-icon {
    width: 60px;
    height: 60px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 9px 0px #0000000D;
}

.partner-support-list-content {
    width: calc(100% - 80px);
}

.partner-support-list-content h4 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}

.partner-support-list-content p {
    color: #A6A6A6;
}

.faq-accordion .accordion-item {
    margin-bottom: 20px;
    border: none;
    border: 1px solid #E5E7EB;
    background-color: #fff;
    border-radius: 12px;
}

.faq-accordion .accordion-button {
    background-color: transparent;
    font-size: 20px;
    font-weight: 600;
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: none;
}

.accordion-button::after {
    background-image: url(../images/plus-icon.svg);
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus-icon.svg);
}

.footer {
    background-color: #161C28;
    padding-top: 120px;
    padding-bottom: 40px;
}

.footer-testimonial h4 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
}

.footer-testimonial p {
    font-size: 18px;
    color: #A6A6A6;
    margin-bottom: 30px;
}

.quote-img {
    width: 45px;
    margin-bottom: 30px;
}

.testimonial-slider2 {
    margin-bottom: 40px;
}

.testimonial-content h5 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.contact-form {
    background-color: #222938;
    padding: 30px 100px;
    border-radius: 20px;
}

.contact-form h4 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
}

.contact-form .form-group {
    margin-bottom: 30px;
}

.contact-form .form-group label {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}

.contact-form .form-group input.form-control {
    height: 50px;
}

.contact-form .form-group .form-control {
    border-radius: 10px;
    border: none;
    padding: 10px 20px;
}

.contact-form .btn {
    width: 100%;
    height: 60px;
}

.footer-mid {
    padding: 60px 0px;
    border-bottom: 1px solid #E6E6E6;
}

.footer-content img {
    height: 40px;
    margin-bottom: 20px;
}

.footer-content p {
    color: #A6A6A6;
    margin-bottom: 16px;
}

.subscribe-area {
    position: relative;
}

.subscribe-area .form-control {
    border: 2px solid #A6A6A6;
    background-color: transparent;
    height: 60px;
    border-radius: 40px;
    color: #fff;
    padding: 10px 20px;
}

.subscribe-area .btn {
    position: absolute;
    top: 7px;
    right: 7px;
    height: 46px;
    width: 46px;
    background-color: #1A38C8;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subscribe-area .btn img {
    margin-bottom: 0px;
}

.footer-link h5 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.footer-link ul li {
    margin-bottom: 10px;
}

.footer-link ul li a {
    color: #A6A6A6;
    font-size: 16px;
}

.footer-bottom {
    padding-top: 40px;
}

.copyrights p {
    font-size: 16px;
    color: #fff;
}

.footer-bx ul li {
    display: inline-block;
    padding: 0px 10px;
}

.footer-bx ul li a {
    font-size: 16px;
    color: #fff;
}

.feature-box {
    padding: 30px;
    border-radius: 20px;
    background-color: #fff;
    margin-bottom: 30px;
    position: relative;
    box-shadow: 0px 4px 9px 0px #0000000D;
    z-index: 9;
}

.feature-box img {
    margin-bottom: 30px;
}

.feature-box h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.feature-box p {
    margin-bottom: 30px;
}

.feature-box a {
    display: none;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #1C40F2;
}

.feature-box a img {
    margin: 0px;
}

.zig-zag-sections {
    position: relative;
    z-index: 9;
}

.zig-zag-section-content h4 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 20px;
}

.zig-zag-section-content p {
    margin-bottom: 30px;
}

.zig-zag-section-content a {
    display: none;
    align-items: center;
    font-weight: 500;
    gap: 10px;
    color: #1A38C8;
}

.pad-left {
    padding-left: 100px;
}

.pad-right {
    padding-right: 100px;
}

.vertical-price {
    margin-bottom: 30px;
}

.price-bx .price-badge {
    position: absolute;
    bottom: 100%;
    left: 20px;
    font-size: 14px;
    padding: 2px 10px;
    background-color: #1C40F2;
    color: #fff;
    border-radius: 10px 10px 0px 0px;
}

.vertical-price .price-bx-feature ul {
    margin-bottom: 0px;
}

.vertical-price .price-bx-feature ul li:last-child {
    padding-bottom: 0px;
}

.vertical-price .price-bx-feature {
    margin: 0px;
    background-color: transparent;
}

.vertical-price .price-bx-info.with-bg {
    background-color: #F9FAFB;
    border-radius: 20px;
}

.vertical-price .price-bx-info.with-bg h2 {
    text-align: center;
    margin-bottom: 20px;
}

.vertical-price.highlight {
    border: 2px solid #1C40F2;
    margin-top: 50px;
}

.vertical-price.highlight .price-btn {
    background-color: #1C40F2;
    color: #fff;
}

.domain-tabs {
    position: relative;
    border: 1px solid #D9D9D9;
    border-bottom: none;
    display: inline-flex;
    border-radius: 16px 16px 0px 0px;
    overflow: hidden;
}

.domain-tabs .nav-link {
    font-size: 16px;
    font-weight: 500;
    color: #8E8E8E;
    background-color: #EEEEEE;
    border: none;
    padding: 15px 20px;
}

.domain-tabs .nav-link.active {
    color: #191A15;
}

.domain-tab-content .search-box {
    max-width: 100%;
}

.domain-tab-content .search-box .form-control {
    border-top: none;
    border-radius: 0px 16px 16px 16px;
}

.domain-extension {
    box-shadow: 0px 4px 9px 0px #0000000D;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
}

.domain-extension img {
    margin-bottom: 10px;
}

.domain-extension p {
    color: #131415;
    margin-bottom: 30px;
}

.domain-extension h5 {
    font-size: 16px;
    font-weight: 500;
    color: #131415;
    margin-bottom: 10px;
}

.domain-extension h3 {
    font-size: 36px;
    font-weight: 600;
    color: #191A15;
    margin-bottom: 20px;
}

.domain-extension h3 sup {
    font-size: 18px;
    font-weight: 400;
    color: #A6A6A6;
}

.domain-extension h3 span {
    font-size: 20px;
    color: #191A15;
    font-weight: 400;
}

.domain-btn {
    display: block;
    padding: 10px 20px;
    border-radius: 30px;
    background-color: #1C40F2;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.table-search .domain-search-bx .form-control {
    box-shadow: 0px 4px 12px 0px #0000001A;
    border-radius: 30px;
}

.domain-pagination .page-item:first-child .page-link,
.domain-pagination .page-item:last-child .page-link {
    background-color: transparent;
    border: none;
}

.domain-pagination .page-link {
    border: 1px solid #1C40F2;
    margin: 0px 10px;
    border-radius: 4px;
    background-color: #fff;
}

.domain-pagination .page-link.active {
    color: #1C40F2;
}

.table-extension .table th,
.table-extension .table td {
    padding: 20px 10px;
    border-color: #D9D9D9;
}

.table-extension .table tr:last-child td {
    border-bottom: none;
}

.table-extension .table td:first-child {
    font-weight: 600;
}

.game-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.game-banner .hero-banner-content h1 {
    color: #fff;
}

.game-banner .hero-banner-content p {
    color: #fff;
    margin-bottom: 40px;
}

.game-banner-stats {
    padding-top: 60px;
}

.game-banner-stats-bx {
    text-align: center;
}

.game-banner-stats-bx h4 {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.game-banner-stats-bx p {
    font-size: 16px;
    color: #fff;
}

.game-bx {
    position: relative;
    margin-bottom: 30px;
    z-index: 9
}

.game-bx img {
    width: 100%;
    border-radius: 20px;
}

.game-bx-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    backdrop-filter: blur(12px);
    border: 2px solid #fff;
    width: calc(100% - 40px);
    padding: 10px;
    border-radius: 10px;
}

.game-bx-content h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 5px;
}

.game-bx-content h3 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.game-bx-content h3 sup {
    top: auto;
    bottom: 0;
}

.about-us-content {
    padding-right: 60px;
}

.about-us-content h4 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 20px;
}

.about-us-content p {
    font-size: 18px;
    margin-bottom: 30px;
}

.about-us-list {
    padding-bottom: 20px;
}

.about-us-list h4 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.about-us-list p {
    font-size: 18px;
    color: #161C2D;
}

.about-us-right-content {
    padding-left: 40px;
}

.about-us-bottom-sec h4 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 20px;
}

.about-us-bottom-sec p {
    font-size: 18px;
    margin-bottom: 50px;
}

.contact-us-form {
    background-color: #fff;
    box-shadow: 0px 4px 9px 0px #0000000D;
    border-radius: 20px;
    padding: 30px;
    position: relative;
    z-index: 9;
}

.contact-us-form .form-group {
    margin-bottom: 30px;
}

.contact-us-form .form-group label {
    font-size: 18px;
    margin-bottom: 20px;
    display: inline-block;
}

.contact-us-form .form-group input.form-control {
    height: 50px;
}

.contact-us-form .form-group .form-control {
    padding: 10px 20px;
    border: 1px solid #E4E4E4;
    border-radius: 10px;
}

.contact-us-form .btn {
    width: 100%;
}

.contact-info-bx {
    position: relative;
    z-index: 9;
    background-color: #fff;
    border: 1px solid #E4E4E4;
    border-radius: 20px;
    padding: 20px;
    margin-top: 30px;
    padding-left: 60px;
}

.contact-info-bx img {
    position: absolute;
    top: 20px;
    left: 20px;
}

.contact-info-bx h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-info-bx p {
    margin-bottom: 0px;
    font-size: 16px;
}


.contact-info-bx a {
    display: inline-block;
    padding-right: 20px;
}

.contact-bx {
    padding: 30px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 4px 9px 0px #0000000D;
    position: relative;
    z-index: 1;
}

.contact-bx img {
    margin-bottom: 15px;
}

.contact-bx h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.contact-bx p {
    font-size: 16px;
    margin-bottom: 20px;
}

.contact-bx a {
    width: 100%;
}

.about-us-bottom-sec,
.zig-zag-section-img {
    position: relative;
    z-index: 9;
}
/* --- Blog Section Styles --- */
.blog-area {
    background-color: #f9f9f9;
}
.blog-bx {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05); /* Softer shadow */
    height: 100%;
    border: 1px solid #f0f0f0; /* Subtle border */
    transition: all 0.3s ease;
    margin-bottom: 30px;
}
.blog-bx:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}
.blog-img {
    position: relative;
    height: 240px;
    overflow: hidden;
}
.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.blog-bx:hover .blog-img img {
    transform: scale(1.05);
}
.blog-date {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #1C40F2; /* Theme Blue */
    color: #fff;
    padding: 6px 15px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
}
.blog-content {
    padding: 25px;
}
.blog-cat {
    color: #1C40F2;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: block;
}
.blog-content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.4;
    color: #161C28;
}
.blog-content h4 a {
    color: #161C28; /* Theme Dark */
    text-decoration: none;
    transition: color 0.3s;
}
.blog-content h4 a:hover {
    color: #1C40F2;
}
.blog-content p {
    color: #555;
    margin-bottom: 20px;
    line-height: 1.6;
}
.read-more {
    color: #161C28;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: gap 0.3s, color 0.3s;
}
.read-more:hover {
    gap: 12px;
    color: #1C40F2;
}

/* Sidebar Styling */
.sidebar-bx {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05); /* Softer shadow */
    margin-bottom: 30px;
    border: 1px solid #f0f0f0;
}
.sidebar-bx h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
    color: #161C28;
}
.sidebar-bx h4::after {
    content: ''; /* Need empty quotes within quotes */
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: #1C40F2;
    border-radius: 2px;
}
.cat-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cat-list li {
    margin-bottom: 12px;
}
.cat-list li a {
    display: flex;
    justify-content: space-between;
    padding: 12px 15px;
    background: #f8f9fa;
    border-radius: 10px;
    color: #555;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s;
}
.cat-list li a:hover, .cat-list li a.active {
    background: #1C40F2;
    color: #fff;
    padding-left: 20px; /* Slight indent on hover */
}
.cat-list li a span {
    opacity: 0.7;
}
.feature-service-bx {
    text-align: center;
    background: #f9faff;
    border-radius: 15px;
    padding: 20px;
    border: 1px solid #eef2ff;
}
.feature-service-bx img {
    margin-bottom: 15px;
    width: 60px;
}
.feature-service-bx h5 {
    font-weight: 700;
    margin-bottom: 10px;
    color: #161C28;
}
.feature-service-bx p {
    font-size: 14px;
    color: #777;
    margin-bottom: 15px;
}
.feature-service-bx a {
    color: #1C40F2;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
}


/* --- Blog Detail Styles --- */
.blog-detail-content { font-size: 1.1rem; line-height: 1.8; color: #161C28; }
.blog-detail-content p { margin-bottom: 25px; }
.blog-detail-content h3 { font-weight: 700; margin-top: 40px; margin-bottom: 20px; }
.last-mb-0:last-child { border-bottom: 0 !important; margin-bottom: 0 !important; }

.price-bx.highlighted .price-bx-info .text-muted {
    color: rgba(255, 255, 255, 0.7) !important;
}


