* {
    font-family: Poppins;
    margin: 0;
    padding: 0;
}

html {
  scroll-behavior: smooth;
}

.banner {
    background: linear-gradient(141deg, #58a2f9 0%, #7f79ef 51%, #5640da 75%);
    color: white;
    opacity: 0.95;
    padding: 160px 0px;
}

.typing-container {
    font-family: Arial, sans-serif;
    font-size: 24px;
    white-space: nowrap;
}

 .ubermenu-transition-shift .ubermenu-submenu .ubermenu-item.ubermenu-active>.ubermenu-submenu-drop.ubermenu-submenu-type-flyout{
	 width: 100% !important;
}

.cursor {
    display: inline-block;
    width: 1px !important;
    height: 1px;
    background-color: black;
    animation: blink 0.8s step-end infinite;
}

.ubermenu-submenu{
	border-top: 2px solid #00193E !important;
	border-radius: 5px !important;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

.btn,
button {
    background: #2C2D2D;
    color: white;
    border: none;
    font-size: 10px;
    font-size: 1rem;
    background-color: #2C2D2D;
    color: white;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 14px 21px;
    padding: 1rem 1.5rem;
    border: 2px solid #2C2D2D;
    transition: color 0.1s cubic-bezier(0.16, 0.08, 0.355, 1), background 0.1s cubic-bezier(0.16, 0.08, 0.355, 1);
    display: inline-block;
    cursor: pointer;
    width: 100%;
    /* min-width: 200px;
    min-width: 20rem; */
    outline: none;
    vertical-align: middle;
    text-align: center;
    position: relative;
    overflow: hidden;

    @media (min-width: 400px) {
        width: auto;
    }

    @media (min-width: 800px) {
        font-size: 1.1rem;
        padding: 0.5rem 1.9rem;
    }

    &:hover {
        background: lighten(#2C2D2D, 5%);
        border-color: lighten(#2C2D2D, 5%);
        color: #fff;
    }
}

.btn-border {
    background-color: transparent;
    color: #2C2D2D;
}

.btn-arrow {
    position: relative;
    transition: background-color 300ms ease-out;

    span {
        display: inline-block;
        position: relative;
        transition: all 300ms ease-out;
        will-change: transform;
    }

    &:hover span {
        transform: translate3d(-1rem, 0, 0);
    }

    svg {
        position: absolute;
        width: 1.1em;
        right: 0px;
        right: 0rem;
        opacity: 0;
        top: 50%;
        transform: translateY(-50%);
        transition: all 300ms ease-out;
        will-change: right, opacity;

        * {
            stroke-width: 5;
            stroke-color: transparent;
        }
    }

    &:hover svg {
        opacity: 1;
        right: -2rem;
    }
}

.banner_left {
    margin: auto;
}

.inner_banner_left {
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.banner_button {
    margin-top: 30px;
}

.banner_right img {
    width: 100%;
}

.banner_left h1 {
    color: white;
    font-size: 50px;
    font-family: "Zilla Slab";
    font-weight: 700;
    line-height: 54px;
    letter-spacing: 0.3px;
    width: 90%;
	margin:0px;
    /* text-shadow: 0px 0px 12.09px rgba(0, 0, 0, 0.13); */
}

.inner_banner_left span {
    font-size: 16px;
    line-height: 24px;
    font-family: "Work Sans", Sans-serif;
    padding-bottom: 30px;
    font-weight: 500;
    width: 75%;
}

.banner_left .typing-container span {
    color: #233D63;
    font-family: "Zilla Slab";
    font-size: 28px;
    line-height: 30px;
    font-weight: 600;
    text-shadow: 0px 0px 12.09px rgba(0, 0, 0, 0.13);
}

.btn_div {
    background-color: #e5eaf1;
    border-radius: 30px;
    color: black;
    transition: background-color 0.3s ease;
    padding: 14px 24px;
    text-decoration: none;
    text-transform: uppercase;
}


/* why chose section */

.whyChoosenextin {
    padding: 60px 0px;
}

.whyChoose .section_title_1 {
    text-align: center;
    font-weight: 600;
    margin-top: 30px;
    font-family: "Zilla Slab", Sans-serif;
    text-align: center;
    color: #474747;
    font-size: 50px;
    line-height: 54px;
}

.section_title_1 span {
    font-weight: 800;
    font-size: 50px;
    font-family: "Zilla Slab", Sans-serif;
    color: var(--text_blue);
}

.whyChoose .section_title_2 {
    font-family: "Work Sans", Sans-serif;
    text-align: center;
    font-weight: 400;
    font-size: 22px;
    color: var(--text_grey);
    max-width: 500px;
    margin: auto;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.whyCard_div {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}

.whyCard_div .whyCard h6 {
    display: inline-block;
    color: #0061b8;
    font-family: "Work Sans", Sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
}

.whyCard_div .whyCard p {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    font-family: "Work Sans", Sans-serif;
    margin-top: 15px;
}

.whycard-flx {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 6px;
}

.whyCard_div .whyCard {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whyCard_div .whyCard {
    text-align: center;
    padding: 22px;
    box-shadow: 0px 3px 8.5px 1.5px rgba(0, 0, 0, 0.05);
    border: 2px solid white;
    transition: .3s;
    width: 32%;
}

.whyCard {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s, box-shadow 0.2s;
    border-radius: 8px;
}

@media screen and (max-width:1400px) {
    .whyCard_div .whyCard {
        width: 45%;
    }
}

.tab-container {
    /* width: 90%; */
    margin: auto;
}

.tab_section {
    padding: 60px 0px;
    /* background-color: #1F2C40; */
}

.tabs {
    display: flex;
    gap: 15px;
    overflow: hidden;
    align-items: center;
    margin-bottom: 20px;
    place-content: center;
}

.tab_heading {
    padding-bottom: 40px;
}

.tab_heading h6 {
    color: #3065EC;
    font-family: "Work Sans", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    line-height: 25px;
    margin: 0px 0px 15px 0px;
}

.tab_heading h2 {
    color: #233d63;
    margin: 0px 0px 10px 0px;
    font-family: "Zilla Slab", Sans-serif;
    font-size: 50px;
    text-align: center;
    font-weight: 600;
    line-height: 46px;
    letter-spacing: 0px;
}

.tab_heading p {
    font-family: "Work Sans", Sans-serif;
    margin: 20px 0px 30px 0px;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
}

.tab {
    padding: 10px 20px;
    background-color: #f4f4f4;
    cursor: pointer;
    border: 1px solid #ddd;
    transition: background-color 0.3s;
    border-radius: 50px;
}

.tab.active {
    background-color: #2C2D2D;
    color: #fff;
    border-color: #fff;
}

.tab-content {
    display: flex;
    gap: 20px;
}

.tab-pane {
    display: none;
    flex: 1;
    align-items: center;
    /* justify-content: space-between; */
    gap: 20px;
    place-content: center;
}

.tab-pane img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.tab-pane.active {
    display: flex;
}

.content h2 {
    font-size: 2em;
    margin-bottom: 10px;
    color: #233d63;
    margin: 0px 0px 10px 0px;
    font-family: "Zilla Slab", Sans-serif;
    font-weight: 600;
    line-height: 46px;
    letter-spacing: 0px;
}

.content p {
    font-size: 1em;
    margin-bottom: 15px;
    font-family: "Work Sans", Sans-serif;
    margin: 20px 0px 30px 0px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
}

.content button {
    padding: 10px 20px;
    border: none;
    background-color: #007bff;
    color: white;
    cursor: pointer;
    border-radius: 5px;
}

/* contact section */

.contact-section {
    padding: 60px 0px;
    /* background-color: #1F2C40; */
}

.contact_heading h2 {
    color: #233d63;
    margin: 0px 0px 10px 0px;
    font-family: "Zilla Slab", Sans-serif;
    font-size: 50px;
    text-align: center;
    font-weight: 600;
    line-height: 46px;
    letter-spacing: 0px;
}

.contact_heading p {
    color: #233d63;
    font-family: "Work Sans", Sans-serif;
    margin: 20px 0px 30px 0px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0px;
}

.contact-img img {
    width: 100%;
}

/* input:focus {
    outline: none;
    border-top: none; 
	border-left: none;
	border-right: none;
} */

input[type=checkbox]{
	width:auto !important; 
	all:revert;
}

.wpcf7-checkbox>span{
	margin:0px;
	padding-bottom:20px;
	font-size:14px;
}

input[type=submit]{
	 background: linear-gradient(141deg, #58a2f9 0%, #7f79ef 51%, #5640da 75%);
	border:none;
	text-align:center;
	padding:14px 20px;
	border-radius:8px;
	width:50%;
}

input {
    all: unset; /* Resets all styles including borders and background */
    border-bottom: 2px solid #000; /* Sharp border-bottom */
    width: 100%; /* Adjust width as needed */
    padding: 5px 0; /* Optional: Adds some spacing for better usability */
    box-sizing: border-box; /* Ensures the width includes padding and border */
}

input:focus {
    outline: none; /* Removes any default focus outline */
    border-bottom: 2px solid #007BFF; /* Optional: Change border color on focus */
}

.ubermenu-skin-minimal.ubermenu-responsive-toggle {
    background: transparent;
    color: #333;
	padding:0px;
    font-size: 20px !important;
    text-transform: none;
    font-weight: normal;
}


/* form css */

.contact-form {
    display: flex;
    flex-wrap: wrap;
}

.contact-form p {
    margin: 0px;
}

.form-row {
    display: flex;
    width: 100%;
    gap: 30px;
    margin-bottom: 15px;
}

.submit-flex{
	display:flex;
	flex-direction:column;
	gap:20px;
}

.contact-container {
    background-color: #0B1A45;
    padding: 80px 40px;
    border-radius: 0px;
}

.form-col {
    flex: 1;
    /* padding: 0 10px; */
    box-sizing: border-box;
}

label {
    color: #fff;
    display: block;
    margin-bottom: 5px;
}

.form-submit input [type=submit] {
    background: linear-gradient(141deg, #58a2f9 0%, #7f79ef 51%, #5640da 75%);
    color: white;
    width: 100%;
    text-align: center;
    border-bottom: 0px transparent;
}

option {
    color: black;
}

input,
select {
    width: 100%;
    padding: 8px;
    color: white;
    background-color: transparent;
    border-bottom: 1px solid white;
    border-top: 0px transparent;
    border-left: 0px transparent;
    border-right: 0px transparent;
    /* margin-bottom: 10px; */
}


/* pricing section */

.pricing-section {
    padding: 60px 0px;
}

.pricing-section .row {
    display: flex;
    flex-wrap: wrap;
    margin: 16px 0px;
    justify-content: center;
    gap: 20px;
}

.pricing-section-header h2 {
    color: #233d63;
    margin: 0px 0px 10px 0px;
    font-family: "Zilla Slab", Sans-serif;
    font-size: 50px;
    text-align: center;
    font-weight: 600;
    line-height: 46px;
    letter-spacing: 0px;
}

.pricing-section-header p {
    font-family: "Work Sans", Sans-serif;
    margin: 20px 0px 30px 0px;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
}

.pricing-section .pricing-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    flex: 1 1 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
    transition: transform 0.3s ease;
}

.pricing-section .pricing-card:hover {
    transform: translateY(-10px);
}

.pricing-section .icon-circle {
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.pricing-section h3 {
    font-size: 24px;
	line-height:30px;
	font-weight:500;
	font-family: "Zilla Slab", Sans-serif;
    margin-bottom: 15px;
    font-weight: bold;
}

.pricing-section ul {
    list-style: none;
    margin-bottom: 15px;
    padding: 0px;
}

.pricing-section ul li {
    font-size: 18px;
	line-height:30px;
	font-weight:400;
    margin-bottom: 10px;
    color: #666;
	font-family: "Work Sans", Sans-serif;
}

.pricing-section .price {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}

.pricing-section p {
    font-size: 20px;
    color: #666;
	font-family: "Work Sans", Sans-serif;
}

.pricing-section .btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #5e3fda;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
}

.pricing-section .btn:hover {
    background-color: #452db7;
}


.ubermenu .ubermenu-target-text{
	font-size: 16px !important;
	padding-bottom: 6px !important;
	font-family: "Work Sans", Sans-serif !Important;
}

@media (max-width: 768px) {
    .pricing-section .pricing-card {
        flex: 1 1 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
}

@media (max-width: 480px) {
    .pricing-section .pricing-card {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

@media screen and (max-width:1198px) {
    .banner_left h1 {
        width: auto
            /* text-shadow: 0px 0px 12.09px rgba(0, 0, 0, 0.13); */
    }

    .inner_banner_left span {
        width: auto
    }
}

@media (max-width: 991px) {
    .tabs {
        display: none;
        /* Hidden in favor of slider */
    }

    .tabs.slick-slider {
        display: block;
        /* Visible when slick slider */
    }

    .banner_left h1 {
        width: auto
            /* text-shadow: 0px 0px 12.09px rgba(0, 0, 0, 0.13); */
    }

    .inner_banner_left span {
        width: auto
    }

    .banner_left {
        padding-bottom: 50px;
    }
	
		.tab_section .slick-initialized .slick-slide{
			margin: 0px 10px;
		}

		.tab {
			padding: 9px 10px;
			background-color: #f4f4f4;
			text-align: center;
			cursor: pointer;
			border: 1px solid #ddd;
			transition: background-color 0.3s;
			border-radius: 50px;
			font-size: 12px;
		}

}

@media screen and (max-width: 767px) {
	
	.contact-img{
		padding-bottom:30px;
	}
	
	.btn,
	button {
		width: auto;
		}
	
	.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 00px;
    background-color: #fff;
    color: #000;
    position: relative;
    /* border-bottom: 1px solid black; */
    z-index: 1;
    box-shadow: 0 5px 3px -6px black;
}
	
.logo img {
    width: 60px;
}
	
    .tab-content {
        flex-direction: column;
    }

    .tab-pane img {
        margin-bottom: 15px;
    }

    .banner {
        background: linear-gradient(141deg, #58a2f9 0%, #7f79ef 51%, #5640da 75%);
        color: white;
        opacity: 0.95;
        padding: 60px 0px;
    }

    .whyChoose .section_title_1 {
        text-align: center;
        font-weight: 600;
        margin-top: 28px;
        font-family: "Zilla Slab", Sans-serif;
        text-align: center;
        color: #474747;
        font-size: 30px;
        line-height: 54px;
    }

    .section_title_1 span {
        font-weight: 800;
        font-size: 30px;
        font-family: "Zilla Slab", Sans-serif;
        color: var(--text_blue);
    }

    .tab_section {
        padding: 20px 0px;
        /* background-color: #1F2C40; */
    }

    .tab_heading h2 {
        color: #233d63;
        margin: 0px 0px 10px 0px;
        font-family: "Zilla Slab", Sans-serif;
        font-size: 28px;
        text-align: center;
        font-weight: 600;
        line-height: 32px;
        letter-spacing: 0px;
    }

    .tab_heading {
        padding-bottom: 20px;
    }

    .tab_heading p {
        font-family: "Work Sans", Sans-serif;
        margin: 20px 0px 20px 0px;
        font-size: 14px;
        text-align: center;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0px;
    }

    .contact-section {
        padding: 20px 0px;
        /* background-color: #1F2C40; */
    }

    .contact_heading h2 {
        color: #233d63;
        margin: 0px 0px 10px 0px;
        font-family: "Zilla Slab", Sans-serif;
        font-size: 28px;
        text-align: center;
        font-weight: 600;
        line-height: 32px;
        letter-spacing: 0px;
    }

    .contact_heading p {
        color: #233d63;
        font-family: "Work Sans", Sans-serif;
        margin: 20px 0px 30px 0px;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        letter-spacing: 0px;
    }

    .banner_left .typing-container span {
        color: #233D63;
        font-family: "Zilla Slab";
        font-size: 22px;
        line-height: 30px;
        font-weight: 600;
        text-shadow: 0px 0px 12.09px rgba(0, 0, 0, 0.13);
    }

    .banner_left h1 {
        color: white;
        font-size: 36px;
        font-family: "Zilla Slab";
        font-weight: 700;
        line-height: 40px;
        letter-spacing: 0.3px;
        width: 90%;
		margin:0px;
        /* text-shadow: 0px 0px 12.09px rgba(0, 0, 0, 0.13); */
    }

    .nav_header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0px;
        background-color: #fff;
        color: #000;
    }

    .whyChoosenextin {
        padding: 20px 0px;
    }

    .form-row {
        display: flex;
        width: 100%;
        gap: 10px;
        flex-direction: column;
        margin-bottom: 15px;
    }

    .tab-pane {
        display: flex;
        flex-direction: column;
    }

    .whyChoose .section_title_2 {
        font-family: "Work Sans", Sans-serif;
        text-align: center;
        font-weight: 400;
        font-size: 16px;
        color: var(--text_grey);
        max-width: 500px;
        margin: auto;
        text-align: center;
        margin-bottom: 30px;
        position: relative;
    }

    .whyCard_div .whyCard p {
        width: 100%;
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
        font-family: "Work Sans", Sans-serif;
        margin-top: 3px;
    }

    .whyCard_div .whyCard h6 {
        display: inline-block;
        color: #0061b8;
        font-family: "Work Sans", Sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
    }

    .whyCard_div .whyCard {
        text-align: center;
        padding: 10px;
        box-shadow: 0px 3px 8.5px 1.5px rgba(0, 0, 0, 0.05);
        border: 2px solid white;
        transition: .3s;
        width: 45%;
    }
	
	.pricing-section-header h2 {
        color: #233d63;
        margin: 0px 0px 10px 0px;
        font-family: "Zilla Slab", Sans-serif;
        font-size: 28px;
        text-align: center;
        font-weight: 600;
        line-height: 32px;
        letter-spacing: 0px;
    }
}

@media screen and (max-width:575px){
	.contact-container{
		border-radius:0px;
		padding: 40px 35px;
	}
	
	.copyright-text {
    flex-direction: column;
}
}





/* Banner Section */
.service-banner {
    background-size: cover;
    background-position: center;
    padding: 200px 0;
    text-align: center;
    color: white;
}

.service-title {
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
}

/* Service Description Section */
.service-description {
    padding: 60px 0;
}

.service-content {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 40px;
}

.service-content.flex-row-reverse {
    flex-direction: row-reverse;
}

.service-image {
    flex: 1;
    max-width: 50%;
}

.service-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.service-text {
    flex: 1;
    max-width: 50%;
}

.service-text h2 {
    font-size: 28px;
    margin-bottom: 10px;
}

.service-text p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

/* .btn {
    display: inline-block;
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.3s;
}

.btn:hover {
    background-color: #0056b3;
} */

/* Latest Posts Section */
.section-latest-posts {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.blog-slider {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding-bottom: 10px;
}

.blog-post {
    flex: 0 0 calc(25% - 15px);
    background: white;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.blog-post img {
    width: 100%;
    border-radius: 10px;
}

.post-content{
	margin-top: 20px;
}

.post-content h6 {
	color: black;
    font-size: 18px;
    margin: 10px 0;
}

.post-content h6:hover {
	text-decoration: underline;
}

.read-more {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}

.read-more:hover {
    text-decoration: underline;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .service-content {
        flex-direction: column !important;
        text-align: center;
    }

    .service-image, .service-text {
        max-width: 100%;
    }

    .blog-post {
        flex: 0 0 calc(50% - 15px);
    }
}

@media (max-width: 767px) {
    .service-title {
        font-size: 28px;
    }

    .blog-post {
        flex: 0 0 100%;
    }
}




