/* General Demo Style */
.container{
	position:relative;
}
/*a{
	color: #0000;
	text-decoration: none;
}*/
.clr{
	clear: both;
}
.content{
	position:relative;
}
h1{
	margin:0px;
	padding:20px;
	font-size:32px;
	color:#000;
    text-shadow:1px 1px 1px rgba(255,255,255,0.9);
	text-align:center;
	font-weight:400;
}
h1 span{
    display:block;
	font-size:14px;
	color:#666;
    font-style:italic;
    font-family:Georgia, serif;
	padding-top:5px;
}
/* Header Style */
.header{
	font-family:'Arial Narrow', Arial, sans-serif;
	line-height: 24px;
	font-size: 11px;
	background: #000;
	opacity: 0.9;
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
}
.header a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #ddd;
	display: block;
	float: left;
}
.header a:hover{
	color: #fff;
}
.header span.right{
	float: right;
}
.header span.right a{
	float: none;
	display: inline;
}
.more{
	position:relative;
	clear:both;
    font-size: 11px;
    padding: 20px 0px;
    text-transform:uppercase;
    width: 390px;
    height:55px;
    margin: 0 auto;
}
.more ul{
	display:block;
	text-align:center;
}
.more ul li{
	display: block;
    padding: 4px 2px;
    float:left;
}
.more ul li.selected a,
.more ul li.selected a:hover{
	background:#0099c5;
	color:#fff;
	text-shadow:none;
    font-weight:bold;
}
.more ul li a{
	color:#555;
    float:left;
	background:#fff;
    width:64px;
	padding: 2px 5px;
	-moz-box-shadow:1px 1px 2px #aaa;
	-webkit-box-shadow:1px 1px 2px #aaa;
	box-shadow:1px 1px 2px #aaa;
}
.more ul li a:hover{
	background:#000;
	color:#fff;
}

/*Portfolio Logo Images Animation*/
.ca-menu .ca-menu-child{
    position: relative;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}

