/*-------------------------------------------------------------------------------------
    Default CSS
---------------------------------------------------------------------------------------*/

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #373737;
    position: relative
}

#body-wraper {
    overflow-x: hidden;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;

}

a,
a:visited,
a:focus,
a:active,
a:hover {

    text-decoration: none;
    outline: none;
}

a,
button {
    -webkit-transition: 0.3s;
    transition: 0.3s
}

a {
    color: #2c3e50;
    font-size: 14px
}

li.nav-item a {
    font-size: 15px;
}

.dropdown-toggle::after {
    color: #a9a1a1;
}

.isLinks li {
    margin-bottom: 7px;
    margin-left: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1,
.h1,
.h2,
.h3 {
    font-weight: 400
}

h1 {
    font-size: 50px;
    line-height: 60px;
}

h2 {
    font-size: 36px;
    line-height: 46px
}

h3 {
    font-size: 24px;
    line-height: 34px;

}

h4 {
    font-size: 18px;
    line-height: 25px;
}

h5 {
    font-size: 18px;
    line-height: 28px
}

h6 {
    font-size: 16px;
    line-height: 26px
}

p {
    font-size: 14px;
    color: #333;
    line-height: 23px;
}

p {
    margin-top: 1rem;
    margin-bottom: 0;
}

blockquote {
    color: #777
}

.font-700 {
    font-weight: 700
}

.font-600 {
    font-weight: 600
}

.font-500 {
    font-weight: 500
}

.text-uppercase {
    text-transform: uppercase;
}

.bg-gray {
    background-color: #0d2b4d;
}

.bg-gray-duplicate {
    background-image: url("../images/background.png");
    background-size: cover;
}

.bg-gray2 {
    background-color: #FFF;
    padding: 40px 0px;
}

.about-img {
    background: #FFF;
}

.textService {
    font-size: 16px;
}

.facepadding {
    padding: 40px 0px;
}

.applservice p {
    color: #fff
}

.textService a {
    color: #ff8080;
    text-decoration: underline;
}

.about-img img {
    width: 100%;
}

.service-single.moduleLetf.aboutSingle {
    background: #f8f8f8;
    padding-bottom: 60px;
    padding: 20px !important;
    min-height: 200px;

}

.service-single.moduleLetf.aboutSingle p {
    text-align: center;
}

img.imgS {
    width: auto !important;
}

.color-white {
    color: #fff;
}

.color-gray {
    color: #6b6b6b;
}

p.color-white.text-center {
    FONT-SIZE: 13px;
}

.p-color {
    color: #e08192;
    text-decoration: none;
}

a.p-color:hover {
    color: #eaa6b2;
    text-decoration: underline;
}

.p-color1 {
    color: #514e48;
    font-weight: bold;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.39);
}

.position-relative {
    position: relative
}

.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.navbar.navbar-expand-lg.navbar-dark {
    padding: 0px;
    margin: 0px;
}

.windowbody {
    margin-top: 15px;
}

.headerWindow {
    border-bottom: 1px solid #333;
    text-align: center;
    padding: 12px 0;
}

.fancyWindow {
    width: 800px;
}

.fancybox-skin {
    position: relative;
    background: #FFF;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0px !important;
}

.windowfooter {
    background-color: #000;
    color: #FFF;
    text-align: center;
    margin-top: 10px;
    padding: 10px 7px;
    float: left;
}

.form-control {
    border: 1px solid #e2e2e2;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset;
    border-radius: 2px;
    margin-bottom: 20px;
    height: 50px;
}

.infraBox img {
    float: none;
    border: 1px solid #CCC;
    padding: 2px;
    margin: 5px;
    width: 100%;
    height: auto;
}

.infraBox {
    width: 100%;
    text-align: left;
    display: block;
    float: left;
    padding-bottom: 20px;
}

.infraBox h2 {
    font-weight: 400;
    font-style: normal;
    color: #885c3f;
    font-size: 22px;
    text-align: left;
    margin-top: 0px;
    text-transform: none;
    margin-bottom: 10px;
}

.serviceBox {
    border: 1px solid #CCC;
    margin-bottom: 40px;
}

.boxLeft img {
    padding: 30px;
}

.paddingServices {
    padding: 0px 40px;
}

.boxLeft {
    text-align: center;
    display: flex;
    align-items: center;
    background: center;
    justify-content: center;
}

.serviceTech {
    padding: 40px;
}

.serviceTech .p-color1 {
    color: #FFF;
}

.serviceTech p {
    color: #FFF;
}

#btnSend {
    width: 100%;
    height: 60px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    background-color: #23a8e1;
    cursor: pointer;
}

#btnSend:hover {
    background-color: #f9b516;
}

#frmEmail {
    margin-top: 60px;
}

textarea {
    height: 60px !important;
}

.btn {
    padding: 10px 50px;
    border-radius: 2px;
}

.btn-primary {
    color: #fff !important;
    border-color: #0a89ff;
    background-color: #0a89ff;
}

.btn-primary:hover {
    border-color: #0a89ff !important;
    background-color: #2596ff !important;
    color: #ffffff !important;
}

.btn-outline-primary:hover {
    color: #fff !important;
}

.fix {
    overflow: hidden
}

.m-0 {
    margin: 0
}

.p-0 {
    padding: 0
}

.dp-table {
    display: table;
    width: 100%;
    height: 100%
}

.tbl-cell {
    display: table-cell;
    vertical-align: middle
}

.full-height {
    height: 100vh
}

.inner-height {
    height: 30vh
}

.float-left {
    float: left
}

.float-right {
    float: right
}


/*-------------------------------------------------------------------------------------
    Preloader
---------------------------------------------------------------------------------------*/

#preloader {
    background-color: #0a89ff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

#preloader .spinner {
    margin: 300px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.spinner>div {
    background-color: #fff;
    height: 100%;
    width: 6px;
    display: inline-block;

    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {

    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

/*-------------------------------------------------------------------------------------
    Header
---------------------------------------------------------------------------------------*/

#header {
    position: static;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 9;
    background-color: #FFF;
    border-top: 6px solid #0d2b4d;

}

.header-top {
    padding: 15px 0;
    border-bottom: 1px solid #CCC;
    background: #F9F9F9;
}

.header-contact-info ul li {
    display: inline-block;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    margin-right: 15px;
}

.header-contact-info ul li i {
    color: #b04053;
    margin-right: 4px;
}

.header-social ul li {
    display: inline-block;
}

.header-social li a {
    display: block;
    color: #333;
    padding: 0 4px;
}

.header-social li span {
    font-weight: 500;
    color: #b04053;
}


.main_navbar {
    background: #FFF !important;
    left: 0;
    position: static;
    width: 100%;
    z-index: 99;
    top: 0;
    padding: 5px 10px;
    margin-top: 0px;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.sticky .navbar-dark .navbar-nav .nav-link {
    color: #333;
}

li.nav-item.dropdown:hover>div {
    display: block;
    margin: 0px;
    border-radius: 0px;
    width: 300px;
    left: -60px;
    z-index: 999;
    padding: 15px 5px;
    border-top: 2px solid #bf7dc1;
    box-shadow: 0px;
    border: 2px 0px 0px 0px;
}

.submenu2 {
    display: block;
}

.submenu2 .dropdown-item {
    padding-left: 30px;
}

.dropdown-menu.submenu2 {
    padding: 0px;
    margin: 0px;
}

.submenu2 .dropdown-item {
    padding-left: 52px;
    padding-top: 0px;
}

.main_navbar.sticky {
    border-bottom: 1px solid #CCC;
    background: #FFF !important;
    box-shadow: 0 -1px 10px rgba(193, 174, 174, 0.1);
    -webkit-box-shadow: 0 -1px 10px rgba(193, 174, 174, 0.1);
    min-height: 72px;
    width: 100%;
    position: fixed;
    top: 0;
    margin-top: 0;
    z-index: 99;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

a.dropdown-item {
    line-height: 25px;
    text-transform: uppercase;
}

.img2 {
    width: 100%;
}

.navbar-dark .navbar-nav .nav-link {
    color: #333;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 500;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #d01a39;
    font-weight: bold;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: none !important;
    color: #d01a39;
    font-weight: bold;
    background: none !important;
}

.navbar-nav .nav-link.active {
    color: #d01a39 !important;
    font-weight: bold;
}

a.nav-link.js-scroll-trigger.active {
    color: #d01a39 !important;
    font-weight: bold;
}

.navbar-toggler {
    background-color: #669eb3;
}

.navbar-toggler-icon {
    width: 1.2em;
    height: 1.2em;
}

.navbar-dark .navbar-nav .nav-link:focus {
    color: #333;
}

.innerHeading {
    background: url(../images/service_tbg.jpg) no-repeat center;
    background-size: auto;
    background-size: cover !important;
    color: #fff;
    padding: 40px 0 40px 0;
    font-size: 18px;
    font-weight: 400;
    min-height: 300px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: left;
    line-height: normal;
}

.innerHeading h1 {
    font-size: 42px;
    font-family: sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    line-height: normal;
    text-align: left;
}

.custHeading {
    background: url(../images/Automated-Fare-Collection-afc.jpg) no-repeat center;
    background-size: auto;
    background-size: cover !important;
    color: #fff;
    padding: 40px 0 40px 0;
    font-size: 18px;
    font-weight: 400;
    min-height: 320px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: left;
    line-height: normal;
}

.custHeading h1::after {
    content: '';
    width: 120px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 35px;
    left: 50%;
    margin-left: -60px;
}

.custHeading h1::after {
    content: '';
    width: 120px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 35px;
    left: 50%;
    margin-left: -60px;
}

.custHeading h1 {
    font-size: 42px;
    font-family: sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    line-height: normal;
    text-align: left;
}


.insuranceHeading {
    background: url(../images/insurance_Banner.jpg) no-repeat center;
    background-size: auto;
    background-size: cover !important;
    color: #fff;
    padding: 40px 0 40px 0;
    font-size: 18px;
    font-weight: 400;
    min-height: 320px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: left;
    line-height: normal;
}

.insuranceHeading h1 {
    font-size: 42px;
    font-family: sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    line-height: normal;
    text-align: left;
}



.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav>li {
    position: relative;
    display: block;
}

.bradcrumb {
    background: #f2f2f2;
    height: 42px;
}

.bradcrumb .lft {
    float: left;
    padding: 10px 0 0 0;
    font-size: 15px;
    color: #000;
}

.bradcrumb .lft a {
    color: #e14a25;
}

.botPad20 {
    padding-bottom: 20px;
}

.menuLinks ul li:first-child {
    border: none;
}

.menuLinks ul li {
    background: #d9ecff;
    padding: 10px;
    margin-bottom: 5px;
}

.menuLinks ul li a {
    color: #564e56;
    display: block;
    background: url(../images/pluse_icon.png) no-repeat 0 6px;
    padding-left: 20px;
    font-weight: bold;
    font-size: 15px;
}

/*-------------------------------------------------------------------------------------
    Image Banner
---------------------------------------------------------------------------------------*/

#main-banner {
    background-image: url(../images/artificial-intelligence.jpg);
    background-position: top;
}

.caption-content {
    padding: 2% 25% 0
}

.caption-content p {
    margin: auto;
    max-width: 700px;
    line-height: 1.6;
    font-size: 15px;
    font-weight: 300;
    opacity: 0.8;
}

.enquieryform .checkbox label input {
    margin-right: 13px;
    height: auto;

}

.enquieryform .checkbox label {
    color: #777777;
    font-size: 14px;
}

.enquieryform .checkbox {
    display: inline-block;
}

/*-------------------------------------------------------------------------------------
    Image Banner
---------------------------------------------------------------------------------------*/

#inner-banner {
    background-image: url(../images/canarywharfblue1.jpg);
}

#inner-about {
    background-image: url(../images/about-banner.jpg);
}

.caption-content3 {
    padding-top: 80px;
}

.caption-content3 p {
    margin: auto;
    max-width: 700px;
    line-height: 1.6;
    font-size: 15px;
    font-weight: 300;
    opacity: 0.8;
}

.aboutList {
    list-style: square;
    padding-left: 17px;
    font-size: 15px;

}

.aboutList li {
    margin-bottom: 5px;
}

/*-------------------------------------------------------------------------------------
    Slider
---------------------------------------------------------------------------------------*/

/* Make the image fully responsive */
.carousel-inner img {
    width: 100%;
}

.carousel-caption p {
    color: #fff;
    padding: 0 75px;
}

.carousel-caption {
    bottom: 180px !important;
}

/*-------------------------------------------------------------------------------------
    Particles Effect
---------------------------------------------------------------------------------------*/

#particles {
    background-image: url(../images/banner-5.jpg);
}

#particles .caption-content {
    position: absolute;
}

#particles .caption-content .large-btn {
    z-index: 99
}

#particles canvas {
    position: relative;
}

/*-------------------------------------------------------------------------------------
    Animated Headline
---------------------------------------------------------------------------------------*/

