html,
body {
    margin: 0;
    font-size: 100%;
    font-family: 'Open Sans', sans-serif;
    background: #fff;
}

body a {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    font-family: 'Open Sans', sans-serif;
}

a:hover {
    text-decoration: none;
}

input[type="button"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="search"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    font-weight: 700;
}

p {
    margin: 0;
    font-size: 0.85em;
    color: #000000;
    line-height: 2em;
    letter-spacing: 1px;
	font-weight: 500;
}

strong {
  color: #343a40 !important;
  font-size: 0.95em;
}

.text-white.mb-4 .strongab {
  color: #fff !important;
  font-size: 0.95em;
}

.col.text-center.text-white p {
    margin: 0;
    font-size: 0.85em;
    color: #fff !important;
    line-height: 2em;
    letter-spacing: 1px;
}

my-p {
    margin: 0;
    font-size: 0.85em;
    color: #000000;
    line-height: 2em;
    letter-spacing: 1px;
}
/*--/header #8c9398; #000000--*/

ul {
    margin: 0;
    padding: 0;
}

/*--/header --*/

header.mainheader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

nav.navbar.second {
    border: none !important;
    transition: all 1s ease;
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    order: 2;
}

/*--/navbar--*/

.navbar {
    padding: 0em 2em;
    border-bottom: 1px solid rgba(243, 242, 242, 0.41);
    background: transparent !important;
    flex-basis: 100%;
    -webkit-flex-basis: 100%
}

a.navbar-brand img {
    width: 70%;
}

/*--logo--*/

h1 a.navbar-brand {
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0px;
    color: #fff;
}

.navbar-light .navbar-brand {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}

.logo i {
    color: #03cce6;
    text-shadow: none;
}

/*--logo--*/

a.navbar-b li.nav-item {
    margin: 0 1px;
}

.navbar-light .navbar-nav .nav-link {
    padding: 0.3em 1.2em;
    color: #ffffff;
    background: transparent;
    font-size: 0.9em;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 600;
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    background: transparent;
    color: #0ebeff;
}

.dropdown-item {
    padding: 0.5em 1.5rem;
    font-size: 0.9em;
    margin: 0;
}

.dropdown-menu {
    margin: 0;
    padding: 0;
}

.dropdown-menu.second {
    min-width: 9rem !important;
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: #fff;
}

a.nav-link.request {
    padding: 0em 1.2em;
    color: #ffffff;
    background: transparent;
    font-size: 0.9em;
    letter-spacing: 1px;
    font-weight: 600;
}

/*---*/

.dropdown-toggle::after {
    width: 0;
    height: 0;
    margin-left: 0;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border: 0px;
}

li.nav-item.active {
    color: #03cce6;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #ff4081;
    text-decoration: none;
    background-color: #f0f0f1;
}

/*-- /nav.navbar.second --*/

nav.navbar.second {
    border: none !important;
    transition: all 1s ease;
}

a.nav-item.nav-link.sec {
    padding: 0.3em 1.2em;
    color: #0ebeff;
    font-size: 0.9em;
    letter-spacing: 1px;
    font-weight: 600 !important;
}

a.nav-item.nav-link.sec:hover {
    color: #ec1c24;
}

a.pagescrolldisplay {
    visibility: hidden;
    transition: all 0s ease;
}

nav.navbar.shrink.pagescrollfix a.pagescrolldisplay {
    visibility: visible;
    transition: all 0.5s ease;
    color: #000000;
}

nav.navbar.shrink.pagescrollfix {
    width: 100%;
    < !--height: 65px;
    -- > box-shadow: 0 1px 0 0 #dadada;
    position: fixed;
    left: 0px;
    transition: all 1.2s ease;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background: #fff !important;
    z-index: 9;
}

a.navbar-brand.pagescrolldisplay i {
    font-size: 2em;
    color:#333;
}

nav.navbar.shrink .navbar-brand img {
    < !--height: 50px;
    width: 120px;
    -- > transition: all 1s ease;
}

nav.navbar.shrink a {
    < !--font-size: 14px;
    -- > transition: all 1s ease;
}

nav.navbar.shrink .navbar-toggler {

    transition: all 1.5s ease;
}

.bg-transparent {
    background: transparent;
}

/*-- //nav.navbar.second --*/

.top-info ul li {
    list-style: none;
    display: inline-block;
    margin: 0 1em;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 0.9em;
    vertical-align: top;
    margin-top: 0.4em;
}

/*-- //header --*/

/*--/banner-content--*/

.mian-content {
    background: url(../images/home.jpg);
    position: relative;
    background-size: cover;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-content {
    margin: 0 auto;
    width: 63%;
    padding: 6em 0 4em 0;
}

.banner-content h4 {
    font-size: 1em;
    padding: 1.1em 0 1.25em;
    display: block;
    font-weight: 300;
    margin-bottom: 1em;
    letter-spacing: 2px;
}

.banner-content h3 {
    color: #fff;
    font-size: 1.5em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Optional: smaller font for very small screens */
@media (max-width: 414px) {
    .banner-content h3 {
        font-size: 1.2em; /* smaller for mobile */
    }
}


.bg-gd h5 {
    font-size: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
}

.banner-high-lights .bg-gd {
    vertical-align: top;
    font-weight: 300;
    font-size: 0.9em;
    letter-spacing: 1px;
    line-height: 1.8em;
    background: #fff;
    padding: 2em 1.1em;
    color: #999;
    position: relative;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}
.bg-gd:hover i,
.bg-gd.active i {
    color: #fff;
    background: #0ebeff;
}

.rotate {
    margin-top: 5em;
}

.rotate a {
    font-size: 0.9em;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
}

.rotate a i {
    -webkit-animation: bounce 2s infinite ease-in-out;
    z-index: 9;
    text-align: center;
    display: block;
    line-height: 6em;
}

@-webkit-keyframes bounce {
    0%,
    20%,
    60%,
    100% {
        -ms-transform: translateY(0);
    }
    0%,
    20%,
    60%,
    100% {
        -o-transform: translateY(0);
    }
    0%,
    20%,
    60%,
    100% {
        -moz-transform: translateY(0);
    }
    0%,
    20%,
    60%,
    100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-20px);
    }
    80% {
        -webkit-transform: translateY(-10px);
    }
}