.ca-menu .ca-menu-child:hover{
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
/* Software Development Section Styles - Theme Aligned */
/* #soft-development {
    margin-top: 20px;
}

#soft-development .slider-inner-div {
    padding: 30px 20px;
} */


.sd-subtitle {
    text-align: center;
    max-width: 900px;
    margin: 5px auto 20px;
    font-size: 18px;
    color: #333;
    line-height: 1.6;
}

.sd-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

.sd-card {
    background: #ffffff;
    border-radius: 8px;
    padding: 30px 25px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.sd-icon {
    font-size: 42px;
    color: #05386b;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.sd-card-title {
    font-size: 20px;
    margin-bottom: 12px;
    color: #05386b;
    font-weight: bold;
}

.sd-card-text {
    font-size: 15px;
    text-align: left;
    line-height: 1.6;
    color: #555;
}

.sd-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(5, 56, 107, 0.2);
    border-color: #05386b;
}

.sd-card:hover .sd-icon {
    transform: scale(1.1);
    color: #05386b;
}

/* Responsive Styles */
@media only screen and (max-width: 991px) {
    .sd-title {
        font-size: 36px;
    }

    .sd-subtitle {
        font-size: 16px;
        padding: 0 15px;
    }

    .sd-cards-grid {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 20px;
    }

    .sd-card {
        padding: 25px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .sd-title {
        font-size: 28px;
    }

    .sd-subtitle {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .sd-cards-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .sd-card {
        padding: 20px 15px;
    }

    .sd-icon {
        font-size: 36px;
    }

    .sd-card-title {
        font-size: 18px;
    }

    .sd-card-text {
        font-size: 14px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .sd-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Guided Feature Tour Styles */
.tour-hero {
    border-bottom: 1px solid #eee;
    text-align: left;
}

.tour-badge {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(13, 143, 169, 0.1);
    color: #0d8fa9;
    border-radius: 50px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.tour-hero h2 {
    font-size: 48px;
    font-weight: 800;
    color: #05386b;
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: left;
}

.tour-hero .highlight {
    color: #0d8fa9;
}

.tour-hero p {
    font-size: 18px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 30px;
}

.tour-image-container {
    position: relative;
    padding: 10px;
}

.tour-image-container::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: linear-gradient(45deg, #05386b, #0d8fa9);
    border-radius: 20px;
    opacity: 0.1;
    z-index: 0;
}

.tour-image {
    width: 100%;
    border-radius: 15px;
    /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15); */
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    z-index: 1;
}

.tour-section {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    text-align: left;
}

.tour-section:nth-child(even) {
    background-color: #fcfcfc;
}

.tour-number {
    position: absolute;
    top: -20px;
    left: -20px;
    font-size: 180px;
    font-weight: 900;
    color: rgba(5, 56, 107, 0.05);
    line-height: 1;
    z-index: 0;
}

.tour-content {
    position: relative;
    z-index: 1;
}

.tour-content h3 {
    font-size: 32px;
    font-weight: 700;
    color: #05386b;
    margin-bottom: 20px;
    text-align: left;
}

.tour-content p {
    font-size: 17px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 30px;
}

.tour-feature-list {
    list-style: none;
    padding: 0;
}

.tour-feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.tour-check {
    width: 24px;
    height: 24px;
    background: rgba(13, 143, 169, 0.1);
    color: #0d8fa9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    margin-top: 3px;
    font-size: 12px;
}

.tour-feature-text b {
    display: block;
    color: #333;
    font-size: 16px;
    text-align: left;
}

.tour-feature-text span {
    color: #777;
    font-size: 14px;
    text-align: left;
    word-break: normal;
    overflow-wrap: normal;
}

.tour-cta {
    padding: 80px 0;
    background-color: #05386b;
    color: white;
    text-align: center;
}

.tour-cta h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: white !important;
    text-align: center;
}

.tour-cta p {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.btn-tour {
    display: inline-block;
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    text-decoration: none !important;
}

.btn-tour-primary {
    background-color: #0d8fa9;
    color: white !important;
    border: none;
    box-shadow: 0 10px 20px rgba(13, 143, 169, 0.3);
}

.btn-tour-primary:hover {
    background-color: #0b7a91;
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(13, 143, 169, 0.4);
}

.btn-tour-outline {
    background-color: transparent;
    color: white !important;
    border: 2px solid rgba(255, 255, 255, 0.3);
    margin-left: 20px;
}

.btn-tour-outline:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: white;
}

@media (max-width: 991px) {
    .tour-hero h2 {
        font-size: 36px;
    }

    .tour-section {
        padding: 60px 0;
    }

    .tour-number {
        font-size: 120px;
    }

    .btn-tour-outline {
        margin-left: 0;
        margin-top: 15px;
    }

    .tour-hero,
    .tour-content,
    .tour-cta {
        text-align: center;
    }

    .tour-hero h2,
    .tour-content h3,
    .tour-feature-text b,
    .tour-feature-text span {
        text-align: center;
    }

    .tour-feature-item {
        flex-direction: column;
        align-items: center;
    }

    .tour-check {
        margin-right: 0;
        margin-bottom: 10px;
    }
}.ca-menu2 .ca-menu2-child {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.ca-menu2:hover .ca-menu2-child {
    -webkit-animation: moveFromBottom 500ms ease;
    -moz-animation: moveFromBottom 500ms ease;
    -ms-animation: moveFromBottom 500ms ease-in-out;
}


@-webkit-keyframes smallToBig {
    from {
        -webkit-transform: scale(0.1);
    }

    to {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes smallToBig {
    from {
        -moz-transform: scale(0.1);
    }

    to {
        -moz-transform: scale(1);
    }
}

@-ms-keyframes smallToBig {
    from {
        -ms-transform: scale(0.1);
    }

    to {
        -ms-transform: scale(1);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(100%);
    }

    to {
        -webkit-transform: translateY(0%);
    }
}

@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(100%);
    }

    to {
        -moz-transform: translateY(0%);
    }
}

@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(100%);
    }

    to {
        -ms-transform: translateY(0%);
    }
}

@keyframes moveFromBottom {
    from {
        transform: translateY(10px);
        /* Reduced movement from 100% to 10px */
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes smallToBig {
    from {
        transform: scale(0.1);
    }

    to {
        transform: scale(1);
    }
}