#animated-headline {
    background-image: url(images/banner-5.jpg);
}


/*-------------------------------------------------------------------------------------
    Ripple Effect
---------------------------------------------------------------------------------------*/

#ripple-bg {
    background-image: url(images/banner-6.jpg);
    background-position: top
}

.ripple {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%
}


#banner .item img {
    display: block;
    width: 100%;
    height: auto;
}

#banner .owl-next {
    width: 24px;
    height: 45px;
    background: url(../images/ban_next_arrow.png);
    position: absolute;
    right: 30px;
    top: 50%;
    margin: -22px 0 0 0;
    overflow: hidden;
    text-indent: -300px;
    opacity: .7;
}

.banner2 .textBg {
    /* background: url(../images/banner2_bg.png) no-repeat left bottom; */
    width: 800px;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 90px 0 0 95px
}

#banner .owl-prev {
    width: 24px;
    height: 45px;
    background: url(../images/ban_prev_arrow.png);
    position: absolute;
    left: 30px;
    top: 50%;
    margin: -22px 0 0 0;
    overflow: hidden;
    text-indent: -300px;
    opacity: .7;
}

.bannerHd {
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-shadow: 2px 2px rgba(0, 0, 0, .3);
    line-height: 55px;
}

.bannerTxt {
    font-size: 23px;
    color: #fff;
    padding-bottom: 30px;
    font-weight: 400;
    text-shadow: 0px 2px 10px rgba(0, 0, 0, .3);
}

a.readMoreBtn {
    display: inline-block;
    height: 50px;
    padding: 0 30px;
    border-radius: 2px;
    color: #FFF;
    line-height: 50px;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: normal;
}

.btnCov {
    border: 1px solid #FFF;
    float: left;
}

.homebtnCov {
    border: 1px solid #333;
    float: left;
}

a.readMoreBtn:hover {
    text-decoration: underline;
}

a.readMoreBtn2 {
    display: inline-block;
    height: 50px;
    padding: 0 30px;
    border-radius: 2px;
    color: #333;
    line-height: 50px;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
}

a.readMoreBtn2:hover {
    text-decoration: underline;
}

.owl-theme .owl-controls {
    margin-bottom: 0px;
}

/*-------------------------------------------------------------------------------------
    Application module
---------------------------------------------------------------------------------------*/
.aboutBg {
    background: #fff url(../images/home_top_bg.jpg) no-repeat center bottom;
    background-size: auto;
    background-size: cover;
    padding: 30px 0 0 0;
    text-align: center;

}

.container-width {
    max-width: 1170px;
    margin: 0 auto;
    clear: both;
}

.home-banner-container .home-banner {
    margin-top: 40px;
    text-align: center;

}

/*-------------------------------------------------------------------------------------
    Parallax Background
---------------------------------------------------------------------------------------*/

#parallax {
    background-image: url(images/banner-3.jpg);
    background-attachment: fixed;
    background-position: top
}

/*-------------------------------------------------------------------------------------
    Video Background
---------------------------------------------------------------------------------------*/

#video-background {
    background-color: #0a89ff
}

/*-------------------------------------------------------------------------------------
    Section Heading
---------------------------------------------------------------------------------------*/

.heading {
    margin: 0 0 20px;
}

.heading h2 {
    font-size: 38px;
    font-weight: 600;
    line-height: 46px;
    margin: 0 0 10px;
    color: rgb(203, 52, 43);
    text-transform: uppercase;
}

/*-------------------------------------------------------------------------------------
    About
---------------------------------------------------------------------------------------*/
#about123 {
    background-color: #0d2b4d;
    color: white;
    padding: 40px 0px;
}

#about {
    padding: 80px 0px;

}

.about-content h2 {
    margin: 10px 0 15px;
    color: #FFF;
}

.about-content-duplicate h2 {
    margin: 10px 0 15px;
    color: black;
}

.welcome-content h2 {
    color: black;
    text-align: left;
    margin-top: 80px;
}

#corevalusBanner .owl-item img {
    width: auto !important;
}

.aboutBox {
    padding: 2px;
    margin-top: 20px;
    min-height: 230px;
    text-align: center;
    margin-bottom: 20px;
}

.aboutBox p {
    font-size: 14px;
}

.aboutBox1 {

    padding: 5px;
    margin-top: 0px;
    min-height: 180px;
    text-align: center;
    margin-bottom: 20px;
    text-align: center;
}

.aboutBox1 p {
    font-size: 14px;

}

.contactContent {
    min-height: 600px;
}

.contactContent .aboutcontent,
.contactContent .addressWindow {
    margin-top: 40px;
    margin-bottom: 40px;
}

.aboutcontent {
    font-size: 14px;
    text-align: justify;
    margin-top: 40px;
}

.aboutcontent h3 {
    color: #fff;
    margin-top: 20px;
}

.TxtHeading {
    margin-top: 10px;
    text-align: left;
    color: #5a5858;
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
}

#contact .form-control {
    background: #404040;
    border: none;
    border-radius: 2px;
    box-shadow: none;
    color: #FFFFFF;
    margin: 10px 0 10px 0;
    opacity: 0.9;
}

#contact input {
    height: 50px;
}

/*-------------------------------------------------------------------------------------
    Services
---------------------------------------------------------------------------------------*/
#services {
    padding: 80px 0 50px;
}

.service-single {
    background-color: #fff;
    padding: 25px 20px 25px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 20px;
    /*border: 1px dotted #e8e8e8;*/
}

/*.service-single:hover {
    -webkit-box-shadow: 0 0 20px rgba(144, 126, 125, 0.17);
    box-shadow: 0 0 20px rgba(144, 126, 125, 0.17);
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}*/

.service-single>img {
    color: #0a89ff;
    font-size: 50px;
    display: inline-block;
    margin-bottom: 25px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.aboutSingle {
    padding: 10px 0px !important;
}

div#sidbanner {
    padding: 12px 10px;
}

.avia_image img {
    width: 100%;
}

#appsStore {
    padding: 60px 0px;
}

.avia_image {
    width: 300px;
    display: inline-block;
    border: 1px solid #d01a39;

    padding: 40px 20px;
    background: #FFF;
}

.avia_image:hover {
    border: 1px solid #b7aeae;
}

.singleHome:hover {

    box-shadow: none;
}

.singleHome {
    padding: 10px 5px 10px;
    margin-bottom: 15px;
    border: none;
}

.singleHome>img {
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
    background-color: #f4f4f4;

    border: 1px solid #f4f4f4;
}

.singleHome p {
    margin-top: 0.5rem;
}


.singleWeb:hover {

    box-shadow: none;
}

.singleWeb {
    padding: 10px 5px 10px;
    margin-bottom: 15px;

}

.singleWeb>img {
    width: 200px;
    margin-right: 10px;
    margin-bottom: 20px;



}

.singleWeb p {
    margin-top: 0.5rem;
}



.aboutSingle {
    min-height: 350px;
}

.moduleLetf {
    min-height: 180px;
    margin-top: 20px;

}

.moduleLetf a>img {
    float: left;
}

.moduleLetf>.p-color1 {
    color: #333;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.service-single.moduleLetf p {
    text-align: left;
    line-height: 25px;
}

.p-color1 img {
    display: block;
    margin: auto;
    margin-bottom: 20px;
}

.moduleLetf>.p-color1 img {
    display: block;
    border: 1px solid #CCC;
    width: 100%;
}

.moduleLetf a p {
    text-align: center;
}

#servicesW .SingleW {
    min-height: 400px;
}

#servicesW .post-media.position-relative {
    margin-top: 15px;
}

#servicesW .service-single {
    min-height: 422px;
}

#servicesW .post-details {
    padding: 0px 0px;
}



.service-singleW {
    background-color: #fff;
    padding: 20px 15px 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 30px;
    /* border: 1px dotted #e8e8e8;*/
    min-height: 215px;
}

.service-singleW:hover {
    box-shadow: none;
    transform: none;
}

.service-singleW p {
    text-align: justify;
}

.textQuotationText {
    width: 800px;
    margin: auto;
    font-size: 16px;
    margin-bottom: 20px;
}

.textQuotation {
    width: 600px;
    margin: auto;
    font-size: 16px;
    font-style: italic;
}



/*-------------------------------------------------------------------------------------
    industries css
---------------------------------------------------------------------------------------*/
.industryBox {
    position: relative;
    overflow: hidden;

}

.home-banner-container {
    display: block;
    width: 100%;

}

.industryBox:hover .industryBg {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.innerWindow {
    overflow: hidden;
}

.industryBg {
    background: url(../images/industry_bg.jpg) no-repeat center top;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.clearfix::before,
.clearfix::after {
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
}

.isHd {
    color: #fff;
    font-size: 28px;
    font-weight: normal;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-top: 30px;
}

.isTxt {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 27px;
    padding-bottom: 20px;
    letter-spacing: 0.5px;
}

.isLinks {
    width: 100%;
    text-align: left;
    list-style-type: disc;
    color: #FFF;
    margin-bottom: 30px;
}

.isLinks li {
    float: none;
}

.isLinks li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

.isLinks li a:hover {
    text-decoration: none;
}

.industryInner {
    width: 100%;
    padding: 30px 40px;
    text-align: center;
    position: relative;
}

.solutionInner {
    width: 100%;
    padding: 30px 40px;
    text-align: center;
    position: relative;
}

.solutiosBg {
    background: url(../images/solution_bg.jpg) no-repeat center top;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.solutionBox:hover .solutiosBg {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.projectStat2 {
    background: url(../images/face-recognition-bg.jpg) no-repeat left;
    text-align: left;
}



.projectStat {
    background: #FFF;
    text-align: center;
    padding: 60px 0px;
}

.projectStat span {
    display: block;
    color: #333;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 15px;
}

.projectStat a {
    display: inline-block;

    font-size: 21px;
    color: #fff;

}


.productsWindow {
    margin: 0px 0px;
    padding: 0px;
    margin-top: -25px;
}

.subtitle {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 4px;
    text-transform: uppercase;
    display: block;
    color: #979797;
    text-align: center;
}

.minL {
    padding-left: 0px;
    padding-right: 0px;
}

.priceInner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.productsWindow h3 {
    font-size: 36px;
    font-weight: 800;
    line-height: 38px;
    text-align: center;
    margin-bottom: 30px;
}

.productsWindow h2 {
    margin-bottom: 10px;
}

.vc_column-inner:hover {
    background-color: #23a8e1;
}

.vc_column-inner:hover .plan-top h3,
.vc_column-inner:hover .plan-price {
    color: #FFF;
}

.vc_column-inner:hover .is_indicator .plan-features p {
    color: #FFF;
}

.vc_column-inner:hover .button_dp.small {
    background-color: #FFF !important;
    border: none;
}

.priceInner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.is_indicator .plan-features {
    padding-top: 45px;
}

.plan-top {
    position: relative;
}

.plan-top h3 {
    font-size: 18px;
    line-height: 26px;
    margin: 0;
    padding: 40px 0 10px 0;
    color: #fff;
    text-transform: uppercase !important;
    font-weight: 700;
    text-align: center;
    color: #333;
}

.plan-price {
    color: #00bcd5;
}

.plan-price {
    height: 100px;
    margin: 0 auto;
    font-size: 40px;
    font-weight: 600;
    color: #23a8e1;
    text-align: center;
    padding: 40px 0 0;
    letter-spacing: -1px;
    line-height: 36px;
}

.down_indicator {
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-top-color: transparent;
    border-left: 89px solid transparent;
    border-left-width: 89px;
    border-right: 89px solid transparent;
    border-right-width: 89px;
    position: absolute;
    bottom: -25px;
    left: -1px;
}

.plan-features .button-area {
    text-align: center;
    padding: 30px 0 10px;
    margin-bottom: 30px;
}

.plan.highlighted .button_dp {
    background-color: transparent !important;
    border: 2px solid #23a8e1 !important;
}

.plan.highlighted .button_dp span {
    color: #23a8e1 !important;
}

.plan-currency,
.period {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    vertical-align: super;
}

.vc_column-inner {
    background: #fff;
    -webkit-transition: color .1s ease !important;
    -moz-transition: color .1s ease !important;
    -o-transition: color .1s ease !important;
    -ms-transition: color .1s ease !important;
    transition: color .1s ease !important;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.10);
    border-radius: 2px;
    padding: 15px;
    margin: 2px 0;
    text-align: center;
}

.button_dp {
    white-space: nowrap;
    line-height: 1em;
    position: relative;
    outline: none;
    overflow: visible;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-color: #86AF49;
    border: 2px solid #86AF49;
    border-radius: 30px;
    padding: 15px;
}

/*-------------------------------------------------------------------------------------
    Portfolio
---------------------------------------------------------------------------------------*/

#portfolios {
    padding: 80px 0 50px;
}

.control.btn {
    margin-bottom: 10px;
}

.portfolio-item {
    margin-bottom: 30px;
}

.portfolio-item h4 {
    font-size: 17px;
    line-height: 23px;
}

.shot-item {
    padding: 8px;
    border-radius: 4px;
    background: #f3f3f3;
}

.shot-item img {
    width: 100%;
}

.shot-item .overlay {
    display: block;
    position: relative;
}

.shot-item .overlay:before,
.shot-item .overlay:after {
    position: absolute;
    content: "";
    height: 30%;
    width: 30%;
    background: #0a89ff;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.shot-item .overlay:before {
    top: 0;
    left: 0;
    z-index: 1;
}

.shot-item .overlay:after {
    bottom: 0;
    right: 0;
    z-index: 1;
}

.shot-item:hover .overlay:before {
    height: 50%;
    width: 100%;
    opacity: 0.8;
}

.shot-item:hover .overlay:after {
    height: 50%;
    width: 100%;
    opacity: 0.8;
}

.overlay .item-icon {
    height: 48px;
    width: 48px;
    line-height: 48px;
    color: #fff;
    left: 50%;
    margin-left: -24px;
    margin-top: -24px;
    top: 50%;
    position: absolute;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.shot-item:hover .item-icon {
    visibility: visible;
    opacity: 1;
}

.controls {
    margin-bottom: 30px;
}


/*-------------------------------------------------------------------------------------
    Feature
---------------------------------------------------------------------------------------*/

#features {
    padding: 80px 0 50px;
}

.feature-single {
    padding: 30px 20px 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin: 0 0 30px;
    border: 1px dotted #e8e8e8;
}

.feature-single:hover {
    -webkit-box-shadow: 0 0 20px rgba(144, 126, 125, 0.17);
    box-shadow: 0 0 20px rgba(144, 126, 125, 0.17);
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.feature-single img {
    font-size: 50px;
    color: #0a89ff;
    display: inline-block;
    margin-bottom: 25px;
}

.Pricemodule {
    border: none;
    font-weight: 700;
    margin: 0;
    background-color: #ddd;
    padding: 10px 0 10px !important;
    text-align: center;
    border-bottom: 5px solid #999;
}

#pricing .table td {
    font-size: 14px;
    padding: 7px 7px;
}

#pricing .table-bordered th,
.table-bordered td {}

#pricing .table thead th {
    vertical-align: middle;
}

#pricing .table col:nth-child(odd) {
    background: red !important;
}