.top-content-right .rotate a {
    font-size: 0.9em;
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.bs-slider-overlay {
    width: 100%;
    height: 100%;
    background: url(../images/dots.png)repeat 0px 0px;
    background-size: 2px;
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    -ms-background-size: 2px;
}

.bg-gd i {
    font-size: 1.8em;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fff;
    color: #222;
    position: absolute;
    bottom: -41%;
    line-height: 74px;
    left: 36%;
}

/*--//banner-content--*/

/*-- /banner-info --*/

/*--/introduction--*/

.intro {
    width: 64%;
}

h3.main {
    font-size: 1.7em;
    line-height: 1.5em;
}

h3.main mark {
    padding: 0.4em 0.4em;
    background-color: #ccffe4;
}

.about-in-w3ls .card {
    padding: 3em 0.5em;
    border: 1px solid transparent;
    -webkit-transition: box-shadow 0.3s ease-in-out;
    -moz-transition: box-shadow 0.3s ease-in-out;
    -ms-transition: box-shadow 0.3s ease-in-out;
    -o-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    background: transparent;
	
}

.about-in-w3ls .card:hover {
    background: #fff;
    -webkit-box-shadow: 0px 0px 18.69px 2.31px rgba(204, 204, 223, 0.5);
    -moz-box-shadow: 0px 0px 18.69px 2.31px rgba(204, 204, 223, 0.5);
    box-shadow: 0px 0px 18.69px 2.31px rgba(204, 204, 223, 0.5);
}

.about-in-w3ls p.card-text {
    line-height: 2em;
}

.about-in-w3ls .card i {
    font-size: 2em;
    color: #ec1c24;
}
.about-in-w3ls:hover .card i {
    color: #0ebeff;
}
.about-in-w3ls .card h5.card-title {
    font-size: 1.2em;
}

.about-right h3.ttile {
    font-size: 1.4em;
    line-height: 1.3em;
}

h4.sub-tittle {
    margin: 1.2em 0 0 0;
    font-size: 15px;
    color: #0077b6;
    text-transform: uppercase;
}

ul.author li {
    list-style: none;
    margin: 0 2em 0 0em;
}

ul.author li img {
    border-radius: 50%;
    -weblit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 4px solid #ddd;
}

ul.author li {
    color: #888;
    font-size: 0.8em;
    letter-spacing: 1px;
}

ul.author li span {
    display: block;
    font-weight: 600;
    color: #37393c;
    font-size: 1.3em;
}

.about-right {
    padding-left: 3em;
}

/*--//introduction--*/

/*-- /services--*/

h3.tittle span {
    display: block;
    text-transform: uppercase;
    font-size: 0.3em;
    color: #ff4081;
    letter-spacing: 4px;
    font-weight: 600;
}

h3.tittle {
    text-shadow: 2px 2px 2px rgba(41, 41, 41, 0.15);
    font-size: 1.5em;
    color: #333338;
    text-transform: uppercase;
    font-weight: 700;
}

.about-in-w3ls.middle-grid-info .card {
    padding: 8em 2em;
    background: #edeeef;
    border: 1px solid transparent;
}

.about-in-w3ls.middle-grid-info .card-body {
    padding: 0;
}

.about-in-w3ls.middle-grid-info h5.card-title {
    font-size: 1.3em;
    line-height: 1.4em;
}

.about-in-w3ls.middle-grid-info:hover .card,
.about-in-w3ls.middle-grid-info.active .card {
    padding: 8em 2em;
    background: #242425;
    border: 1px solid transparent;
    color: #fff;
}

.about-in-w3ls.middle-grid-info:active h5.card-title {
    color: #fff;
}

/*-- //services--*/

/*-- Pricing --*/

.price-main-info .card-header h4 {
    color: #f7f7f7;
    font-size: 1.7em;
    font-weight: 600;
    line-height: 1em;
    padding-top: 2em;
}

.price-main-info .card-header h4 span {
    display: block;
    font-weight: 100;
}

.price-main-info .card-header {
    background: url(../images/price.jpg)no-repeat 0px 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    min-height: 192px;
}

.price-main-info .card-body {
    background: #fff;
    padding: 4em 1em;
}

.pricing-card-title span {
    font-size: .5em;
    display: inline-block;
    color: #000;
    font-weight: 300;
}

.price-main-info small.text-muted {
    font-size: 0.5em;
}

ul.list-unstyled li {
    font-size: 15px;
    color: #000000;
    line-height: 2.5em;
}


.price-main-info h5.card-title {
    font-size: 3em;
    color: #1c1c1d;
    font-weight: 700;
}

.card-deck .card {
    padding: 0px;
}

.price-inner .log-in a {
    font-size: 0.9em;
}

.price-inner.card h4 {
    color: #000000;
    font-size: 1.1em;
}

.price-main-info.card {
    border-radius: 0;
    border: none;
    background: none;
}

/*--/tabs --*/

.nav-pills .nav-link {
    padding: 0.7em 2em;
    letter-spacing: 1px;
    color: #4e4c4c;
    background: transparent;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.9em;
    margin: 0 0.5em;
    border-radius: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background: #ec1c24;
}


.tech-btm h5 {
    font-size: 0.9em;
    line-height: 1.4em;
    font-weight: 600;
}

.menu-img-info h5 {
    font-size: 1.8em;
    color: #7b7d80;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
    line-height: 1.4em;
}

p.sub-meta {
    color: #1cbbb4;
    font-size: 1.2em;
    font-weight: 600;
}

.text-info-sec p {
    color: #8c9398;
}

.text-info-sec h5 {
    font-size: 1.4em;
    color: #4e4f50;
    text-shadow: 0 1px 2px rgba(18, 18, 19, 0.13);
    font-weight: 700;
    text-transform: uppercase;
}

.text-info-sec i {
    color: #EB2941;
}

a.hover-2 {
    position: relative;
    color: inherit;
    text-decoration: none;
    line-height: 24px;
    padding: 0.7em 1.5em;
    font-weight: 700;

}

a.hover-2:before,
a.hover-2:after {
    content: '';
    position: absolute;
    transition: transform .5s ease;
}

.hover-2:before,
.hover-2:after {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-color: #ec1c24;
}

.hover-2:before {
    border-width: 2px 0 2px 0;
    transform: scaleX(0);
}

.hover-2:after {
    border-width: 0 2px 0 2px;
    transform: scaleY(0);
}

.hover-2:hover:before,
.hover-2:hover:after {
    transform: scale(1, 1);
}

.bottom-bg a.hover-2 {
    color: #fff;
}

/*--//tabs--*/

/*--// Pricing --*/

/*--/blog-grid-info--*/

.blog-grid-info .card h5.card-title {
    font-size: 1. 2em;
}

.blog-grid-info .card-body {
    padding: 0;
}

.blog-des {
    padding: 2em;
    background: #fff;
}

span.entry-date {
    font-size: 0.85em;
    color: #999;
}

.blog-grid-info .card h5.card-title {
    font-size: 1em;
    font-weight: 600;

}

.blog-grid-info .card h5.card-title a {
    color: #222;
}

.about-in-w3ls.blog-grid-info .card {
    padding: 0;
    border: 1px solid transparent;
}
.blog-des.blogger {
    border: 1px solid rgba(221, 221, 221, 0.34901960784313724);
    border-top: 0px;
}
.about-in-w3ls.blog-grid-info. .card:hover {
    -webkit-box-shadow: 0px 0px 18.69px 2.31px rgba(204, 204, 223, 0.09);
    -moz-box-shadow: 0px 0px 18.69px 2.31px rgba(204, 204, 223, 0.5);
    box-shadow: 0px 0px 18.69px 2.31px rgba(204, 204, 223, 0.12);
}
/*--//blog-grid-info--*/
/*----*/
#accordion .card-header{
    padding:0;
}
#accordion .card {
    background: #85daf9;
    color: #888;
    margin-bottom: 0.3em;
}
#accordion .btn-link {
    font-weight: 700;
    color: #ffffff;
    background-color: transparent;
    padding: 1em 1em;
}
#accordion .card-body {
    background: #fff;
    color: #888;
}
/*----*/
h4.progress-tittle {
    color: #4f4f50;
    font-size: 0.85em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1em;
}
.progress-one .progress {
    height: 0.5rem;
    background:#e1e2e2;
}
/*-- stats --*/

.stats_info p {
    font-size: 2.5em;
    letter-spacing: 1px;
    line-height: 2;
    color: #ec1c24;
    font-weight: 800;
}
.stats_info h4 {
    color: #4f4f50;
    font-size: 0.85em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1em;
}
.stats_info i {
    font-size: 2.3em;
    color: #3f3f40;
    margin: 0;
    margin-top: 1.5em;
}
.stats_bottom_grid_left img {
	margin: 0 auto;
}
.stats_info {
	text-align: center;
	padding: 0;
	border-top: none;
	border-bottom: none;
}

.stats_info:nth-child(3) {
	border-right: 0px;
}

.stats_info:nth-child(2) {
	border-left: 0px;
	border-right: 0px;
}
/*--//stats--*/
/*-- team --*/

.team-info-content {
    background-color: #FFF;
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    filter: alpha(opacity=100);
}

.team-info-content img {
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.team-info-content:before {
    content: '';
    background-color: rgba(0, 0, 0, 0);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.team-info-content:hover:before {
    background-color: rgba(0, 0, 0, 0.8);
}

.team-info-content:hover .view-caption {
    -moz-transform: translateY(0%) scale(1);
    -o-transform: translateY(0%) scale(1);
    -ms-transform: translateY(0%) scale(1);
    -webkit-transform: translateY(0%) scale(1);
    transform: translateY(0%) scale(1);
}

.view-caption {
    background-color: #0ebeff;
    bottom: 0;
    height: 20%;
    left: 0;
    padding: 16px 20px;
    position: absolute;
    right: 0;
    z-index: 99;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transform: translateY(150%) scale(1.5);
    -o-transform: translateY(150%) scale(1.5);
    -ms-transform: translateY(150%) scale(1.5);
    -webkit-transform: translateY(150%) scale(1.5);
    transform: translateY(150%) scale(1.5);
}

.view-caption .team-description h4 {
    color: #000;
    font-size: 1.5em;
    font-weight: normal;
    margin-top: 5px;
}

.view-caption .team-description p {
    color: #000;
    font-size: 1em;
}

.view-caption ul li {
    display: inline-block;
    list-style: none;
}

.view-caption ul.social-icons li a {
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    color: #ec1c24;
    display: inline-block;
    height: 28px;
    text-align: center;
    line-height: 25px;
    width: 28px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    font-size: 0.8em;
}

.view-caption ul.social-icons li a:hover {
    opacity: 0.8;
}

.team-description h4 {
    font-size: 1.1em;
}

/*-- //team --*/

/*--bottom-last--*/

.bottom-last {
    background: url(../images/office.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

section.bottom-last h3 {
    font-size: 2em;
    font-weight: 700;
    color: #fff;
    margin: 3em 0 0.5em 0;
    text-shadow: 2px 2px 2px rgba(29, 28, 28, 0.15);
}

.bottom-bg {
    padding: 2em 9em;
}

.bottom-bg p {
    width: 62%;
}

/*--bottom-last--*/

.feedback-top {
    padding: 2em;
    background: url(../images/client.jpg);
    position: relative;
    background-size: cover;
}

.feedback-top:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 14%;
    width: 0;
    height: 0;
    border-top: 15px solid rgb(158, 159, 160);
    border-right: 4px solid transparent;
    border-left: 12px solid transparent;
    transform: rotate(0deg);
}

.feedback-top p {
    margin: 0;
    color: #fff;
}

.feedback-img {
    float: left;
    width: 17%;
    background: #e4e4e4;
    padding: 0.3em;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
}

.feedback-grids {
    margin: 3em 0 0;
}

.feedback-img img {
    width: 100%;
}

.feedback-info {
    margin: 1em !important;
}

.feedback-img-info {
    float: left;
    width: 65%;
    margin: 0em 0 0 1em;
}

.feedback-img-info h5 {
    color: #ec1c24;
    font-size: 1em;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
}

.feedback-img-info p {
    color: #6f6b6b;
    margin-top: .5em;
}

.feedback-img-info p span {
    color: #000000;
    font-size: 0.85em;
}

.icon-test i {
    font-size: 2em;
    color: #fcd000;
    margin-left: .4em;
    position: relative;
}

.icon-test {
    position: relative;
}

.icon-test:before {
    content: " ";
    position: absolute;
    background: #d5d8da;
    width: 77%;
    height: 2%;
    top: 54%;
    right: 5%;
}

/*-- //feedback --*/

/*--model-forms--*/

.modal-header {
    border: none;
}

.login h5 {
    font-size: 1.2em;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
}

.login button.btn.btn-primary.submit {
    background: #495057;
    padding: 0.5em 2em;
    letter-spacing: 1px;
    border: none;
}

.login button.btn.btn-primary.submit:hover {
    background: #0ebeff;
}

.login a {
    color: #97989a;
}

.login label {
    font-weight: 400;
    color: #5a5757;
    font-size: 0.9em;
    letter-spacing: 1px;
}

.video iframe {
    width: 100%;
    height: auto;
}

/*--//model-forms--*/

/*--/inner-page--*/

.inner-page {
    background: url(../images/3.jpg) no-repeat center;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -webkit-background-size: cover;
    min-height: 250px;
}

ol.breadcrumb {
    margin: 0;
}

li.breadcrumb-item {
    font-size: 0.85em;
    letter-spacing: 1px;
    text-transform: uppercase;
}

li.breadcrumb-item a {
    color: #0077b6 !important;
}

.breadcrumb-item.active {
    color: #777;
}

ol.breadcrumb {
    background: none;
    margin: 0;
    padding: 1em 2em;
    background: #f7f7f7;
}

/*--//inner-page--*/

/*--/footer--*/

.n-right .form-group .form-control {
    padding: 1em 1em;
    border: 1px solid #ced4da;
    letter-spacing: 1px;
    font-size: 0.9em;
}

ul.links-nav li {
    list-style: none;
    margin-left: 1em;
}

ul.links-nav li a {
    color: #929394;
    letter-spacing: 1px;
    font-size: 0.9em;
}

ul.links-nav li a.active,
ul.links-nav li a:hover {
    color: #fff;
}

p.copy-right-w3ls a {
    color: #0ebeff;
}

.n-right .form-group input.form-control.submit {
    background: #ec1c24;
    border: 1px solid #ec1c24 !important;
    color: #fff;
    font-size: 1em;
    font-weight: 500;
    cursor: pointer;
    padding: 0.8em 1em;
    width: 26%;
    margin-left: 1%;
}

.n-right .form-group input.form-control.submit:hover {
    background: #333;
}

h3.tittle.foot {
    font-size: 1em;
}

ul.social-icons li {
    list-style: none;
    display: inline-block;
}

ul.social-icons li a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    line-height: 34px;
    background: transparent;
    border: 2px solid #fff;
    text-align: center;
}

ul.social-icons li a:hover {
    color: #0ebeff;
}

.copyright a.navbar-brand {
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}

/*--//footer--*/

/*-- to-top --*/

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 2%;
    overflow: hidden;
    z-index: 999;
    width: 40px;
    height: 40px;
    border: none;
    text-indent: 100%;
    background: #191c1f url(../images/move_up.png) no-repeat 11px 11px;
}

#toTopHover {
    width: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

/*-- //to-top --*/

/*--responsive--*/

@media(max-width:1440px) {}

@media(max-width:1366px) {
    .banner-content {
        margin: 0 auto;
        width: 83%;
        padding: 4em 0 2em 0;
    }
}

@media(max-width:1280px) {
    h3.tittle {
        font-size: 1.5em;
    }
}

/*--font-size: 4em;--*/

@media(max-width:1080px) {
    .banner-content h3 {
        font-size: 1.5em;
    }
    .banner-content {
        margin: 0 auto;
        width: 88%;
        padding: 4em 0 2em 0;
    }
    h3.tittle {
        font-size: 1.5em;
    }
    h3.tittle.foot {
        font-size: 1.5em;
    }
    .navbar-light .navbar-nav .nav-link {
     padding: 0.3em 0.5em;
    }
}

@media(max-width:1050px) {
    .bottom-bg {
        padding: 1em 5em;
    }
}

@media(max-width:1024px) {
    h3.tittle {
        font-size: 1.5em;
    }
}

@media(max-width:991px) {
    header.mainheader {
        position: fixed;
        width: 100%;
        z-index: 999;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 0.4em 1.4em;
        font-size: 0.9em;
        text-align: center;
    }
    nav.navbar.shrink.RWDpagescrollfix {
        width: 100%;
        < !--height: 65px;
        -- > box-shadow: 0 1px 0 0 #dadada;
        left: 0px;
        transition: all 1.2s ease;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        background: #fff !important;
        top: 0;
        z-index: 9;

    }
    nav.navbar.shrink.RWDpagescrollfixin {
        width: 100%;
        < !--height: 65px;
        -- > box-shadow: 0 1px 0 0 #dadada;
        left: 0px;
        transition: all 1.2s ease;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        background: #fff !important;
        top: 0;
        z-index: 9;

    }	
    nav.navbar.shrink.pagescrollfix {
        position: static;
    }
    li.nav-item {
        margin: 6px 0px 0 0;
    }
    .dropdown-item {
        text-align: center;
    }
    .active > .nav-link,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .nav-link:hover {
        color: #555;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 0.7em 1.4em;
        font-size: 0.9em;
        text-align: center;
        color: #555;
    }
    .navbar-light .navbar-toggler {
        color: #fff;
        border-color: #fff;
    }
    div#navbarNavAltMarkup {
        background: #fff;
        padding: 0.5em 0;
    }
    .secondfix {
        background: #fff;
        padding: 10px 0;
    }
    section#works {
        padding-bottom: 0rem;
    }
    a.pagescrolldisplay {
        visibility: visible;
        transition: all 0s ease;
        text-align:center;
        
    }
    .rotate {
        margin-top: 4em;
    }
    section#about {
        background: #fff url(../images/about.png) -13em 4em no-repeat;
        background-size: 61.09375em auto;
        padding: 5em 0;
    }
    .bottom-content-right {
        max-width: 96.25em;
        padding: 0em 3.1em 0 3em;
        margin: 0 auto;
        text-align: center;
        margin-left: 9em;
    }
    .service-grid {
        float: left;
        width: 30%;
    }
    .benefit-grid {
        text-align: center;
    }

    .easy-gd {
        margin: 0 !important;
    }
    .easy-gd:nth-child(3),
    .easy-gd:nth-child(4) {
        margin: 2em 0 !important;
    }
    .top-info.text-left {
        text-align: center !important;
        width: 100%;
    }
    h3.tittle {
        font-size: 1.5em;
        margin-bottom: 0.49em;
    }
    .gallery-grid1 .p-mask,
    .product .vm-product-media-container .p-mask {
        padding: 1.2em 0.5em;
        width: 100%;
    }
    .gallery-grid1:hover .p-mask {
        padding: 1.5em 0.5em;

    }
    .top-info ul li {
        color: #42484e;
    }
    a.nav-link.request {
        color: #2d2a2a;
        background: #fff;
        padding-bottom: 1em;
    }
    nav.navbar.shrink a {
        text-align: center;
        color: #312f2f;
    }
    a.navbar-brand.pagescrolldisplay {
        visibility: hidden;
        display: none;
    }
    .team-grids {
        width: 50%;
        margin-bottom: 2em;
    }
    .about-right {
        padding-left: 1em;
        margin-top: 2em;
    }
    .about-in-w3ls,.about-in-w3ls.blog-grid-info {
        float: left;
        width: 50%;
    }
    .banner-content {
        margin: 0 auto;
        width: 88%;
        padding: 7em 0 0em 0;
    }
    .about-in-w3ls.middle-grid-info:nth-child(3),.about-in-w3ls.blog-grid-info:nth-child(3) {
        margin-top: 2em;
    }
    .blog-sec .about-in-w3ls.blog-grid-info{
        float: left;
        width: 50%;
        margin-bottom:1em;
    }
    
    .blog-sec .about-in-w3ls.blog-grid-info:nth-child(3){
        margin-top:0;
    }
    .progress-one {
        margin-top: 1em;
    }
    .n-right .form-group input.form-control.submit {
        padding: 0.8em 1em;
        width: 39%;
        margin-left: 1%;
    }
   .accrodition-info-img {
        margin-top: 2em;
    }
    ul.list-unstyled li {
        font-size: 14px;
        line-height: 2em;
    }
}