.Enquiryinfo {
    background-color: #337ab7;
    color: #fff;
    display: inline-block;
    margin: 10px 0;
    border-radius: 4px;
    font-weight: 500;
    padding: 10px 20px;
    text-decoration: none;
    text-align: center;
}

#pricing .contact-now-button a {
    margin-top: 6px;
    text-transform: uppercase;
}

#pricing .table col:nth-child(even) {
    background: green;
}

.my_planTitle {
    text-align: center;
    color: white;
    height: 90px;
    font-size: 16px;
}

.plan1 {
    background-color: #ddd;
    border-bottom: 5px solid #999;
    color: #000;
}


.plan2 {
    background: rgb(105, 153, 193);
    border-bottom: thick solid rgb(72, 109, 139);
}

.plan3 {
    background: rgb(134, 162, 77);
    border-bottom: thick solid rgb(108, 131, 62);

}

.plan4 {
    background: rgb(253, 161, 49);
    border-bottom: thick solid rgb(199, 127, 40);
}





/*-------------------------------------------------------------------------------------
    Call To Action
---------------------------------------------------------------------------------------*/

#contact-now {
    background-image: url(../images/count-area-bg.jpg);
    background-attachment: fixed;
    padding: 80px 0 80px
}

#contact-now .overlay {
    opacity: 0.7;
    background: #000;
}

.contact-now-button {
    float: right;
}

.contact-now-button a {
    background-color: #0a89ff;
    color: #fff;
    font-weight: 500;
    padding: 12px 30px;
    display: inline-block;
    margin: 20px 0 0;
    border-radius: 2px;

}


/*-------------------------------------------------------------------------------------
    Why Choose Us
---------------------------------------------------------------------------------------*/
.internetdev ul {
    padding-left: 20px;
    list-style: disc;
    margin-bottom: 20px;
}

.internetdev ul li {
    font-weight: normal;
    margin-bottom: 7px;
    font-size: 16px;
    color: #FFF;
    text-align: left;
}

.internetdev-duplicate ul {
    padding-left: 20px;
    list-style: disc;
    margin-bottom: 20px;
}

.internetdev-duplicate ul li {
    font-weight: normal;
    margin-bottom: 7px;
    font-size: 16px;
    color: black;
    text-align: left;
}

#why-us {
    padding: 80px 0 80px;
}

.why-us-content h2 {
    margin: 10px 0 15px;
}

.why-us-content p {
    margin: 15px 0 24px;
}

.why-us-features ul {
    padding-left: 20px;
    list-style: disc;
}

.why-us-features ul li {
    font-weight: normal;
    margin-bottom: 15px;
    font-size: 16px;
    text-align: left
}

.minList ul li {
    margin-bottom: 10px;
}

.why-us-features ul li i {
    color: #0a89ff;
    display: inline-block;
    margin-right: 4px;
    float: inline-start;
}


.why-us-features span {
    width: 88%
}

.why-us-features .icon {
    width: 10%
}

.m710img img {
    height: auto;
    cursor: pointer;
    transition: all 0.6s;
    width: 100%;
}

.m710img img:hover {
    transform: scale(1.2);
}

/*-------------------------------------------------------------------------------------
    Newsletter
---------------------------------------------------------------------------------------*/
#newsletter {
    padding: 80px 0;
}

.newsletter-form input {
    height: 50px;
    padding-left: 20px;
}

.newsletter-btn button {
    width: 100%;
    height: 50px;
    border: 0;
    background-color: #0a89ff;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    border-radius: 2px;
}

/*-------------------------------------------------------------------------------------
    Pricing
---------------------------------------------------------------------------------------*/
#pricing {}

.pricing-table-single {
    background-color: #fff;
    padding: 20px 0 40px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 30px;
    border: 1px solid #DDD;
}

.pricing-table-single:hover {
    -webkit-box-shadow: 0 0 20px #e6f0fa;
    box-shadow: 0 0 20px #e6f0fa;
}

.table-title>h2 {
    font-size: 30px;
}

.price-amount {
    padding: 15px 0 10px;
    background: #0a89ff;
}

.price-amount-inverse {
    padding: 15px 0 10px;
    background: #fff;
}

.price-amount h2 sub {
    font-size: 14px;
    font-weight: 500;
    color: #777;
}

.table-details {
    padding: 10px 0 10px;
}

.table-details ul li {
    display: block;
    padding: 8px 0;
    font-weight: 500;
    color: #777;
}

.table-btn {
    margin: 20px 0 0;
}

.table-btn a {
    display: inline-block;
    border: 2px solid #0a89ff;
    padding: 8px 40px;
    color: #0a89ff;
    font-weight: 500;
    border-radius: 2px;
}

.pricing-table-single:hover .table-btn a {
    color: #fff;
    background-color: #0a89ff
}

.pricing-table-single.popular {
    background-color: #0a89ff;
}

.pricing-table-single.popular:hover {
    -webkit-box-shadow: 0 0 50px #e6f0fa;
    box-shadow: 0 0 50px #e6f0fa;
}

.pricing-table-single.popular .price-amount h2 sub {
    color: #ddd;
}

.pricing-table-single.popular .table-details ul li {
    color: #fff;
}

.pricing-table-single.popular .table-btn a {
    border: 2px solid #fff;
    color: #fff;
}

.pricing-table-single.popular:hover .table-btn a {
    color: #0a89ff;
    background-color: #fff
}

.table-title {
    border-bottom: 1px solid #0a89ff;
}

.table-title1 {
    border-bottom: 1px solid #fff;
}

/*-------------------------------------------------------------------------------------
    Counter
---------------------------------------------------------------------------------------*/

#counter {
    background-position: top;
    background-attachment: fixed
}

#counter .overlay {
    opacity: 0.9;
    background: #153f52;
}

.counter-single {
    margin-bottom: 30px;
}

.counter-single i {
    font-size: 40px;
    display: inline-block;
    color: #0a89ff;
    margin-bottom: 20px;
}

.counter-single .icofont.icofont-cop-badge,
.counter-single .icofont.icofont-files {
    font-size: 30px;
}

.counter-single h6 {
    color: black;
    margin: 5px 0 0;
}

/*-------------------------------------------------------------------------------------
    Team
---------------------------------------------------------------------------------------*/
#team {
    padding: 80px 0 50px;
}

.team-member-single {
    border: 1px solid #ddd;
    margin-bottom: 30px;
}

.team-member-single p {
    margin-top: 0;
}

.team-member-single:hover .member-social-icons {
    opacity: 1;
    visibility: visible;
    right: 0
}

.member-details {
    padding: 15px 0 15px;
    background-color: #885181
}

.member-social-icons {
    position: absolute;
    top: 0;
    right: -20px;
    background-color: #2c3e50;
    padding: 30px 20px;
    height: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}

.member-social-icons li a {
    display: block;
    font-size: 20px;
    padding: 10px 0;
    color: #fff
}

.member-social-icons li a:hover {
    color: #0a89ff
}

/* ==========================================================================
  ::12.  Testimonial Section Style
   ========================================================================== */
#testimonial {
    padding: 80px 0px;
}

.clients_testimonial_area .client-name>h5 {
    font-size: 22px;
    color: #343434;
    margin-bottom: 0px;
}

.clients_testimonial_area .star-icon>i {
    font-size: 18px;
    color: #f1b922;
}

.clients_testimonial_area .client-description>p {
    max-width: 1010px;
    margin: auto;
    margin-bottom: 15px;
    font-size: 15px;
}

.clients_testimonial_area .client>i {
    font-size: 30px;
    color: #343434;
    margin-bottom: 20px;
}

.clients_testimonial_area .client-name>p {
    color: #b5aec4;
}

.clients_testimonial_area ul>li {
    color: #f8f9fa;
}

.clients_testimonial_area .slick-dots {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.clients_testimonial_area .slick-dots li button {
    width: 12px;
    height: 12px;
    text-indent: -999999999999999999999999px;
    border: 1px solid #a49fba;
    background-color: #fff;
    border-radius: 50%;
    margin: 5.5px;
    outline: none;
}

.clients_testimonial_area .slick-dots li.slick-active button {
    background-color: #2a3855;
    border-color: #2a3855;
}

.clients_testimonial_area .slick-slide.client-thumbnail {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 129px;
}


.clients_testimonial_area .slick-slide img {
    display: block;
    width: 80px !important;
    height: 80px !important;
    border-radius: 50%;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.clients_testimonial_area .slick-slide.slick-current img {
    width: 100px !important;
    height: 100px !important;
}

.clients_testimonial_area .slick-arrow {
    position: absolute;
    width: 30px;
    background-color: transparent;
    height: 100%;
    text-align: center;
    font-size: 24px;
    color: #b5aec4;
    display: block;
    line-height: 550%;
    left: 0;
    z-index: 90;
    cursor: pointer;
}

.clients_testimonial_area .slick-arrow.fa-angle-right {
    left: auto;
    right: 0;
    top: 0;
}

/*-------------------------------------------------------------------------------------
    Latest B 
---------------------------------------------------------------------------------------*/
#latest-blog {
    padding: 80px 0;
}

.blog-post-single.latest {
    background-color: #fff;
    overflow: hidden;
    margin: 0 0 30px
}

.blog-post-single.latest .post-details {
    padding: 0px 0 10px;
}

.blog-btn a {
    display: inline-block;
    background-color: #b04053;
    color: #fff;
    font-weight: 500;
    padding: 12px 30px;
    margin: 20px 0 0;
    border-radius: 2px;
}

#services .blog-post-single.latest {
    min-height: 261px;
}

/*-------------------------------------------------------------------------------------
    Contact
---------------------------------------------------------------------------------------*/

#contact {
    padding: 80px 0;
}

.contact-info {
    margin-top: 30px;
}

.contact-info-single i {
    color: #0a89ff;
    font-size: 30px;
    width: 60px;
    height: 60px;
    display: inline-block;
    line-height: 55px;
    border: 2px solid #0a89ff;
    margin: 0 0 15px
}

.contact-info-single {
    margin: 0 0 20px;
    padding: 10px 0px;
}

.contact-form input {
    height: 50px;
    padding-left: 20px;
}

.contact-form textarea {
    padding: 15px 0 0 20px;
}

.contact-btn button {
    border: 2px solid #d01a39;
    background-color: #d01a39;
    padding: 5px 60px;
    font-weight: 500;
    font-size: 16px;
    color: #FFF;
    border-radius: 9px;
}

.contact-btn button:hover {
    background-color: green;
    color: #fff;
}

#map {
    width: 100%;
    height: 430px
}

.contact-info2 {
    margin-top: 0px;
}

.contact-info2 .contact-info-single {
    border-bottom: 1px solid #CCC !important;
    text-align: center !important;
    padding-bottom: 30px !important;
}

#contact2 {
    padding: 40px 0;
}

/*-------------------------------------------------------------------------------------
    Footer
---------------------------------------------------------------------------------------*/

#footer {
    padding-top: 60px !important;
    padding-bottom: 0px !important;
    display: block;
    width: 100%;
    float: left;
}

#footer h3 {
    margin-bottom: 25px;
    text-transform: uppercase;
}

.footer-top {
    background-color: #131618;
    padding: 20px 0;
    display: block;
    width: 100%;
}

.footerhead {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.footer-social-area ul li {
    display: inline-block;
}

.footer-social-area ul li a {
    display: block;
    color: #b04053;
    font-size: 20px;
    /* border: 1px solid #0a89ff;*/
    padding: 4px 8px;
    margin: 0 4px;
    height: 36px;
    width: 36px;
    text-align: center;
}

.footer-social-area ul li a:hover {
    background-color: #b04053;
    color: #fff;
}

.footer-links {

    width: 100%;
    display: block;
}

.footer-links ul {
    text-align: center;
    list-style-type: none;
}

.footer-links li {
    display: inline-block;
    background-image: none;
}

.footer-links li a {
    padding: 3px 15px;
    display: inline-block;
    color: #f4eaea;
    font-weight: normal;
}

.footer-about {
    text-align: center;
}

.copyDev {
    position: absolute;
    bottom: 0%;
    width: 100%;
    text-align: center;
    color: #ebe5e5;
    background-color: rgba(0, 0, 0, 0.15);
    padding: 10px 0px;
}

.footer-about p a {
    color: #333;
    text-decoration: none;
}

.footer-about p a:hover {
    color: #d01a39;
    text-decoration: underline;

}

.footer-links li a:hover {
    color: #d01a39;
}

.box {
    border: 1px solid #CCC;
    min-height: 220px;
    width: 100%;
    margin-bottom: 20px;
}

.footerh4 {
    color: #d01a39;
    text-align: center;
    position: relative;
    font-weight: bold;

}

.footerh5 {
    color: #d01a39;
    text-align: center;
    font-weight: bold;
}


/* .footerh4::before {
    content: "";
    position: absolute;
    left: 100px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 22px;
    background-color: #d01a39;
    
}

.footerh5::before {
    content: "";
    position: absolute;
    left: 100px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 22px;
    background-color: #d01a39;
    
} */



#footer .footer-top .footer-newsletter {
    margin-top: 24px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
    border: 0;
    padding: 5px 8px 8px;
    width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
    background: #0a89ff;
    border: 0;
    width: 35%;
    padding: 9px 0;
    text-align: center;
    color: #fff;
    transition: 0.3s;
    cursor: pointer;
    font-size: 13px;
}

.footer-bottom {
    background-color: #131618;
}

.click-to-top {
    background-color: #0a89ff;
    position: fixed;
    bottom: 30px;
    right: 15px;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 20px;
}

.click-to-top>a {
    background-color: #d01a39;
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 8px 12px;
}

/*-------------------------------------------------------------------------------------
    Blog Page
---------------------------------------------------------------------------------------*/

.blog-wrap {
    padding: 80px 0 60px;
}

.page-title {
    background-image: url(http://via.placeholder.com/1920x1280);
    padding: 220px 0 60px
}

.breadcrumb {
    background-color: transparent
}

.breadcrumb ul li {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    padding: 0 4px
}

.breadcrumb li a {
    display: block;
    font-weight: 600;
    color: #0a89ff;
}

.blog-post-single {
    margin: 0 0 50px;
    -webkit-box-shadow: 0 0 10px #e6f0fa;
    box-shadow: 0 0 10px #e6f0fa;
}

.post-details {
    padding: 0 20px 25px;
}

.post-title h2 a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    display: block;
    margin: 16px 0 -10px;
}

.post-fact p a {
    display: inline-block;
    padding: 2px 6px 0 0;
    font-size: 13px
}

.post-fact p a:hover,
.post-title h2 a:hover {
    color: #0a89ff
}


/*
    Widget
-----------------------------
*/

.blog-sidebar {
    padding: 20px 20px 0;
    -webkit-box-shadow: 0 0 10px #e6f0fa;
    box-shadow: 0 0 10px #e6f0fa;
}

.blog-sidebar .widget {
    margin: 0 0 30px;
}

.blog-sidebar .widget h3 {
    margin: 0 0 15px;
}

.widget.recent-post {
    margin: 0 0 20px
}

.widget.search input {
    height: 50px;
}

.widget.search span {
    position: absolute;
    right: 20px;
    top: 65px;
}

.recent-post-single {
    margin: 0 0 10px;
}

.recent-post-single .post-img {
    width: 30%;
}

.recent-post-single .post-img a {
    display: inline-block;
}

.recent-post-single .post-cont {
    width: 70%;
    padding-left: 5%;
}

.recent-post-single .post-cont h5 {
    font-weight: 500;
    margin: -5px 0 0
}

.recent-post-single .post-cont p span {
    font-size: 12px;
    font-weight: 500;
    margin: -4px 0 -6px;
    display: block;
}

.widget.category ul li {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    font-weight: 500;
}

.widget.category ul li:first-child {
    border-top: 1px solid #ddd;
}

.widget.category ul li a:hover,
.recent-post-single .post-cont h5 a:hover {
    color: #0a89ff
}

.widget.tags span a {
    display: inline-block;
    padding: 10px;
    background-color: #0a89ff;
    color: #fff;
    font-weight: 500;
    margin: 0 4px 4px 0;
    border-radius: 4px;
}

.pager li a {
    font-weight: 500;
    margin: 0 5px;
    padding: 5px 20px;
}

.pager li a:hover {
    background-color: #0a89ff;
    border-color: #0a89ff;
    color: #fff;
}

/*-------------------------------------------------------------------------------------
    Blog Details Page
---------------------------------------------------------------------------------------*/

.blog-details-wrap {
    padding: 80px 0
}

.blog-post-social {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px 0 15px;
}

.blog-post-social ul li span {
    font-size: 18px;
    padding-right: 5px
}

.blog-post-social ul li {
    display: inline-block;
}

.blog-post-social ul li a {
    display: block;
    border: 2px solid #0a89ff;
    padding: 8px 12px;
    border-radius: 50%;
    font-size: 16px;
    color: #0a89ff;
}

.blog-post-social ul li a:hover {
    background-color: #0a89ff;
    border-color: #0a89ff;
    color: #fff;
}

.post-comments h3 {
    margin: 40px 0 30px;
}

.comment-single .media-body p a {
    font-weight: 500;
    padding-right: 5px;
}

.comment-single .media-body p a:hover {
    color: #0a89ff;
}

.comment-single img {
    border-radius: 50%;
    width: 60px;
}

.comment-single .media-body {
    padding: 0 0 10px;
}

.comment-single.inner {
    padding: 30px 0 0;
}

.comment-form input {
    height: 50px;
    border-radius: 25px;
    padding-left: 20px;
}

.comment-form textarea {
    border-radius: 25px;
    padding: 15px 0 0 20px
}

.comment-btn button {
    color: #0a89ff;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 25px;
    border: 2px solid #0a89ff;
    background-color: transparent;
}

.comment-btn button:hover {
    background-color: #0a89ff;
    border-color: #0a89ff;
    color: #fff;
}

/*-------------------------------------------------------------------------------------
    Not Found Page
---------------------------------------------------------------------------------------*/

.notfound-content {
    padding: 80px 0 135px;
}

.notfound-content h1 {
    font-size: 120px;
    line-height: 130px;
}

.notfound-content h2 {
    font-size: 50px;
    line-height: 60px;
    margin: 20px 0 0;
}

.notfound-content a {
    display: inline-block;
    background-color: #0a89ff;
    color: #fff;
    font-weight: 500;
    padding: 12px 20px;
    border-radius: 4px;
    margin: 30px 0 0;
}



/*-------------------------------------------------------------------------------------
   Demo Page
---------------------------------------------------------------------------------------*/

.page-demo-content {
    position: relative;
    -webkit-box-shadow: 0 0 2px #e6f0fa;
    box-shadow: 0 0 2px #e6f0fa;
}

.page-demo-content:hover .page-demo-overlay {
    visibility: visible;
    opacity: 1
}

.page-demo-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0
}

.page-demo-overlay a {
    display: inline-block;
    background-color: #fff;
    color: #0a89ff;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 4px;
}

.page-demo-overlay a:hover {
    background-color: #0a89ff;
    color: #fff;
}

#homepage-demo h4 {
    margin: 20px 0 40px;
}

#homepage-demo {
    padding: 80px 0 30px;
}

#homepage-demo h4 a {
    display: block;
    font-weight: 600;
}

#homepage-demo h4 a:hover {
    color: #0a89ff;
}

.listW {
    text-align: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    padding-left: 17px;
    margin-top: 30px;
}

.listW li {
    text-align: left;
    margin-bottom: 15px;
    color: #FFF;
    font-size: 20px;
}

.color-white2 {
    color: black;
    font-size: 23px;
    line-height: 33px;
    font-weight: 600;

}

.color-white3 {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;

}

.btnWidth {
    width: 120px;
    padding: 10px 20px;
    text-transform: uppercase;
}

.contentList {
    width: 450px;
    margin: auto;
}

.contentList li {
    text-align: left;
}

#modules {
    padding: 80px 0 50px;
}

.header-social li a .fab {
    font-size: 16px !important;
}

.textheading {
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
}

#contactManagement,
#HelpDeskmanagement,
#SecurityCompliance,
#Assetmanagement,
#ims,
#workpermitsManagement,
#fitout,
#OnlineStoresManagement,
#Advertisement,
#OnlinePaymentManagement,
#IfmMobile,
#documentManagement,
#aboutusPage,
#servicesW {
    padding: 60px 0 40px;
}

.smbBg {
    background-color: rgb(242, 249, 255);
}

.regular {
    background-color: #d6e4b4;
}

.enterprise {
    background-color: #feebd4;
}

.contact-form.enquieryform {
    padding: 20px 30px;
    background: #f2f2f2;
}


.blocks {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
}

.blocks-item {
    width: 20%;
    padding: 10px;
}

/* Mobile (default) → 2 per row */
.blocks-item {
    width: 50%;
}

/* Tablet → 3 per row */
@media (min-width: 768px) {
    .blocks-item {
        width: 33.33%;
    }
}

/* Desktop → 6 per row */
@media (min-width: 1024px) {
    .blocks-item {
        width: 16.66%;
    }
}

/* Large Screens (2048px and above) */
@media (min-width: 2048px) {
    .blocks-item {
        width: 16.66%;
        /* still 6 per row */
    }

    .blocks {
        max-width: 1800px;
        margin: 0 auto;
        /* center content */
        gap: 30px;
        /* more spacing */
    }
}


.blocks-item img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

body {
    font-family: Arial, sans-serif;
    background: #f5f5f5;
    text-align: center;
}

.process-block {
    width: 90%;
    margin: 40px auto;
}

h2 {
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}


.steps {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.step {
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px 10px;
    flex: 1;
    position: relative;
}

.circle {
    width: 40px;
    height: 40px;
    background: #2c4a63;
    color: #fff;
    border-radius: 50%;
    line-height: 40px;
    font-weight: bold;
    margin: 0 auto 10px;
}

.step-title {
    font-size: 14px;
    font-weight: 600;
}

/* ----------- TABLET ----------- */
@media (max-width: 992px) {
    .steps {
        flex-wrap: wrap;
    }

    .step {
        flex: 1 1 calc(33.33% - 10px);
    }

}

/* ----------- MOBILE ----------- */
@media (max-width: 768px) {
    .steps {
        flex-direction: column;
    }

    .step {
        width: 100%;
    }


}

/* ----------- SMALL MOBILE ----------- */
@media (max-width: 480px) {
    h2 {
        font-size: 22px;
    }

    .circle {
        width: 38px;
        height: 38px;
        line-height: 38px;
        font-size: 14px;
    }

    .step-title {
        font-size: 14px;
    }
}


.section2 {
    width: 90%;
    margin: 60px auto;
    text-align: center;
}

h2 {
    font-size: 24px;
    color: #2c3e50;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    font-weight: bold;
    text-align: center;
}



.features {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    text-align: left;
}

.column {
    flex: 1;
    margin-left: 30px;
}

.item2 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    margin-left: 90px;
}

.icon {
    width: 28px;
    height: 28px;
    background: #4CAF50;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-size: 16px;
}

.text h4 {
    margin: 0;
    font-size: 16px;
    color: #2c3e50;
}

.text p {
    margin: 4px 0 0;
    font-size: 13px;
    color: #7f8c8d;
}

/* Divider line between columns */
.divider {
    width: 2px;
    background: #ddd;
}