@media(max-width:900px) {
     .bg-gd-info{
        padding: 0 5px;
    }
    h3.tittle {
        font-size: 1.5em;
        margin-bottom: 0.49em;
    }
    .bottom-bg p {
        width: 100%;
    }
    section.bottom-last h3 {
        margin: 2em 0 0.5em 0;
    }
    .bottom-bg {
        padding: 0em 3em;
    }
    .banner-content h4 {
        font-size: 0.9em;
        padding: 1em 0 1em;
        margin-bottom: 1em;
        letter-spacing: 1px;
    }
}

@media(max-width:800px) {
    .banner-content h3 {
        font-size: 1.5em;
    }

}

@media(max-width:768px) {}

@media(max-width:767px) {
    .bg-gd i {
        font-size: 1.5em;
        width: 50px;
        height: 50px;
        position: absolute;
        bottom: -41%;
        line-height: 59px;
        left: 36%;
    }
    .bg-gd-info {
        padding: 0 5px;
        float: left;
        width: 32%;
    }
    .bg-gd h5 {
       font-size: 1em;
    }
    .banner-high-lights .bg-gd {
        padding: 1.2em 1em;
    }
    .about-in-w3ls .card {
       padding: 1em 0.5em;
    }
    .about-in-w3ls.middle-grid-info:nth-child(3), .about-in-w3ls.blog-grid-info:nth-child(3) {
        margin-top: 0em;
    }
      .about-in-w3ls, .about-in-w3ls.blog-grid-info {
        float: left;
        width: 100%;
          margin-bottom:1em;
    }
    .about-in-w3ls.middle-grid-info .card,.about-in-w3ls.middle-grid-info:hover .card, .about-in-w3ls.middle-grid-info.active .card {
       padding: 6em 2em;
    }
    .price-main-info:nth-child(2) {
        margin: 1em 0;
    }
    .blog-sec .about-in-w3ls.blog-grid-info {
        float: left;
        width: 100%;
        margin-bottom: 1em; 
    }
    .social-info.text-right {
        margin-top: 2em;
    }
}

@media(max-width:736px) {
    .banner-high-lights .bg-gd {
        padding: 1.2em 1em;
        font-size: 0.8em;
    }
}

@media(max-width:667px) {
    .about-in-w3ls.middle-grid-info .card,.about-in-w3ls.middle-grid-info:hover .card, .about-in-w3ls.middle-grid-info.active .card {
        padding: 6em 2em;
    }
    h3.tittle {
        font-size: 1.5em;
    }
    h4.sub-tittle {
        font-size: 13px;
    }
    h3.tittle.foot {
        font-size: 1.4em;
    }
}

@media(max-width:640px) {
     h3.tittle {
        font-size: 1.5em;
    }
    .banner-content h3 {
        font-size: 1.5em;
    }
    .rotate a i {
        line-height: 5em;
    }
    .banner-content {
        margin: 0 auto;
        width: 88%;
        padding: 6em 0 0em 0;
    }
}

@media(max-width:600px) {
    h4.sub-tittle {
        font-size: 11px;
    }
    .nav-pills .nav-link {
        padding: 0.5em 1.4em;
        font-size: 0.8em;
        margin: 0 0.5em;
        border-radius: 0;
    }
    .price-main-info .card-body {
        padding: 2em 1em;
    }
    .about-in-w3ls .card h5.card-title {
        font-size: 0.85em;
    }
}

@media(max-width:568px) {
    .banner-content h3 {
        font-size: 1.5em;
    }
    .bg-gd h5 {
        font-size: 0.9em;
    }
    h3.tittle {
        font-size: 1.5em;
    }
    .left-blog-info.text-left {
        padding: 0;
    }
    a.hover-2 {
        padding: 0.7em 1.5em;
        font-size: 0.8em;
    }
    .blog-des {
        padding: 1em 1.2em;
    }
    h3.tittle.foot {
        font-size: 1.1em;
    }
    .media-body p {
        margin-bottom: 2em;
    }
}

@media(max-width:480px) {
    h3.tittle {
        font-size: 1.5em;
    }
    section.bottom-last h3 {
        font-size: 1.1em;
        width: 90%;
        margin: 0em auto 0;
    }
    .bottom-last {
        min-height: 200px;
    }
    .bg-gd-info {
        padding: 0px;
        float: left;
        width: 100%;
        margin-bottom: 2em;
    }
    .banner-high-lights .bg-gd {
        padding: 2em 1em;
        font-size: 0.8em;
    }
    .bg-gd i {
        font-size: 1.5em;
        width: 50px;
        height: 50px;
        position: absolute;
        bottom: -33%;
        line-height: 59px;
        left: 44%;
    }
    .bg-gd-info:nth-child(3){
        margin-bottom:0px;
    }
    .rotate {
        margin-top: 1em;
    }
}

@media(max-width:440px) {
    h3.tittle {
        font-size: 1.5em;
    }
    .banner-content h3 {
        font-size: 1.5em;
    }
    h3.tittle.foot {
        font-size: 1.2em;
    }
    .copyright a.navbar-brand {
       font-size: 1em;
    }
}

@media(max-width:414px) {
    .banner-content h4 {
        font-size: 0.85em;
        padding: 1em 0 0em;
        margin-bottom: 1em;
        letter-spacing: 0px;
    }
    .banner-content {
        margin: 0 auto;
        width: 88%;
        padding: 5em 0 0em 0;
    }
    .stats_info h4 {
        font-size: 0.75em;
        margin-bottom: 1em;
    }
    .about-in-w3ls .card h5.card-title {
        font-size: 1.1em;
    }
    .team-description h4 {
        font-size: 1em;
    }
    .team-grids {
        width: 100%;
        margin-bottom: 2em;
    }
    .bottom-bg {
        padding: 0em 2em;
    }
    .banner-content h3 {
        font-size: 1.5em;
    }
}

@media(max-width:384px) {
    .banner-content h4 {
        font-size: 0.8em;
        padding: 1em 0 0em;
        margin-bottom: 1em;
        letter-spacing: 0px;
    }
    h3.tittle {
        font-size: 1.5em;
    }
    .about-in-w3ls .card h5.card-title {
        font-size: 1em;
    }
     .about-in-w3ls.middle-grid-info .card,.about-in-w3ls.middle-grid-info:hover .card, .about-in-w3ls.middle-grid-info.active .card {
        padding: 5em 1em;
    }
}

@media(max-width:375px) {
    #accordion .btn-link {
        padding: 1em 0.5em;
    }
    h3.tittle {
        font-size: 1.4em;
    }
    .about-in-w3ls .card h5.card-title {
        font-size: 0.85em;
    }
    .n-right.tex-left {
        padding: 0 10px;
    }
    h3.tittle.foot {
        font-size: 1em;
    }
    .n-right .form-group input.form-control.submit {
        padding: 0.8em 1em;
        width: 45%;
        margin-left: 1%;
    }
}

@media(max-width:320px) {
    h3.tittle {
        font-size: 1.4em;
    }
}