/* Responsive */
@media(max-width: 768px) {
    .features {
        flex-direction: column;
    }

    .divider {
        display: none;
    }
}

/* ---------- TABLET ---------- */
@media (max-width: 992px) {
    h2 {
        font-size: 22px;
    }

    .features {
        gap: 20px;
    }


}

/* ---------- MOBILE ---------- */
@media (max-width: 768px) {
    .features {
        flex-direction: column;
        gap: 20px;
    }

    .divider {
        display: none;
    }



    .item2 {
        align-items: center;
    }

    .text h4 {
        font-size: 15px;
    }

    .text p {
        font-size: 12px;
    }
}

/* ---------- SMALL MOBILE ---------- */
@media (max-width: 480px) {
    .section2 {
        width: 95%;
        margin: 40px auto;
    }

    h2 {
        font-size: 20px;
    }

    .icon {
        width: 24px;
        height: 24px;
        font-size: 14px;
    }

    .text h4 {
        font-size: 14px;
    }

    .text p {
        font-size: 12px;
    }
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
}

.seat-banner {
    background-color: #0d2b4d;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
}

.seat-banner-content {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
}

.blocks-item p {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
}

.seat-icon {
    background-color: #FFF;
    /* orange */
    color: #2e1e1e;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-weight: bold;
}

.highlight {
    color: #f4a300;
    font-weight: bold;
}

.cta {
    text-decoration: none;
    color: #f8bb86;
    font-weight: bold;
    font-size: 20px;
}

.cta:hover {
    text-decoration: none;
    color: #f8bb86;
}


/* 📱 Mobile Devices */
/* 🔥 MOBILE FIX */
@media (max-width: 600px) {
    .seat-banner-content {
        flex-direction: column;
        /* stack vertically */
        text-align: center;
        gap: 8px;
    }

    .seat-text {
        font-size: 12px;
        line-height: 1.4;
    }

    .cta {
        display: inline-block;
        background: #f4a300;
        color: #0d2b4d;
        padding: 4px 8px;
        border-radius: 20px;
        margin-top: 4px;
        font-size: 11px;
    }

    .seat-icon {
        width: 28px;
        height: 28px;
    }
}


/* 📲 Tablets */
@media (min-width: 601px) and (max-width: 1024px) {
    .seat-banner-content {
        font-size: 16px;
    }
}

/* 💻 Large Screens */
@media (min-width: 1200px) {
    .seat-banner-content {
        font-size: 20px;
    }
}

.card-block {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.card {
    background: #fff;
    border-radius: 10px;
    width: 602px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.card-content {
    max-width: 65%;
}

.card h3 {
    margin: 0 0 10px;
}

.card-icon {
    font-size: 22px;
    margin-right: 8px;
    background: white;
    border: solid black 1px;
    padding: 2px;
    border-radius: 5px;
}

.green {
    color: #28a745;
}

.red {
    color: #dc3545;
}

.card ul {

    margin-left: 20px;
}

.card ul li {
    list-style-type: disc;
    margin-bottom: 6px;
    font-size: 14px;
    padding: 0px;
}

.card img {
    width: 110px;
    height: auto;
    border-radius: 8px;
}

@media(max-width: 768px) {
    .card {
        flex-direction: column;
        text-align: center;
    }

    .card-content {
        max-width: 100%;
    }

    .card img {
        margin-top: 15px;
    }
}

/* 📱 Mobile */
@media (max-width: 600px) {
    body {
        padding: 20px 10px;
    }

    .card {
        flex-direction: column;
        text-align: center;
        padding: 18px;
    }

    .card-content {
        max-width: 100%;
    }

    .card h3 {
        justify-content: center;
        font-size: 18px;
    }

    .card ul {
        padding-left: 0;
        list-style: none;
    }



    .card img {
        margin-top: 15px;
        width: 80px;
    }
}

/* 📲 Tablet */
@media (min-width: 601px) and (max-width: 1024px) {
    .card {
        padding: 18px;
    }

    .card h3 {
        font-size: 19px;
    }
}

/* 💻 Large screens */
@media (min-width: 1200px) {
    .card h3 {
        font-size: 22px;
    }

    .card ul li {
        font-size: 15px;
    }
}

.footer-bottom {
    background-color: #0d2b4d;
}

.consultation-block {
    background-color: #0d2b4d;
    padding: 20px 0px;
}

.consultation-block h2 {
    color: #FFF;
}


.services-section {
    background-image: url("../images/background.png");

    background-size: cover;
    margin-top: -10px;
    padding-top: 10px;
}


.service-container {
    width: 100%;
    padding: 25px 30px;
    margin-right: auto;
    margin-left: auto;
}

.process-section {
    background-image: url("../images/background.png");
    background-size: cover;
    margin-top: -40px;
    padding: 10px 0px;

}

.support-section {
    background-image: url("../images/background.png");
    background-size: cover;
    padding-top: 25px;

}

.expert-section {
    background-image: url("../images/background.png");

    background-size: cover;
    margin-top: -10px;
    padding-top: 10px;
}


.contact {
    color: #cbd5e1;
    padding: 40px;
    margin-top: -35px;
}

.contact h4 {
    color: #fff;
    margin-bottom: 20px;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 16px;
    color: #FFF;
    margin-left: 45px;
}

.contact-item i {
    color: #d01a39;
    font-size: 20px;
    margin-right: 15px;

}

.description-footer {
    color: #FFF;
    margin-bottom: 20px;
}

.banner-item img {
    width: 100%;
}

.banner-container {
    width: 100%;
}

.service-layout {
    background: url("../images/background.png") no-repeat center/cover;
    text-align: center;
    padding: 40px 100px;
    /* FIXED (removed 150px) */
    margin-top: -5px;
}

/* Heading */
.service-layout h1 {
    font-size: 28px;
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 600;
}

/* Paragraph */
.service-layout p {
    font-size: 16px;
    color: #666;
    max-width: 800px;
    margin: 0 auto 25px;
    line-height: 1.6;
}

/* GRID */
.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

/* CARD */
.service-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    gap: 15px;
    align-items: flex-start;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
}

/* ICON */
.service-icon {
    width: 60px;
    flex-shrink: 0;
}

.service-icon img {
    width: 100%;
}

/* CONTENT */
.service-content h3 {
    color: #1e3a5f;
    margin-bottom: 8px;
    font-size: 18px;
    text-align: left;
}

.service-content p {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    margin-bottom: 12px;
    text-align: left;
}

.service-btn {
    display: inline-block;
    padding: 8px 16px;
    background: #0d2b4d;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 14px;
    text-align: left;
    text-align: left;
    align-self: flex-start;
}

.service-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* forces everything left */
}




/* ===================== */
/* 📱 MOBILE RESPONSIVE */
/* ===================== */
@media (max-width: 768px) {

    .service-layout {
        padding: 30px 15px;
    }

    .service-layout h1 {
        font-size: 20px;
        line-height: 1.4;
    }

    .service-layout p {
        font-size: 14px;
    }

    /* FIX: 1 column */
    .grid {
        grid-template-columns: 1fr;
    }

    /* FIX: stack layout */
    .service-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .service-content h3,
    .service-content p {
        text-align: center;
    }

    .service-icon {
        width: 70px;
        margin-bottom: 10px;
    }
}

/* ===================== */
/* 📲 TABLET RESPONSIVE */
/* ===================== */
@media (max-width: 1024px) {
    .service-layout {
        padding: 35px 40px;
    }

    .grid {
        grid-template-columns: repeat(1, 1fr);
    }
}







.reason-container {
    margin: auto;
    background: #0d2b4d;
    padding: 50px 20px;
    text-align: center;
    color: #fff;
}

.reason-container h2 {
    font-size: 32px;
    margin-bottom: 10px;
    color: #fff;
}

.reason-container p {
    opacity: 0.9;
    margin-bottom: 40px;
    color: #fff;
}

/* GRID */
.reason-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

/* CARD */
.reason-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    gap: 15px;
    align-items: flex-start;
    transition: 0.3s ease;
}

.reason-card:hover {
    transform: translateY(-5px);
}

/* ICON */
.reason-icon {
    width: 60px;
    flex-shrink: 0;
}

.reason-icon img {
    width: 100%;
}

/* CONTENT */
.reason-content h3 {
    color: #1e3a5f;
    margin-bottom: 8px;
    font-size: 18px;
    text-align: left;
}

.reason-content p {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    text-align: left;
}

/* ===================== */
/* 📱 MOBILE RESPONSIVE */
/* ===================== */
@media (max-width: 768px) {

    .reason-container {
        padding: 35px 15px;
    }

    .reason-container h2 {
        font-size: 22px;
    }

    .reason-container p {
        font-size: 14px;
        margin-bottom: 25px;
    }

    /* ✅ FIX: 1 column */
    .reason-cards {
        grid-template-columns: 1fr;
    }

    /* ✅ STACK CARD */
    .reason-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .reason-icon {
        margin-bottom: 10px;
        width: 70px;
    }

    .reason-content h3,
    .reason-content p {
        text-align: center;
    }
}

/* ===================== */
/* 📲 TABLET */
/* ===================== */
@media (max-width: 1024px) {
    .reason-cards {
        grid-template-columns: repeat(1, 1fr);
    }
}



.consult-icon img {
    /* width: 40px;
  height: 40px;
  background: #e6f0ff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px; */

    width: 80px;
    height: 70px;
    flex-shrink: 0;
}

/* Banner Layout */
.consult-banner {
    max-width: 1200px;
    margin: 30px auto;
    padding: 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    background-image: url("../images/background.png");
    background-size: cover;
}

/* LEFT IMAGE */
.consult-image-box {
    flex: 1;
    min-width: 250px;
    text-align: center;
}

.consult-image-box img {
    max-width: 100%;
    height: auto;
}

/* CENTER TEXT */
.consult-content {
    flex: 1;
    min-width: 280px;
}

.consult-content h2 {
    font-size: 28px;
    color: #0d2b4d;
    margin-bottom: 10px;
}

.consult-content p {
    color: #555;
    margin-bottom: 20px;
}

.consult-btn {
    display: inline-block;
    background: #0d2b4d;
    color: white;
    padding: 12px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 10px;
}

.consult-content a:hover {
    color: #d01a39;
}

.consult-contact {
    font-size: 14px;
    color: #777;
}

/* RIGHT CARDS */
.consult-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
    min-width: 280px;
}