/* Logo styling */
.site-header {
  background-color: #fff;  /* or #000 if you use the white logo */
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.logo-img {
  height: 50px;
  width: auto;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.logo-img:hover {
  transform: scale(1.05);
}


.footerp {
  color: #929394;
}

/* Ensure footer lists wrap nicely on mobile */
.footer-links li,
.links-nav li,
.social-icons li {
  list-style: none;
}

/* Spacing & alignment */
.footer-links li,
.links-nav li {
  margin-bottom: 0.5rem;
}

/* Center all content on mobile */
@media (max-width: 767.98px) {
  .footer-links,
  .links-nav,
  .social-icons {
    justify-content: center !important;
  }

  .social-info {
    margin-top: 1.5rem;
  }
}



.privacy  {
    font-size: 1rem;
}

.accordion {
  width: 100%;
  max-width: auto;
  margin: 20px auto;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.accordion-item {
  border-bottom: 1px solid #ccc;
}

.accordion-header:hover {
  background-color: #e2e2e2;
}



.accordion-body {
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  background-color: #fff;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.accordion-item.active .accordion-body {
  padding: 15px;
  max-height: 1000px; /* large enough to fit content */
}


.accordion-header {
  display: flex;
  justify-content: space-between; /* push icon to the right */
  align-items: center;
  background-color: #f7f7f7;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 15px;
  width: 100%;
  font-size: 16px;
  transition: background-color 0.3s;
}

.accordion-icon {
  font-weight: bold;
  transition: transform 0.3s;
  margin-left: 10px; /* optional spacing from text */
  order: 2; /* ensures it stays on the right */
}

.accordion-body ul {
  padding-left: 20px; /* proper indentation for list */
  margin: 10px 0;     /* spacing above and below */
  list-style-type: disc; /* bullets */
}

.accordion-body li {
  margin-bottom: 8px; /* space between items */
}


.accordion-body p {
  font-size: 15px;
}


/* Default navbar look */
nav.RWDpagescrollfixin {
  transition: all 0.4s ease;
  background-color: transparent !important;
  position: fixed;
  width: 100%;
  z-index: 9999;
}

/* When scrolled or shrunk */
nav.RWDpagescrollfixin.shrink,
nav.RWDpagescrollfixin.scrolled {
  background-color:  /* #0a3d62 !important; navy blue or use #000 for black */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

/* Change menu text color when scrolled */
nav.RWDpagescrollfixin.shrink .nav-link,
nav.RWDpagescrollfixin.scrolled .nav-link {
  color: black !important;
}

/* Change dropdown background and text color */
nav.RWDpagescrollfixin.shrink .dropdown-menu,
nav.RWDpagescrollfixin.scrolled .dropdown-menu {
  background-color: /* #0a3d62 !important; navy blue or use #000 for black */
}

nav.RWDpagescrollfixin.shrink .dropdown-item,
nav.RWDpagescrollfixin.scrolled .dropdown-item {
  color: black !important;
}

nav.RWDpagescrollfixin.shrink .dropdown-item:hover,
nav.RWDpagescrollfixin.scrolled .dropdown-item:hover {
  background-color: #074271;
}

/* Optional: make logo visible on dark background */
nav.RWDpagescrollfixin.shrink .navbar-brand img,
nav.RWDpagescrollfixin.scrolled .navbar-brand img {
}


/* --- IP Whitelisting Blog Section Styling --- */
.blog-grid-top {
}

.blog-grid-top h3 a {
  color: #cc0000; /* Oracle red tone */
  font-weight: 700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.blog-grid-top h3 a:hover {
  color: #0076ce; /* Oracle blue tone */
}

.blog-grid-top .intro {
  color: #444;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1.6;
}

.blog-banner {
  border-radius: 6px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.ip-steps {
  background: #f8f9fa;
  border-left: 4px solid #cc0000;
  padding: 20px 25px;
  border-radius: 6px;
}

.ip-steps h4 {
  color: #cc0000;
  margin-bottom: 15px;
}

.ip-steps ol {
  counter-reset: step-counter;
  padding-left: 20px;
}

.ip-steps ol li {
  margin-bottom: 10px;
  line-height: 1.6;
  color: #333;
}

.ip-steps ol li::marker {
  color: #0076ce;

}

.ip-steps ul {
  list-style: disc;
  margin-left: 20px;
  color: #444;
}

.ip-steps code {
  background: #eef3f8;
  color: #d63384;
  padding: 2px 5px;
  border-radius: 3px;

}

.conclusion {
  color: #555;
  border-top: 1px solid #eee;
  padding-top: 15px;
  margin-top: 20px;
}

/* ========== Careers Page Styling (Anuvix) ========== */
/* ===========================
   Hero Section
   =========================== */
.hero-careers {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
              url('../images/future.png') center/cover no-repeat;
  color: #fff;
  padding: 120px 0;
  text-align: center;
}

.hero-careers h1 {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 1px;
}

.hero-careers p {
  font-size: 1.25rem;
  margin-top: 10px;
}

/* ===========================
   Section Headings
   =========================== */
.section-title {
  text-align: center;
  margin-bottom: 40px;
  font-weight: 600;
  color: #003366;
}

/* ===========================
   Life at Anuvix Cards
   =========================== */
.life-card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.life-card:hover {
  transform: translateY(-5px);
}

/* ===========================
   Open Positions Section
   =========================== */
#open-positions {
  background: #f8f9fb;
  padding: 80px 0;
}

#open-positions h3 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #0077b6; /* IBM Blue */
  margin-bottom: 50px;
  letter-spacing: 0.5px;
}

/* Table Styling */
#open-positions .table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}

#open-positions thead th {
  background-color: #161616;
  color: #ffffff;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 16px;
  font-size: 0.9rem;
}

#open-positions tbody tr {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.3s ease;
}

#open-positions tbody tr:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Rounded corners for first/last cells */
#open-positions tbody td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

#open-positions tbody td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

/* Table cell text */
#open-positions td {
  padding: 18px 20px;
  vertical-align: middle;
  font-size: 1rem;
  color: #333;
  border-top: none;
}

/* Job title emphasis */
#open-positions td:first-child {
  font-weight: 600;
  color: #0f62fe;
}

/* Category and location subtle color */
#open-positions td:nth-child(2),
#open-positions td:nth-child(3) {
  color: #555;
}

/* Button styling */
#open-positions .btn-outline-primary {
  color: #0f62fe;
  border-color: #0f62fe;
  border-radius: 50px;
  padding: 6px 18px;
  font-weight: 600;
  transition: all 0.3s ease;
}

#open-positions .btn-outline-primary:hover {
  background-color: #0f62fe;
  color: #fff;
}

/* ===========================
   Join CTA
   =========================== */
.join-cta {
  background: #003366;
  color: #fff;
  text-align: center;
  padding: 60px 20px;
}

.join-cta h2 {
  font-weight: 700;
  margin-bottom: 20px;
}

.join-cta a.btn {
  background: #fff;
  color: #003366;
  font-weight: 600;
  border-radius: 50px;
  padding: 12px 30px;
  transition: all 0.3s ease;
}

.join-cta a.btn:hover {
  background: #002244;
  color: #fff;
}

/* ===========================
   Misc Elements
   =========================== */
.apply {
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  border: 1px solid rgba(11, 92, 204, 0.12);
  padding: 10px 14px;
  border-radius: 8px;
  cursor: pointer;
}

.search-card {
  background: var(--card, #fff);
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 6px 18px rgba(11, 92, 204, 0.06);
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 18px;
}

.search-card input,
.search-card select {
  flex: 1;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #e6e9f2;
}

/* ===========================
   Responsive Tweaks
   =========================== */
@media (max-width: 992px) {
  .hero-careers {
    padding: 90px 0;
  }

  .hero-careers h1 {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .hero-careers {
    padding: 60px 0;
    background-position: center;
  }

  .hero-careers h1 {
    font-size: 2rem;
  }

  .hero-careers p {
    font-size: 1rem;
  }

  #open-positions h3 {
    font-size: 1.8rem;
  }

  #open-positions td {
    font-size: 0.95rem;
  }

  /* Make table scrollable on small screens */
  #open-positions .table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

@media (max-width: 480px) {
  .hero-careers {
    padding: 50px 10px;
  }

  .hero-careers h1 {
    font-size: 1.8rem;
  }

  .join-cta {
    padding: 40px 15px;
  }

  .join-cta h2 {
    font-size: 1.6rem;
  }

  .join-cta a.btn {
    padding: 10px 25px;
    font-size: 0.95rem;
  }

  .search-card {
    flex-direction: column;
    align-items: stretch;
  }

  .search-card input,
  .search-card select {
    width: 100%;
  }
}
.ceo-message {
    background-color: #f8f9fa;
    padding: 10px 15px;
    border-left: 3px solid #007bff;
    border-radius: 5px;
    font-size: 0.95rem;
}
.text-end {
    text-align: right;
}
.hero-section {
  background: linear-gradient(to right, #000428, #004e92);
  min-height: 60vh;
  padding: 3rem 1rem;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (max-width: 768px) {
  .hero-section {
    padding: 4rem 1.5rem;
  }

  .hero-section h2 {
    font-size: 1.75rem; /* smaller headline */
  }

  .hero-section p {
    font-size: 1rem;
  }
}
.lead {
  font-size: 1.2rem;
  font-weight: 300;
}

@media (max-width: 768px) {
  .lead {
    font-size: 1.05rem;
  }
}
#open-positions h3 {
  font-size: 2rem; /* default for desktops */
  font-weight: 600;
}

@media (max-width: 768px) {
  #open-positions h3 {
    font-size: 1.8rem; /* tablets */
  }
}

@media (max-width: 480px) {
  #open-positions h3 {
    font-size: 1.5rem; /* small phones */
  }
}

/* ===================================
   General Section Padding & Styling
=================================== */
.section-padding {
  padding: 80px 0;
}

.section-title h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #003366;
  position: relative;
  display: inline-block;
}

.section-title h3::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #007bff;
  margin: 12px auto 0;
  border-radius: 2px;
}

/* ===================================
   About Section
=================================== */
.about-section {
  background-color: #fff;
}

.about-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #003366;
  margin-bottom: 20px;
}

.about-content p {
  color: #444;
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 15px;
}

.about-image img {
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.about-image img:hover {
  transform: scale(1.02);
}

/* ===================================
   Mission, Vision & Values
=================================== */
.mission-vision {
  background-color: #f8faff;
  text-align: center;
}

.mv-item {
  background: #fff;
  border-radius: 10px;
  padding: 30px 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.mv-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.mv-item h4 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #0056b3;
  margin-bottom: 15px;
}

.mv-item p,
.mv-item ul li {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.6;
  text-align: left;
}

.mv-item ul {
  list-style: none;
  padding-left: 0;
}

.mv-item ul li::before {
  content: "✔";
  color: #007bff;
  font-weight: bold;
  margin-right: 8px;
}

/* ===================================
   Why Choose Us
=================================== */
.why-choose {
  background-color: #ffffff;
}

.why-list {
  list-style: none;
  padding-left: 0;
  font-size: 1rem;
  color: #333;
}

.why-list li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 28px;
  line-height: 1.6;
}

.why-list li::before {
  content: "➤";
  position: absolute;
  left: 0;
  top: 0;
  color: #007bff;
  font-size: 1rem;
}