.consult-card {
    background: white;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.consult-card h4 {
    font-size: 16px;
    color: #0d2b4d;
    text-align: left;
}

.consult-card p {
    font-size: 13px;
    color: #666;
    text-align: left;
}

/* Responsive */
@media (max-width: 992px) {
    .consult-banner {
        flex-direction: column;
        text-align: center;
    }

    .consult-right {
        width: 100%;
    }

    .consult-card {
        justify-content: flex-start;
        text-align: left;
    }
}

@media (max-width: 480px) {
    .consult-content h2 {
        font-size: 22px;
    }

    .consult-btn {
        width: 100%;
        text-align: center;
    }
}

.stats-section {
    padding: 40px 20px;
    background-image: url("../images/background.png");
    background-size: cover;
}

.stats-container {
    max-width: 1100px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.stat-box {
    flex: 1;
    min-width: 250px;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    transition: 0.3s;
}

.stat-box:hover {
    transform: translateY(-5px);
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.stat-number {
    font-size: 32px;
    font-weight: bold;
    color: #1a2a6c;
    margin-bottom: 10px;
}

.stat-text {
    font-size: 16px;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.stat-text img {
    width: 40px;
    height: 40px;
}

.stat-text span {
    display: block;
    font-size: 12px;
    color: #999;
    margin-top: 4px;
    width: 100%;
    text-align: center;
}

/* Tablet */
@media (max-width: 768px) {
    .stats-container {
        justify-content: center;
    }

    .stat-number {
        font-size: 28px;
    }
}

/* Mobile */
@media (max-width: 480px) {
    .stat-box {
        min-width: 100%;
    }

    .stat-number {
        font-size: 24px;
    }

    .stat-text {
        font-size: 14px;
        flex-direction: column;
    }
}

.about-title {
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
    text-align: left;
}

.about-subtitle {
    font-size: 26px;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.4;
    text-align: left;
}

.about-title h2 {
    text-align: left;
}

.about-subtitle span {
    font-style: italic;
    font-weight: 500;
    text-align: left;
}



.about-text {
    font-size: 16px;
    color: #fff;
    line-height: 1.8;
    max-width: 750px;
    text-align: left;
}

/* Tablet */
@media (max-width: 768px) {
    .about-title {
        font-size: 34px;
    }

    .about-subtitle {
        font-size: 22px;
    }
}

/* Mobile */
@media (max-width: 480px) {


    .about-title {
        font-size: 28px;
    }

    .about-subtitle {
        font-size: 18px;
    }

    .about-text {
        font-size: 14px;
    }
}

.welcome-about123 {
    background-image: url("../images/background.png");
    background-size: cover;
}


.welcome-title {
    font-size: 42px;
    font-weight: bold;
    color: black;
    margin-bottom: 15px;
    text-align: left;
}


.about-title h2 {
    text-align: left;
    color: black;
}

.welcome-title h2 {
    text-align: left;
    color: black;
}

.welcome-text {
    font-size: 16px;
    color: black;
    line-height: 1.8;
    max-width: 750px;
    text-align: left;
}

.aboutus-section {
    background: #0d2b4d;
}

.about-bottom {
    background-image: url("../images/background.png");
    background-size: cover;
}

/* Container */
.new-contact-design-container {
    padding: 50px 25px;
    background-image: url("../images/background.png");
    background-size: cover;
}

/* Title */
.new-contact-design-title {
    text-align: center;
    margin-bottom: 30px;
}

.new-contact-design-title h2 {
    font-size: 28px;
    color: #1a2b4c;
}

/* Layout */
.new-contact-design-wrapper {
    display: flex;
    gap: 30px;
    align-items: center;
    flex-wrap: wrap;
}

/* Features */
.new-contact-design-features {
    flex: 2;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.new-contact-design-card {
    background: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 12px;
    transition: 0.3s;
}

.new-contact-design-card:hover {
    transform: translateY(-5px);
}

.new-contact-design-card img {
    width: 50px;
    margin-bottom: 10px;
}

.new-contact-design-card h4 {
    margin: 0;
    font-size: 14px;
}

/* CTA Box */
.new-contact-design-cta {
    flex: 1;
    background: #0d2b4d;
    color: #fff;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
}

.new-contact-design-cta h3 {
    margin-bottom: 10px;
    font-size: 22px;
}

.new-contact-design-cta p {
    font-size: 14px;
    margin-bottom: 20px;
    color: #fff;
}

/* Button */
.new-contact-design-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #d01a39;
    color: #fff;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
}

.new-contact-design-btn:hover {
    opacity: 0.8;
    color: #FFF;
}

.new-contact-design-btn img {
    width: 20px;
}

/* Responsive */
@media (max-width: 992px) {
    .new-contact-design-features {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .new-contact-design-wrapper {
        flex-direction: column;
    }

    .new-contact-design-features {
        grid-template-columns: 1fr;
    }
}

/* Container */
.new-contact-form-design-container {
    padding: 50px 30px;
    background-color: #0d2b4d;
}

/* Layout */
.new-contact-form-design-wrapper {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

/* Left Form */
.new-contact-form-design-form {
    flex: 1;
    background: #fff;
    padding: 25px;
    border-radius: 10px;
}

.new-contact-form-design-form h2 {
    margin-bottom: 20px;
}

.new-contact-form-design-group {
    margin-bottom: 15px;
}

.new-contact-form-design-group input,
.new-contact-form-design-group select,
.new-contact-form-design-group textarea {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 14px;
}

.new-contact-form-design-row {
    display: flex;
    gap: 10px;
}

.new-contact-form-design-row .new-contact-form-design-group {
    flex: 1;
}

.new-contact-form-design-textarea {
    height: 120px;
    resize: none;
}

/* Button */
.new-contact-form-design-btn {
    width: 100%;
    padding: 14px;
    border: none;
    background: #d01a39;
    color: #fff;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
}

.new-contact-form-design-btn:hover {
    opacity: 0.9;
}

.new-contact-form-design-note {
    font-size: 12px;
    margin-top: 10px;
    color: #777;
}

/* Right Side */
.new-contact-form-design-info {
    flex: 1;
}

.new-contact-form-design-info h2 {
    margin-bottom: 20px;
    color: #fff;
}

/* Cards */
.new-contact-form-design-card {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
}

/* Icon */
.new-contact-form-design-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
    flex-shrink: 0;
}

.new-contact-form-design-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Text */
.new-contact-form-design-text h4 {
    margin: 0;
    text-align: left;
}

.new-contact-form-design-text p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #555;
    text-align: left;
}

/* Responsive */
@media (max-width: 768px) {
    .new-contact-form-design-wrapper {
        flex-direction: column;
    }

    .new-contact-form-design-row {
        flex-direction: column;
    }
}


/* Divider */
.new-contact-form-design-divider {
    width: 1px;
    background: #e0e0e0;
}

/* Responsive Divider */
@media (max-width: 768px) {
    .new-contact-form-design-divider {
        width: 100%;
        height: 1px;
        margin: 20px 0;
    }
}

.cards-heading {
    grid-column: 1 / -1;
    /* span full width of grid */
    text-align: left;
    margin-bottom: 10px;
}

.cards-heading h2 {
    font-size: 26px;
    color: #1a2b4c;
    margin: 0;
}

.vision-section {
    background: #0f2f4f;
    padding: 60px 20px;
}

.vision-container {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.vision-card {
    background: #dcdcdc;
    padding: 40px 25px;
    text-align: center;
    border-radius: 4px;
    transition: 0.3s;
}

.vision-card h3 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #333;
}

.vision-card p {
    font-size: 16px;
    color: #333;
    line-height: 1.7;
}

/* Tablet */
@media (max-width: 992px) {
    .vision-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 600px) {
    .vision-container {
        grid-template-columns: 1fr;
    }

    .vision-card {
        padding: 30px 20px;
    }
}

.countries-section {
    padding: 40px 20px;
    background-image: url("../images/background.png");
    background-size: cover;
}

.countries-container {
    max-width: 1200px;
    margin: auto;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px;
}

.countries-box {
    flex: 1;
    min-width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 20px;
    text-align: left;
    position: relative;
}

.countries-box:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background: #ddd;
}

.countries-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
}

.countries-blue {
    background: #2d6cdf;
}

.countries-green {
    background: #2eb872;
}

.countries-orange {
    background: #f5a623;
}

.countries-purple {
    background: #7b6cf6;
}

.countries-text h3 {
    margin: 0;
    font-size: 22px;
    font-weight: bold;
    color: #333;
}

.countries-text p {
    margin: 5px 0 0;
    color: #777;
    font-size: 14px;
}

/* 📱 Mobile */
@media (max-width: 768px) {
    .countries-container {
        flex-direction: column;
    }

    .countries-box {
        width: 100%;
        justify-content: flex-start;
    }

    .countries-box::after {
        display: none;
    }
}


.countries-names-section {
    padding: 50px 30px;
    background-color: #0d2b4d;
}

.countries-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #fff;
}

.countries-title span {
    color: #d01a39;
}

/* Grid Layout */
.countries-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

/* Card */
.countries-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

.countries-card:hover {
    transform: translateY(-5px);
}

.countries-card img {
    width: 100%;
    object-fit: cover;
}

.countries-card-body {
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.countries-country {
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.country-flag {
    width: 22px;
    height: 40px;
    object-fit: cover;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}


/* Extra Country List */
.countries-list {
    margin-top: 40px;
    background: #0f2d4a;
    color: white;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
}

.countries-list p {
    margin: 8px 0;
    font-size: 18px;
    letter-spacing: 1px;
}

/* Tablet */
@media (max-width: 992px) {
    .countries-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Mobile */
@media (max-width: 600px) {
    .countries-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .countries-title {
        font-size: 24px;
    }

    .countries-card img {
        height: 120px;
    }
}


.country-bottom-banner {
    background-image: url("../images/background.png");
    background-size: cover;
    position: relative;
    padding: 60px 20px;
    text-align: center;
    color: #1a2a4f;
}

/* Overlay */
.country-bottom-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
}

.country-bottom-banner-content {
    position: relative;
    max-width: 900px;
    margin: auto;
}

.country-bottom-banner-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}

.country-bottom-banner-text {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
}

.country-bottom-banner-btn {
    display: inline-block;
    background: #0d2b4d;
    color: #fff;
    padding: 12px 25px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    transition: 0.3s;
}

.country-bottom-banner-btn:hover {
    background: #d01a39;
    color: #fff;
}

.country-bottom-banner-contact {
    margin-top: 15px;
    font-size: 14px;
    color: #333;
}

.country-bottom-banner-contact span {
    margin: 0 10px;
}

/* Responsive */
@media (max-width: 768px) {
    .country-bottom-banner-title {
        font-size: 24px;
    }

    .country-bottom-banner-text {
        font-size: 14px;
    }

    .country-bottom-banner-btn {
        padding: 10px 20px;
        font-size: 14px;
    }

    .country-bottom-banner-contact {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .country-bottom-banner {
        padding: 40px 15px;
    }

    .country-bottom-banner-title {
        font-size: 20px;
    }

    .country-bottom-banner-text {
        font-size: 13px;
    }
}

.countries-view-btn {
    text-align: center;
    margin: 30px 0px;
}

.countries-btn {
    display: inline-block;
    background: #d01a39;
    color: #fff;
    padding: 12px 28px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s ease;
}

.countries-btn:hover {
    background: #d01a39;
    transform: translateY(-2px);
    color: #fff;
}

/* Section */
.visa-services-section {

    background-image: url("../images/background.png");
    background-size: cover;
    padding: 40px 20px;
    text-align: center;
}

.visa-services-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

.visa-services-subtitle {
    color: #666;
    margin-bottom: 30px;
}

/* Grid */
.visa-services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* Card */
.visa-services-card {
    background: #fff;
    border-radius: 14px;
    padding: 25px 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    margin-right: 20px;
}

.visa-services-card:hover {
    transform: translateY(-5px);
}

/* Icon */
.visa-services-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 15px;
}

.visa-services-icon img {
    width: 30px;
}

/* Colors */
.visa-services-blue {
    background: #e3edff;
}

.visa-services-green {
    background: #e5f6ea;
}

.visa-services-purple {
    background: #eee7ff;
}

.visa-services-orange {
    background: #ffe9d6;
}

/* Text */
.visa-services-card h3 {
    margin: 10px 0 5px;
    font-size: 20px;
}

.visa-services-card h4 {
    margin: 0 0 10px;
    font-size: 16px;
    color: #333;
}

.visa-services-card p {
    font-size: 14px;
    color: #666;
}

/* Responsive */
@media (max-width: 1024px) {
    .visa-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .visa-services-grid {
        grid-template-columns: 1fr;
    }
}


/* Section */
.visa-services-service-container {
    background-color: #0d2b4d;
    padding: 50px 20px;
    text-align: center;
}

.visa-services-service-heading {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 40px;
    color: #fff;
}

/* Grid */
.visa-services-service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #eef2f6;
    border-radius: 12px;
    overflow: hidden;
}

/* Card */
.visa-services-service-card {
    padding: 30px 20px;
    border-right: 1px solid #d6dbe1;
}

.visa-services-service-card:last-child {
    border-right: none;
}

/* Icon */
.visa-services-service-icon {
    margin-bottom: 15px;
}

.visa-services-service-icon img {
    width: 45px;
}

/* Text */
.visa-services-service-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.visa-services-service-desc {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 1024px) {
    .visa-services-service-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .visa-services-service-card {
        border-right: none;
        border-bottom: 1px solid #d6dbe1;
    }

    .visa-services-service-card:last-child {
        border-bottom: none;
    }
}

@media (max-width: 600px) {
    .visa-services-service-grid {
        grid-template-columns: 1fr;
    }

    .visa-services-service-card {
        border-bottom: 1px solid #d6dbe1;
    }

    .visa-services-service-card:last-child {
        border-bottom: none;
    }
}


/* Section */
.visa-service-process-container {

    background-image: url("../images/background.png");
    background-size: cover;
    padding: 40px 20px;
    border-radius: 16px;
    color: black;
    text-align: center;
}

.visa-service-process-heading {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
}

/* Grid */
.visa-service-process-steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

/* Step */
.visa-service-process-step {
    flex: 1;
    min-width: 180px;
    position: relative;
    padding: 10px;
}

/* Circle Icon */
.visa-service-process-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.visa-service-process-icon img {
    width: 30px;
}

/* Colors */
.visa-service-process-blue {
    background: #3b82f6;
}

.visa-service-process-green {
    background: #22c55e;
}

.visa-service-process-purple {
    background: #8b5cf6;
}

.visa-service-process-orange {
    background: #f97316;
}

.visa-service-process-red {
    background: #ef4444;
}

/* Arrow */
.visa-service-process-step::after {
    content: "➜";
    position: absolute;
    right: -10px;
    top: 35px;
    font-size: 20px;
    color: black;
}

.visa-service-process-step:last-child::after {
    display: none;
}

/* Text */
.visa-service-process-step h4 {
    margin: 10px 0 5px;
    font-size: 14px;
    opacity: 0.8;
}

.visa-service-process-step h3 {
    margin: 0 0 10px;
    font-size: 16px;
}

.visa-service-process-step p {
    font-size: 13px;
    line-height: 1.5;
    opacity: 0.9;
}

/* Responsive */
@media (max-width: 992px) {
    .visa-service-process-steps {
        flex-direction: column;
        gap: 30px;
    }

    .visa-service-process-step::after {
        content: "↓";
        position: static;
        display: block;
        margin: 10px auto;
    }

    .visa-service-process-step:last-child::after {
        display: none;
    }
}


/* Container */
.visa-service-footer-container {
    background-image: url("../images/background.png");
    background-size: cover;
    padding: 25px;
    border-radius: 14px;
}

/* Flex Layout */
.visa-service-footer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

/* Left Image */
.visa-service-footer-image img {
    width: 250px;
}

/* Middle Content */
.visa-service-footer-text {
    flex: 1;
    min-width: 260px;
}

.visa-service-footer-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 8px;
}