.why-image img {
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.why-image img:hover {
  transform: scale(1.03);
}

/* ===================================
   CTA Section
=================================== */
.cta-section {
    background: linear-gradient(90deg, #2a6fd4 0%, #4da3ff 100%);
    padding: 70px 0;
    text-align: center;
    color: #fff;
}


.cta-section h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.cta-section p {
  font-size: 1.05rem;
  margin-bottom: 25px;
  color: #f1f1f1;
}

.cta-section .btn {
  padding: 12px 30px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.cta-section .btn:hover {
  background-color: #fff;
  color: #0056b3;
}

/* ===================================
   Responsive Adjustments
=================================== */
@media (max-width: 992px) {
  .about-content h2 {
    font-size: 2rem;
  }

  .section-title h3 {
    font-size: 1.75rem;
  }
}

@media (max-width: 768px) {
  .about-section .row {
    flex-direction: column-reverse;
  }

  .about-image img {
    margin-bottom: 30px;
  }

  .mv-item {
    margin-bottom: 20px;
  }

  .cta-section h3 {
    font-size: 1.6rem;
  }
}
/* Mission, Vision & Values */
.mission-vision .section-title h3 {
  letter-spacing: 1px;
}

.mission-vision .mv-item {
  transition: all 0.3s ease-in-out;
}

.mission-vision .mv-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.mission-vision .icon i {
    color: #0077b6;
    transition: color 0.3s ease;
}

.mission-vision .mv-item:hover .icon i {
    color: #0ebeff;
}

/* ===========================
   Mission & Vision Section
=========================== */

.mission-vision ul li {
  margin-bottom: 10px;
  font-size: 0.95rem;
  text-align: left;
  color: #555;
  /* position: relative;  Remove if not needed */
  padding-left: 0; /* removed extra space for icon */
  line-height: 1.7;
}

/* Remove circle check icon */
/*
.mission-vision ul li i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 1rem;
  color: #0077b6; 
  transition: color 0.3s ease;
}

.mission-vision .mv-item:hover ul li i {
  color: #0ebeff;
}
*/

@media (max-width: 768px) {
  .mission-vision .mv-item {
    margin-bottom: 20px;
  }
}


/* ===========================
   Why Choose Anuvix Section
=========================== */

.why-choose .section-title h3 {
  letter-spacing: 1px;
}

.why-choose .section-title p {
  font-size: 1rem;
  color: #666;
}

/* Why list */
.why-choose .why-list li {
  font-size: 1rem;
  line-height: 1.8;
  color: #444;
  padding-left: 30px;
  position: relative;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

/* Check icons */
.why-choose .why-list i {
  position: absolute;
  left: 0;
  top: 6px;
  color: #0077b6; /* modern blue */
  font-size: 1.1rem;
  transition: color 0.3s ease;
}

/* Hover effect (subtle lift and accent color) */
.why-choose .why-list li:hover {
  transform: translateX(5px);
}

.why-choose .why-list li:hover i {
  color: #0ebeff;
}

.highlight-box {
  transition: all 0.3s ease;
  border: 2px solid transparent;
  border-radius: 10px;
}

.highlight-box:hover {
  border-color: #007bff;
  box-shadow: 0 6px 20px rgba(0, 123, 255, 0.3);
  transform: translateY(-5px);
}

.nav-pills .nav-link.active {
  background-color: #007bff;
  box-shadow: 0 0 10px rgba(0, 123, 255, 0.4);
  border-radius: 30px;
}

/* --- Responsive Fix for Offerings Section --- */
.pricing .price-main-info {
  margin-bottom: 30px;
}

/* Ensure consistent padding and rounded design */
.pricing .price-inner {
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  background: #fff;
}

.pricing .price-inner:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

/* Fix spacing for mobile view */
@media (max-width: 767px) {
  .pricing .row.t-in {
    margin: 0;
  }
  .pricing .col-md-3 {
    margin-bottom: 25px;
  }
  .pricing .price-inner {
    padding: 20px;
  }
}

/* Tab Nav Styling */
.nav-pills .nav-link {
  border-radius: 50px;
  margin: 0 8px;
  padding: 10px 20px;
  color: #0056b3;
  border: 1px solid #0056b3;
  background: transparent;
  transition: all 0.3s ease;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link:hover {
  background-color: #0056b3;
  color: #fff;
}

/* Headings inside cards */
.pricing h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
}

/* Icon alignment and color balance */
.pricing i {
  display: block;
  margin-bottom: 10px;
}

.clients .feedback-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 30px 25px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.clients .feedback-info:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}

.clients .feedback-top p {
  font-style: italic;
  color: #fff;
  margin-bottom: 0;
}

.clients .feedback-img-info {
  margin-top: auto;
}

.clients .feedback-img-info h5 {
  color: #0077b6 !important;
  font-size: 1.1rem;
}

.col-lg-6.about-right.mt-lg-4 h4 {
  color: #0077b6 !important;
  font-size: 1.1rem;
}

.clients .feedback-img-info p {
  font-size: 0.9rem;
  color: #666;
}
/* ====== General Section Styling ====== */
.banner-bottom-wthree-single {
  background-color: #f9fafc;
  font-family: "Poppins", "Inter", sans-serif;
  color: #333;
}

.inner-sec-w3ls {
  position: relative;
}

/* ====== Section Headings ====== */
.sub-tittle {
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 2px;
  color: #0d6efd;
  text-transform: uppercase;
}

.tittle {
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a1a;
}

.lead {
  color: #555;
  line-height: 1.7;
}

/* ====== Service Block Styling ====== */
.service-block {
  background: #fff;
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease-in-out;
}

.service-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
}

.service-block h4.tittle {
  font-size: 1.4rem;
  font-weight: 600;
  color: #0d6efd;
}

.service-block p {
  color: #444;
  line-height: 1.8;
}

/* ====== List Styling ====== */
.service-block ul {
  list-style: none;
  padding-left: 0;
}

.service-block ul li {
  padding-left: 1.8rem;
  position: relative;
  margin-bottom: 0.75rem;
  color: #333;
}

.service-block ul li::before {
  content: "\f00c"; /* Font Awesome check icon */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.1rem;
  color: #0d6efd;
  font-size: 0.95rem;
}

/* ====== Button Styling ====== */
.btn-primary {
  background-color: #0077b6;
  border: none;
  border-radius: 50px;
  padding: 0.75rem 2.5rem;
  transition: all 0.3s ease;
  font-weight: 600;
}

.btn-primary:hover {
  background-color: #0048c7;
  transform: scale(1.05);
}

.btn-outline-primary {
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-outline-primary:hover {
  background-color: #0d6efd;
  color: #fff;
}

/* ====== Sidebar Styling ====== */
.right-blog-con {
  position: sticky;
  top: 100px;
}

.tech-btm {
  background: #fff;
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  margin-bottom: 2rem;
}

.tech-btm h4 {
  font-size: 1.25rem;
  color: #0d6efd;
  font-weight: 600;
  margin-bottom: 1rem;
}

.tech-btm p {
  color: #444;
  line-height: 1.6;
}

.list-group-item {
  border: none;
  padding: 0.6rem 0;
  font-size: 0.95rem;
  color: #333;
  transition: all 0.2s ease;
}

.list-group-item a {
  color: #333;
  text-decoration: none;
}

.list-group-item a:hover {
  color: #0d6efd;
  text-decoration: underline;
}

/* ====== Responsive Design ====== */
@media (max-width: 991px) {
  .service-block {
    padding: 1.5rem;
  }

  .tittle {
    font-size: 1.75rem;
  }

  .lead {
    font-size: 1rem;
  }

  .right-blog-con {
    margin-top: 3rem;
  }
}

@media (max-width: 767px) {
  .service-block ul li {
    padding-left: 1.5rem;
  }

  .btn-primary,
  .btn-outline-primary {
    width: 100%;
    padding: 0.9rem;
  }
}
/* ===== Responsive CTA Button Fix ===== */
.text-center.mt-5 {
  text-align: center;
  margin-top: 3rem;
}

.text-center.mt-5 a.btn {
  display: inline-block;
  white-space: normal; /* allows wrapping if text is long */
  word-wrap: break-word;
  text-align: center;
}

/* On mobile, make it full width for clean layout */
@media (max-width: 767px) {
  .text-center.mt-5 a.btn {
    display: block;
    width: 100%;
    padding: 0.9rem 1rem;
    font-size: 1.1rem;
  }
}
/* ===== Fix for CTA Button Overflow (Balanced Size) ===== */
.text-center.mt-5 {
  text-align: center;
  margin-top: 3rem;
}

.text-center.mt-5 a.btn {
  display: inline-block;
  max-width: 100%;
  padding: 0.75rem 2rem; /* balanced padding */
  font-size: 1rem;
  white-space: normal; /* allow wrapping */
  word-wrap: break-word;
  text-align: center;
}

/* Adjust only on very small screens */
@media (max-width: 575px) {
  .text-center.mt-5 a.btn {
    font-size: 0.95rem;
    padding: 0.7rem 1.5rem;
  }
}
.service-block h4.tittle {
  font-size: 1.4rem;
  color: #0077b6;
  font-weight: 600;
}

.service-block ul li {
  margin-bottom: 8px;
  line-height: 1.7;
}

.custom-btn {
  border-radius: 50px;
  padding: 12px 35px;
  font-size: 1rem;
}

.custom-btn:hover {
  background-color: #004aad;
  color: #fff;
}

@media (max-width: 768px) {
  .custom-btn {
    font-size: 0.9rem;
    padding: 10px 25px;
  }
}
/* Globe Dropdown Scoped */
.navbar .country-dropdown {
    display: inline-block;
    margin-left: 1rem;
}

.navbar .country-dropdown .btn {
    border-radius: 50px;
    font-size: 0.9rem;
    padding: 0.35rem 0.75rem;
}

.navbar .country-dropdown .btn i {
    font-size: 1rem;
}

.navbar .country-dropdown .dropdown-menu a {
    font-size: 0.9rem;
}

/* Mobile adjustments */
@media (max-width: 991px) {
    .navbar .country-dropdown {
        margin-top: 1rem;
        width: 100%;
        text-align: center;
    }
    .navbar .country-dropdown .btn {
        width: 100%;
    }
}
.dropdown-menu {
    z-index: 1050 !important;
}
/* Right-align on desktop, full-width on mobile */
.country-dropdown .dropdown-menu {
    right: 0;       /* Align to right edge */
    left: auto;     /* Disable left edge alignment */
    min-width: 180px;
}

/* Mobile view: dropdown full width */
@media (max-width: 991px) {
    .country-dropdown .dropdown-menu {
        position: static !important; /* Make dropdown part of flow */
        width: 100%;                 /* Full width */
    }
    .country-dropdown .btn {
        width: 100%;
        text-align: left;
    }
}
/* Desktop globe dropdown */
.country-dropdown .dropdown-menu {
    right: 0;
    left: auto;
    min-width: 180px;
}

@media (max-width: 991px) {
    .d-lg-none .dropdown-menu {
        position: absolute !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: auto !important; /* keeps the menu just wide enough for content */
    }
}

.about-in-w3ls.middle-grid-info:hover .card .card-text,
.about-in-w3ls.middle-grid-info.active .card .card-text {
    color: #fff;
}
/* Default state — visible white cards */
.about-in-w3ls .card {
  background: #fff;
  border: 1px solid #ddd;
  color: #000;
  transition: all 0.3s ease-in-out;
}

/* Hover state — subtle enhancement */
.about-in-w3ls:hover .card {
  background: #f8f9fa; /* light grey for hover */
  border-color: #0ebeff;
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Default card style (white box visible) */
.mission-vision .mv-item {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 3em 2em;
  color: #000;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

/* Hover effect — lift and highlight */
.mission-vision .mv-item:hover {
  background: #f8f9fa; /* light gray tint */
  border-color: #0ebeff;
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* Icon color and hover interaction */
.mission-vision .mv-item .icon {
  color: #0ebeff;
  transition: color 0.3s ease;
}

.mission-vision .mv-item:hover .icon {
  color: #0077b6;
}

/* Headings */
.mission-vision .mv-item h4 {
  font-size: 1.25rem;
  margin-top: 1rem;
  color: #212529;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Paragraph and list text */
.mission-vision .mv-item p,
.mission-vision .mv-item li {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.7;
}

/* Check icons inside values list */
.mission-vision .mv-item ul li i {
  color: #0ebeff;
  margin-right: 8px;
}
/* ===========================
   WHY CHOOSE ANUVIX SECTION
=========================== */

.why-choose {
  background: #fff;
  padding: 80px 0;
  color: #212529;
}

/* Section title */
.why-choose .tittle {
  color: #212529;
  font-size: 2rem;
  letter-spacing: 1px;
}

.why-choose p {
  color: #555;
  font-size: 1rem;
  line-height: 1.7;
}

/* The list wrapper */
.why-choose .why-list {
  background: #f8f9fa;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 3em 2.5em;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: all 0.3s ease-in-out;
}

/* Each list item */
.why-choose .why-list li {
  position: relative;
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
  padding-left: 40px;
  transition: all 0.3s ease-in-out;
}

/* Icon before each point */
.why-choose .why-list li i {
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 1.2rem;
  color: #0ebeff;
  transition: color 0.3s ease;
}

/* Bolded text (e.g., headings in list items) */
.why-choose .why-list li strong {
  color: #212529;
  font-weight: 600;
}

/* Hover effect for list item */
.why-choose .why-list li:hover {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transform: translateY(-3px);
}

.why-choose .why-list li:hover i {
  color: #0077b6;
}

/* Optional responsive tweak */
@media (max-width: 767px) {
  .why-choose .why-list {
    padding: 2em 1.5em;
  }
}
#open-positions .btn-light {
    background-color: #004aad !important; /* Deep blue */
    color: #fff !important;
    border: 2px solid #004aad;
}
.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #f1f3f6;
  color: #004aad;
  font-size: 16px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-icons a:hover {
  background-color: #004aad;
  color: #fff;
  transform: translateY(-3px);
}

.social-icons li {
  list-style: none;
}
/* =========================
   Navbar Button (Hamburger)
   ========================= */
/* =========================
   Navbar Hamburger
========================= */
.navbar-toggler {
    width: 40px;
    height: 40px;
    padding: 0;
    border: 2px solid white; /* default border */
    border-radius: 6px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.3s ease;
}

/* Hamburger lines */
.navbar-toggler-icon {
    position: relative;
    display: block;
    width: 25px;
    height: 2px;
    background-color: white; /* middle line color */
    transition: all 0.3s ease;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 2px;
    background-color: white;
    left: 0;
    transition: all 0.3s ease;
}

.navbar-toggler-icon::before { top: -8px; }
.navbar-toggler-icon::after { top: 8px; }

/* ------------------------
   Hamburger ↔ X animation
------------------------- */
.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    background-color: transparent; /* hide middle line */
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
    transform: rotate(45deg);
    top: 0;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
    transform: rotate(-45deg);
    top: 0;
}

/* ------------------------
   Scroll effect (collapsed only)
------------------------- */
.RWDpagescrollfix.scrolled .navbar-toggler.collapsed {
    border-color: black;
}

.RWDpagescrollfix.scrolled .navbar-toggler.collapsed .navbar-toggler-icon,
.RWDpagescrollfix.scrolled .navbar-toggler.collapsed .navbar-toggler-icon::before,
.RWDpagescrollfix.scrolled .navbar-toggler.collapsed .navbar-toggler-icon::after {
    background-color: black; /* hamburger lines black on scroll */
}

/* ------------------------
   Scroll + X open
   (menu open: lines always black)
------------------------- */

.RWDpagescrollfix.scrolled .navbar-toggler:not(.collapsed) .navbar-toggler-icon::before,
.RWDpagescrollfix.scrolled .navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
    background-color: black;
}


/* ------------------------
   Scroll effect (collapsed only)
------------------------- */
.RWDpagescrollfixin.scrolled .navbar-toggler.collapsed {
    border-color: black;
}

.RWDpagescrollfixin.scrolled .navbar-toggler.collapsed .navbar-toggler-icon,
.RWDpagescrollfixin.scrolled .navbar-toggler.collapsed .navbar-toggler-icon::before,
.RWDpagescrollfixin.scrolled .navbar-toggler.collapsed .navbar-toggler-icon::after {
    background-color: black; /* hamburger lines black on scroll */
}

/* ------------------------
   Scroll + X open
   (menu open: lines always black)
------------------------- */

.RWDpagescrollfixin.scrolled .navbar-toggler:not(.collapsed) .navbar-toggler-icon::before,
.RWDpagescrollfixin.scrolled .navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
    background-color: black;
}
/* Ensure dropdown floats properly under toggle */
.navbar-nav .dropdown-menu {
    position: absolute;   /* required */
    top: 100%;            /* below parent */
    left: 0;              /* aligned left by default */
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    box-sizing: border-box;
}

/* Show dropdown when active */
.dropdown-menu.show {
    display: block;
}

/* Button width */
#countryDropdownMobile {
    min-width: 140px;
    text-align: center; /* center icon + text */
}

/* Center the dropdown menu under the button */
#countryDropdownMobile + .dropdown-menu {
    left: 50% !important;          /* start from center */
    transform: translateX(-50%);   /* shift left by 50% of its width */
    text-align: center;             /* center menu items */
    min-width: 140px;               /* match button width */
    width: auto;                    /* adjust to content */
}
/* Center the dropdown menu under the button */
.dropdown-menu {
    left: 50% !important;
    transform: translateX(-50%) !important;
}
/* Center dropdown menu under button on mobile */
@media (max-width: 991.98px) { /* targets mobile and tablet */
  .d-lg-none .dropdown-menu {
    left: 50% !important;          /* move left edge to 50% of parent */
    transform: translateX(-50%) !important; /* shift back by half width */
  }
}

/* =========================
   Navbar Hamburger
========================= */
.navbar-toggler {
    width: 40px;
    height: 40px;
    padding: 0;
    border: 2px solid white;
    border-radius: 6px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.3s ease;
}

/* Hamburger lines */
.navbar-toggler-icon {
    position: relative;
    display: block;
    width: 25px;
    height: 2px;
    background-color: white;
    transition: all 0.3s ease;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 2px;
    background-color: white;
    left: 0;
    transition: all 0.3s ease;
}

.navbar-toggler-icon::before { top: -8px; }
.navbar-toggler-icon::after { top: 8px; }

/* ------------------------
   Hamburger ↔ X animation
------------------------- */
.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
    transform: rotate(45deg);
    top: 0;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
    transform: rotate(-45deg);
    top: 0;
}

/* ------------------------
   Scroll effect (collapsed only)
------------------------- */
.RWDpagescrollfix.scrolled .navbar-toggler.collapsed {
    border-color: black;
}

.RWDpagescrollfix.scrolled .navbar-toggler.collapsed .navbar-toggler-icon,
.RWDpagescrollfix.scrolled .navbar-toggler.collapsed .navbar-toggler-icon::before,
.RWDpagescrollfix.scrolled .navbar-toggler.collapsed .navbar-toggler-icon::after {
    background-color: black;
}

/* ------------------------
   Scroll + X open
------------------------- */
.RWDpagescrollfix.scrolled .navbar-toggler:not(.collapsed) .navbar-toggler-icon::before,
.RWDpagescrollfix.scrolled .navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
    background-color: black;
}

/* FIXED — missing DOT added */
.RWDpagescrollfixin.scrolled .navbar-toggler:not(.collapsed) .navbar-toggler-icon::before,
.RWDpagescrollfixin.scrolled .navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
    background-color: black;
}

/* =========================
   Dropdown Fix
========================= */
.navbar-nav .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

/* Show dropdown */
.dropdown-menu.show {
    display: block;
}

.banner-high-lights {
    display: flex;
    flex-wrap: wrap;
}

.banner-high-lights .bg-gd-info {
    display: flex;
}

.banner-high-lights .bg-gd {
    background: #fff;       /* your design */
    padding: 30px;
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center; /* centers icons & text */
}
/* Remove large gap on mobile */
@media (max-width: 768px) {
    .banner-high-lights[row], 
    .banner-high-lights {
        margin-top: 30px !important;
    }
}
/* Make all columns equal height */
.row > div.col-lg-4 {
    display: flex;
}

/* Make all cards equal height */
.row .card {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Make card-body stretch equally */
.row .card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centers icons + text nicely */
    padding: 30px;
}

.contact-white-bg {
    background-color: #ffffff; /* white section */
}

.contact-card {
    background-color: #f8f9fa; /* subtle light gray for cards */
    border-radius: 8px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.partner-card {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.partner-logo img {
    max-width: 160px;
}
.partner-card {
    width: 100%;
    max-width: 100%;
}

.partner-content {
    flex: 1;
    width: 100%;
}

.partner-content h4 {
    font-size: 1.35rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 0.75rem;
}

.partner-content p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 0.75rem;
}

.partner-content p:last-child {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .partner-content {
        padding-left: 15px;
    }
}
.partner-content h4 {
    position: relative;
    padding-bottom: 8px;
}

.partner-content h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #0d6efd; /* match your theme color */
}
#partnerships a {
    font-weight: 600;
    text-decoration: none;
}

#partnerships a:hover {
    text-decoration: underline;
}
.partner-website a {
    font-weight: 600;
    text-decoration: none;
    color: #0d6efd; /* adjust to theme */
}

.partner-website a:hover {
    text-decoration: underline;
}
/* Ensure Anuvix footer stays black */
footer {
    background-color: #343a40 !important;
}

/* Fix inner content alignment & spacing */
footer .footer-top,
footer .inner-sec-w3ls {
    background: transparent;
}

/* Text readability */
footer,
footer p,
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
    color: #ffffff;
}

/* Links */
footer a {
    color: #cfd8dc;
}

footer a:hover {
    color: #ffffff;
}

/* Remove any white blocks inside footer */
footer .container,
footer .row,
footer .col,
footer .col-lg-4,
footer .col-lg-2 {
    background: transparent;
}
/* Stack Anuvix footer content vertically */
#footer .footer-about {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* Logo at top */
#footer .footer-about .logo {
    order: 1;
    justify-content: flex-start;
}

/* Description below logo */
#footer .footer-about p {
    order: 2;
    margin-top: 12px;
    margin-bottom: 12px;
    max-width: 95%;
    line-height: 1.6;
}

/* Social icons at bottom */
#footer .footer-about .social-icon {
    order: 3;
}

/* Social icons alignment */
#footer .social-icons {
    justify-content: flex-start !important;
}

/* Mobile: center everything */
@media (max-width: 767px) {
    #footer .footer-about {
        align-items: center;
        text-align: center;
    }

    #footer .footer-about .logo {
        justify-content: center;
    }

    #footer .social-icons {
        justify-content: center !important;
    }
}