.visa-service-footer-subtitle {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
}

/* Features */
.visa-service-footer-features {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.visa-service-footer-feature {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #333;
}

.visa-service-footer-feature img {
    width: 18px;
}

/* Button */
.visa-service-footer-action {
    text-align: right;
}

.visa-service-footer-btn {
    background: #d32f2f;
    color: #fff;
    padding: 14px 22px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
}



.visa-service-footer-note {
    font-size: 12px;
    color: #666;
    margin-top: 8px;
}

/* Responsive */
@media (max-width: 992px) {
    .visa-service-footer-content {
        flex-direction: column;
        text-align: center;
    }

    .visa-service-footer-action {
        text-align: center;
    }

    .visa-service-footer-features {
        justify-content: center;
    }
}

@media (max-width: 600px) {
    .visa-service-footer-image img {
        width: 90px;
    }

    .visa-service-footer-title {
        font-size: 18px;
    }
}


.specialised-visa-container {
    background-image: url(../images/background.png);
    background-size: cover;
    padding: 40px 80px;
    text-align: center;
}

/* Header */
.specialised-visa-title {
    font-size: 36px;
    font-weight: bold;
    color: #1e3a5f;
    margin-bottom: 10px;
}

.specialised-visa-subtitle {
    font-size: 16px;
    color: #666;
    margin-bottom: 40px;
    line-height: 1.6;
}

/* Grid Layout */
.specialised-visa-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

/* Card */
.specialised-visa-card {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    text-align: left;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease;
}

.specialised-visa-card:hover {
    transform: translateY(-5px);
}

.specialised-visa-card-title {
    font-size: 22px;
    font-weight: bold;
    color: #1e3a5f;
    margin-bottom: 10px;
}

.specialised-visa-card-desc {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

/* List */
.specialised-visa-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.specialised-visa-list li {
    margin-bottom: 8px;
    font-size: 14px;
}

.specialised-visa-list li::before {
    content: "✔";
    color: #2ecc71;
    margin-right: 8px;
}

/* Responsive Design */

/* Tablet */
@media (max-width: 992px) {
    .specialised-visa-grid {
        grid-template-columns: 1fr;
    }

    .specialised-visa-title {
        font-size: 30px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .specialised-visa-title {
        font-size: 24px;
    }

    .specialised-visa-subtitle {
        font-size: 14px;
    }

    .specialised-visa-card {
        padding: 20px;
    }
}

/* Container */
.specialised-process-container {

    padding: 40px 20px;
    text-align: center;
    background-color: #0d2b4d;
}

/* Title */
.specialised-process-title {
    font-size: 32px;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 40px;
    color: #fff;
}

/* Grid */
.specialised-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    align-items: center;
}

/* Card */
.specialised-process-card {
    background: #fff;
    padding: 25px 15px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: transform 0.2s ease;
}

.specialised-process-card:hover {
    transform: translateY(-5px);
}

/* Step Number */
.specialised-process-number {
    font-size: 36px;
    font-weight: bold;
    color: #d01a39;
    margin-bottom: 10px;
}

/* Text */
.specialised-process-text {
    font-size: 14px;
    color: #2c3e50;
    line-height: 1.4;
}

/* Arrow (desktop only) */
.specialised-process-card:not(:last-child)::after {
    content: "➜";
    position: absolute;
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #b0b8c1;
}

/* Tablet */
@media (max-width: 992px) {
    .specialised-process-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .specialised-process-card::after {
        display: none;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .specialised-process-grid {
        grid-template-columns: 1fr;
    }

    .specialised-process-title {
        font-size: 24px;
    }
}

/* Container */
.change-status-container {
    background-image: url(../images/background.png);
    background-size: cover;
    padding: 40px 80px;
}

/* Header */
.change-status-header {
    text-align: center;
    margin-bottom: 40px;
}

.change-status-title {
    font-size: 36px;
    font-weight: bold;
    color: #1e3a5f;
}

.change-status-subtitle {
    font-size: 16px;
    color: #6b7280;
    margin-top: 10px;
}

/* Grid */
.change-status-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

/* Card */
.change-status-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
    transition: all 0.25s ease;
}

.change-status-card:hover {
    transform: translateY(-6px);
}

/* Card Title */
.change-status-card-title {
    font-size: 20px;
    font-weight: bold;
    color: #1e3a5f;
    margin-bottom: 8px;
}

/* Description */
.change-status-card-desc {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 15px;
}

/* Divider */
.change-status-divider {
    height: 1px;
    background: #e5e7eb;
    margin: 12px 0 15px;
}

/* List */
.change-status-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.change-status-list li {
    font-size: 14px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

/* Check Icon */
.change-status-list li::before {
    content: "✔";
    color: #16a34a;
    font-weight: bold;
    margin-right: 8px;
}

/* Tablet */
@media (max-width: 992px) {
    .change-status-grid {
        grid-template-columns: 1fr;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .change-status-title {
        font-size: 26px;
    }

    .change-status-card {
        padding: 20px;
    }
}


/* Container */
.change-status-footer-container {
    background-image: url(../images/background.png);
    background-size: cover;
    padding: 60px 80px;
}

/* Box */
.change-status-footer-box {
    background: #0d2b4d;
    border-radius: 12px;
    padding: 30px 25px 50px;
    text-align: center;
    position: relative;
    color: #fff;
}

/* Title */
.change-status-footer-title {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}

/* Grid */
.change-status-footer-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    text-align: left;
    margin-bottom: 30px;
}

/* List */
.change-status-footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.change-status-footer-list li {
    font-size: 14px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    color: #fff;
    margin-left: 100px;
}

/* Check Icon */
.change-status-footer-list li::before {
    content: "✔";
    color: #16a34a;
    font-weight: bold;
    margin-right: 8px;
}

/* Divider Line (middle vertical line) */
.change-status-footer-grid::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 80px;
    bottom: 80px;
    width: 1px;
    background: #d1d5db;
}

/* CTA Button */
.change-status-footer-btn {
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    background: #c0392b;
    color: #fff;
    border: none;
    padding: 14px 28px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transition: 0.3s;
}

.change-status-footer-btn:hover {
    background: #a93226;
    color: #FFF;
}

/* Tablet */
@media (max-width: 992px) {
    .change-status-footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .change-status-footer-grid::before {
        display: none;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .change-status-footer-title {
        font-size: 20px;
    }

    .change-status-footer-btn {
        position: static;
        transform: none;
        margin-top: 20px;
    }

    .change-status-footer-box {
        padding-bottom: 30px;
    }
}




.visa-slot-process-section {
    font-family: Arial, Helvetica, sans-serif;
    background: #0d2b4d;
    padding: 40px 15px 60px;
}

/* Title Bar */

.visa-slot-process-header {
    text-align: center;
    padding: 12px;
    border-radius: 6px;
    margin-bottom: 25px;
}

.visa-slot-process-title {
    font-size: 26px;
    font-weight: bold;
    color: #fff;
}

/* Grid */

.visa-slot-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    max-width: 1200px;
    margin: auto;
}

/* Card */

.visa-slot-process-card {
    background: #f7f9fc;
    border-radius: 8px;
    padding: 18px 18px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

/* Hover */

.visa-slot-process-card:hover {
    transform: translateY(-4px);
}

/* Card Title */

.visa-slot-process-card-title {
    font-size: 18px;
    font-weight: bold;
    color: #1a4f9c;
    margin-bottom: 10px;
    text-align: left;
}

/* List */

.visa-slot-process-list {
    list-style: none;
    padding-left: 0;
}

.visa-slot-process-list li {
    font-size: 15px;
    margin-bottom: 8px;
    padding-left: 22px;
    position: relative;
    text-align: left;
}

/* Check Icon */

.visa-slot-process-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #2e7d32;
    font-weight: bold;
}

/* Desktop Large */

@media (max-width: 1200px) {

    .visa-slot-process-grid {
        grid-template-columns: repeat(3, 1fr);
    }

}

/* Tablet */

@media (max-width: 992px) {

    .visa-slot-process-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .visa-slot-process-title {
        font-size: 22px;
    }

}

/* Mobile */

@media (max-width: 576px) {

    .visa-slot-process-grid {
        grid-template-columns: 1fr;
    }

    .visa-slot-process-card {
        padding: 16px;
    }

    .visa-slot-process-title {
        font-size: 20px;
    }

}




/* Container styling */
.visa-slot-container {
    background-image: url("../images/background.png");
    background-size: cover;
    padding: 40px 20px;
    text-align: center;
}

.visa-slot-title {
    color: #0d47a1;
    font-size: 28px;
    margin-bottom: 30px;
}

/* Flexbox Grid */
.visa-slot-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Card Styling */
.visa-slot-card {
    background: white;
    border: 1px solid #d1d9e6;
    border-radius: 8px;
    padding: 18px;
    width: 220px;
    /* Base width */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    text-align: left;
    transition: transform 0.2s;
}

.visa-slot-card:hover {
    transform: translateY(-5px);
}

/* Header & Flag */
.visa-slot-header {
    display: flex;
    align-items: center;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.visa-slot-flag {
    width: 30px;
    height: auto;
    margin-right: 12px;
    border-radius: 2px;
}

.visa-slot-country {
    font-weight: bold;
    font-size: 18px;
    color: #333;
}

/* List Styling */
.visa-slot-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.visa-slot-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
    color: #555;
    font-size: 14px;
}

/* Custom Checkmark */
.visa-slot-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #4caf50;
    font-weight: bold;
}

/* Responsive Breakpoints */
@media (max-width: 768px) {
    .visa-slot-card {
        width: 45%;
        /* Show 2 per row on tablets */
    }
}

@media (max-width: 480px) {
    .visa-slot-card {
        width: 100%;
        /* Show 1 per row on mobile */
    }

    .visa-slot-title {
        font-size: 22px;
    }
}


.visa-slot-footer-container {
    font-family: 'Segoe UI', Arial, sans-serif;
    padding: 30px 15px;
    display: flex;
    justify-content: center;
    background-image: url("../images/background.png");
    background-size: cover;

}

.visa-slot-footer-card {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(5px);
    border: 1px solid #c5d7ed;
    border-radius: 12px;
    max-width: 1000px;
    width: 100%;
    padding: 25px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
    position: relative;
    text-align: left;
}

.visa-slot-footer-title {
    text-align: center;
    color: #0b3d7a;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 700;
}

.visa-slot-footer-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.visa-slot-footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
}

.visa-slot-footer-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    color: #444;
    font-size: 16px;
    font-weight: 500;
}

/* Green Checkmarks */
.visa-slot-footer-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #2e7d32;
    font-weight: 900;
    font-size: 18px;
}

/* Vertical Divider for Desktop */
.visa-slot-footer-divider {
    width: 1px;
    background-color: #d1e0f0;
    margin: 0 30px;
}

/* Button Styling */
.visa-slot-footer-action {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: -22px;
    /* Overlaps bottom border slightly like original image */
    left: 0;
    right: 0;
}

.visa-slot-footer-btn {
    background-color: #0d2b4d;
    color: white;
    padding: 12px 35px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 18px;
    box-shadow: 0 4px 15px rgba(13, 88, 189, 0.3);
    transition: all 0.3s ease;
}

.visa-slot-footer-btn:hover {
    background-color: #d01a39;
    transform: translateY(-2px);
    color: white;
}

/* --- RESPONSIVE DESIGN --- */

@media (max-width: 768px) {
    .visa-slot-footer-content {
        flex-direction: column;
        /* Stack lists vertically */
    }

    .visa-slot-footer-divider {
        display: none;
        /* Hide divider on small screens */
    }

    .visa-slot-footer-list {
        margin-bottom: 10px;
    }

    .visa-slot-footer-card {
        padding-bottom: 50px;
        /* Add space for bottom-aligned button */
    }
}

@media (max-width: 480px) {
    .visa-slot-footer-title {
        font-size: 18px;
    }

    .visa-slot-footer-list li {
        font-size: 14px;
    }

    .visa-slot-footer-btn {
        width: 80%;
        text-align: center;
        padding: 10px 20px;
        font-size: 16px;
    }
}


/* Keeps the text color and removes underlines from the service links */
.blocks-item {
    text-decoration: none !important;
    display: block;
    /* Ensures the whole box is clickable */
    color: inherit;
    /* Takes the color from the parent or original P tag style */
    transition: transform 0.3s ease;
}

/* Optional: Add a slight hover effect to show it's clickable */
.blocks-item:hover {
    transform: translateY(-5px);
    cursor: pointer;
}


/* SECTION */
.visitors-visa-section {
    background-image: url("../images/background.png");
    background-size: cover;
    padding: 80px 20px;
    text-align: center;
    color: black;
    position: relative;
}

/* OVERLAY */
.visitors-visa-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.visitors-visa-container {
    position: relative;
    max-width: 900px;
    margin: auto;
}

/* TITLE */
.visitors-visa-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}

.visitors-visa-title span {
    color: #d01a39;
}

/* TEXT */
.visitors-visa-subtitle {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 600;
}

.visitors-visa-description {
    font-size: 16px;
    line-height: 1.6;
    opacity: 0.95;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .visitors-visa-title {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .visitors-visa-section {
        padding: 60px 15px;
    }

    .visitors-visa-title {
        font-size: 28px;
    }

    .visitors-visa-subtitle {
        font-size: 18px;
    }

    .visitors-visa-description {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .visitors-visa-title {
        font-size: 24px;
    }
}


.visitors-visa-process-container {
    position: relative;
    width: 100%;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: url('https://images.unsplash.com/photo-1527631746610-bca00a040d60?auto=format&fit=crop&q=80&w=2000') no-repeat center center/cover;
    padding: 20px;
    box-sizing: border-box;
}

/* The white card overlay */
.visitors-visa-process-card {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    padding: 40px;
    border-radius: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    width: 100%;
    margin-left: 5%;
}

.visitors-visa-process-title {
    color: var(--primary-blue);
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 25px;
    margin-top: 0;
}

.visitors-visa-process-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.visitors-visa-process-item {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    font-size: 20px;
    color: var(--text-dark);
    font-weight: 500;
}

.visitors-visa-process-flag {
    width: 35px;
    height: 25px;
    margin-right: 15px;
    object-fit: cover;
    border-radius: 3px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.visitors-visa-process-footer {
    display: flex;
    align-items: center;
    margin-top: 25px;
    color: var(--primary-blue);
    font-weight: 600;
    font-size: 18px;
}

.visitors-visa-process-globe {
    font-size: 24px;
    margin-right: 12px;
}

/* Responsive Breakpoints */
@media (max-width: 768px) {
    .visitors-visa-process-container {
        justify-content: center;
        text-align: center;
        min-height: auto;
        padding: 40px 15px;
    }

    .visitors-visa-process-card {
        margin-left: 0;
        padding: 30px 20px;
    }

    .visitors-visa-process-item {
        justify-content: flex-start;
        font-size: 18px;
    }

    .visitors-visa-process-title {
        font-size: 26px;
    }
}

@media (max-width: 480px) {
    .visitors-visa-process-item {
        font-size: 16px;
    }

    .visitors-visa-process-flag {
        width: 28px;
        height: 20px;
    }
}

/* Container */
.visitor-visa-postprocess-section {
    background-image: url("../images/background.png");
    background-size: cover;
    padding: 60px 40px;
}

/* Card */
.visitor-visa-postprocess-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, #eaf1fb, #dfe9f7);
    border-radius: 16px;
    padding: 30px;
    gap: 30px;
}

/* Left Content */
.visitor-visa-postprocess-content {
    flex: 2;
}

.visitor-visa-postprocess-title {
    font-size: 28px;
    font-weight: bold;
    color: #1f3c88;
    margin-bottom: 20px;
}

.visitor-visa-postprocess-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.visitor-visa-postprocess-list li {
    font-size: 16px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    color: #333;
}

.visitor-visa-postprocess-list li::before {
    content: "✔";
    color: green;
    font-weight: bold;
    margin-right: 10px;
}

/* Right Image */
.visitor-visa-postprocess-image {
    flex: 1;
    text-align: right;
}

.visitor-visa-postprocess-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

/* Tablet */
@media (max-width: 992px) {
    .visitor-visa-postprocess-card {
        flex-direction: column;
        text-align: center;
    }

    .visitor-visa-postprocess-image {
        text-align: center;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .visitor-visa-postprocess-title {
        font-size: 22px;
    }

    .visitor-visa-postprocess-list li {
        font-size: 14px;
    }

    .visitor-visa-postprocess-card {
        padding: 20px;
    }
}


/* Section */
.visitor-visa-footer-section {
    /* max-width: 1200px;
    margin: 40px auto;
    padding: 20px; */
}

/* Card */
.visitor-visa-footer-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, #eef3fb, #dfe9f7);
    border-radius: 16px;
    padding: 20px;
}

/* Image LEFT */
.visitor-visa-footer-image {
    flex: 1;
}

.visitor-visa-footer-image img {
    width: 250px;
    height: auto;
    border-radius: 12px;
}

/* Content RIGHT */
.visitor-visa-footer-content {
    flex: 2;
}

.visitor-visa-footer-title {
    font-size: 25px;
    color: #1f3c88;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 20px;
}

/* Button */
.visitor-visa-footer-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #0d2b4d;
    color: #fff;
    font-weight: bold;
    padding: 14px 22px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 18px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: 0.3s;
}

.visitor-visa-footer-btn:hover {
    transform: translateY(-2px);
}

/* Icon */
.visitor-visa-footer-icon {
    font-size: 20px;
}

/* Tablet */
@media (max-width: 992px) {
    .visitor-visa-footer-card {
        flex-direction: column;
        text-align: center;
    }

    .visitor-visa-footer-title {
        font-size: 24px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .visitor-visa-footer-title {
        font-size: 20px;
    }

    .visitor-visa-footer-btn {
        font-size: 16px;
        padding: 12px 18px;
    }
}


/* Section */
.visitor-visa-top-section {

    padding: 60px 40px;
    background-color: #0d2b4d;

}

/* Card Layout */
.visitor-visa-top-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    background: linear-gradient(135deg, #eef3fb, #dfe9f7);
    border-radius: 16px;
    padding: 30px;
}

/* LEFT CONTENT */
.visitor-visa-top-content {
    flex: 1;
}

.visitor-visa-top-heading {
    font-size: 22px;
    font-weight: bold;
    color: #1f3c88;
    margin-bottom: 15px;
}

/* List */
.visitor-visa-top-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.visitor-visa-top-list li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 15px;
    color: #333;
}

/* Flag Images */
.visitor-visa-top-flag {
    width: 22px;
    height: 16px;
    margin-right: 10px;
    object-fit: cover;
    border-radius: 2px;
}

/* RIGHT IMAGE */
.visitor-visa-top-image {
    flex: 1;
}

.visitor-visa-top-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

/* Tablet */
@media (max-width: 992px) {
    .visitor-visa-top-card {
        flex-direction: column;
        text-align: center;
    }

    .visitor-visa-top-list li {
        justify-content: center;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .visitor-visa-top-heading {
        font-size: 18px;
    }

    .visitor-visa-top-list li {
        font-size: 14px;
    }
}

.blocks-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.read-more {
    display: inline-block;
    margin-top: 10px;
    padding: 6px 14px;
    font-size: 13px;
    color: #fff;
    background: linear-gradient(45deg, #007bff, #ff3c3c);
    border-radius: 20px;
    transition: 0.3s;
}

.blocks-item:hover .read-more {
    background: linear-gradient(45deg, #ff3c3c, #007bff);
}

.apply-btn {
    display: inline-block;
    margin-bottom: 10px;
    padding: 7px 16px;
    font-size: 13px;
    color: #fff;
    background: linear-gradient(45deg, #007bff, #ff3c3c);
    border-radius: 20px;
    text-decoration: none;
    transition: 0.3s;
}

.apply-btn:hover {
    background: linear-gradient(45deg, #ff3c3c, #007bff);
    transform: scale(1.05);
    color: white;
}


change-status-footer-btn a:hover {
    color: green;
}

.captcha-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Question (left side) */
.captcha-label {
    font-weight: 500;
    margin-bottom: 0;
    display: block;
    border: 1px solid #e2e2e2;
    padding: 10px 9px 10px 1px;
    margin-top: -18px;
    height: 50px;
    border-radius: 2px;

}

/* Input (right side) */
.captcha-input {
    flex: 1;
}

/* 📱 Tablet */
@media (max-width: 768px) {
    .captcha-label {
        min-width: 130px;
        font-size: 14px;
    }
}

/* 📱 Mobile */
@media (max-width: 576px) {
    .captcha-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .captcha-label {
        min-width: auto;
        font-size: 14px;
        margin-bottom: 5px;

    }

    .captcha-input {
        width: 100%;
    }
}


.captcha-label-home {
    font-weight: 500;
    margin-bottom: 0;
    display: block;
    color: white;
    border: 1px solid white;
    padding: 10px 8px 10px 1px;
    margin-top: -18px;
    height: 50px;
    border-radius: 2px;
}

/* 📱 Tablet */
@media (max-width: 768px) {
    .captcha-label-home {
        min-width: 130px;
        font-size: 14px;
    }
}

/* 📱 Mobile */
@media (max-width: 576px) {


    .captcha-label-home {
        min-width: auto;
        font-size: 14px;
        margin-bottom: 5px;

    }


}

.refresh-icon {
    cursor: pointer;
    font-size: 18px;
    user-select: none;
    transition: transform 0.3s ease;
    margin-left: 1px;
}

.refresh-icon:hover {
    transform: rotate(180deg);
}

.flight-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
}

.plane {
    position: absolute;
    font-size: 80px;
    top: 70%;
    left: -10%;
    animation: flyPlane 8s linear infinite;
    color: #fff;
}

/* 📱 Mobile devices */
@media (max-width: 768px) {
    .plane {
        font-size: 40px;
        top: 60%;
        animation: flyPlane 6s linear infinite;
    }
}

/* 📱 Small phones */
@media (max-width: 480px) {
    .plane {
        font-size: 40px;
        top: 55%;
        animation: flyPlane 5s linear infinite;
    }
}


@keyframes flyPlane {
    0% {
        transform: translateX(0) translateY(0) rotate(10deg);
    }
    50% {
        transform: translateX(60vw) translateY(-80px) rotate(0deg);
    }
    100% {
        transform: translateX(120vw) translateY(0) rotate(-10deg);
    }
}

.bannerWindow {
    position: relative;
    overflow: hidden;
}

/* ================= PRELOADER ================= */
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #0a1f44, #1b3c73);
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader-box {
    text-align: center;
    color: #fff;
}

/* ORBIT CONTAINER */
.orbit-container {
    position: relative;
    width: 260px;
    height: 260px;
    margin: auto;
}

/* LOGO */
.loader-logo {
    width: 200px !important;   /* force override */
    max-width: 200px !important;
    height: auto !important;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    z-index: 2;
}

/* ORBIT CIRCLE */
.orbit {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px dashed rgba(255,255,255,0.3);
    border-radius: 50%;
    animation: rotateOrbit 4s linear infinite;
}

/* PLANE */
.plane-loader {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 30px;
    color: #fff;
}

/* ROTATION */
@keyframes rotateOrbit {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.loader-box p {
    margin-top: 20px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
}

/* ================= HERO ================= */
.premium-hero {
    height: 100vh;
    background: linear-gradient(135deg, #0a1f44, #1b3c73);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}

/* NEW CREDIT STYLE */
.dev-credit {
    text-align: center;
    font-size: 14px;
    margin-bottom: 25px;
    color: #fff;
}

.dev-credit span {
    color: #00bcd4;
    font-weight: 600;
    color: #d01a39;
}


.dev-credit a {
    position: relative;
    color: #00bcd4;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
    color: #d01a39;
}

/* Animated underline */
.dev-credit a::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    left: 0;
    bottom: -4px;
    background: #d01a39;
    transition: width 0.3s ease;
}

/* Hover Effects */
.dev-credit a:hover {
    color: #d01a39;
    text-shadow: 
        0 0 3px white,
        0 0 8px white,
        0 0 15px white;
}

.dev-credit a:hover::after {
    width: 100%;
}


.footer-bottom-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    background-color: rgba(0, 0, 0, 0.15);
    color: #ebe5e5;
    flex-wrap: wrap; /* for mobile */
}

.footer-bottom-bar p {
    margin: 0;
    font-size: 14px;
    color: white;
}

.copy-left a,
.copy-right a {
    color: #ff4d6d;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}

/* 🔥 Premium underline + glow effect */
.copy-right a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0%;
    height: 2px;
    background: #ff4d6d;
    transition: width 0.3s ease;
}

.copy-right a:hover::after {
    width: 100%;
}

.copy-right a:hover {
    text-shadow: 0 0 8px rgba(255, 77, 109, 0.7);
}

/* 🔥 Premium underline + glow effect */
.copy-left a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0%;
    height: 2px;
    background: #ff4d6d;
    transition: width 0.3s ease;
}

.copy-left a:hover::after {
    width: 100%;
}

.copy-left a:hover {
    text-shadow: 0 0 8px rgba(255, 77, 109, 0.7);
}
