/********** Template CSS **********/
:root {
    --primary: #06A3DA;
    --secondary: #34AD54;
    --light: #EEF9FF;
    --dark: #091E3E;
}

/*** Spinner ***/
.spinner {
    width: 40px;
    height: 40px;
    background: var(--primary);
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

p {
    font-size: 1.1rem;
}

.applying-form-btn {
     font-size: 1.2rem;
}

.input-group>.form-control, .input-group>.form-select {
    font-size: 1.2rem;
}

.navbar-searchicon {
    margin-left: 0.8rem;
}

.navbar-toggler:focus {
    text-decoration: none;
    box-shadow: 0 0 0 0rem !important;
}

.locationicon-conpge {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
}

.contactemail-icon {
    font-size: 1.6rem;
    margin-bottom: 0.2rem;
}

.contact-text {
    font-size: 1rem;
}

.contact-btn {
    margin-top: 0.8rem;
    height: 4rem;
}

.contact-btn span {
    font-size: 1.4rem ;
} 

.bi-chevron-down::before {
    font-size: 0.8rem;
}

.fa-search {
    font-size: 1.2rem;
}

.serviceicon-search {
    font-size: 1.4rem !important;
    margin-top: 0rem !important;
}

.fa-users, .fa-check, .fa-business-time, .fa-award, .fa-cubes, .fa-users-cog, .fa-shield-alt,
.fa-chart-pie, .fa-code, .fa-android, .aboutphn-icon {
    font-size: 1.6rem;
}

.dropdown-menu {
    height: 17rem;
    width: 16rem;
    border-bottom-left-radius: 0.5rem; 
    border-bottom-right-radius: 0.5rem; 
    border-top-left-radius: 0; 
    border-top-right-radius: 0; 
}


.dropdown-item:hover, .dropdown-item:focus {
    background-color: #06A3DA !important;
    color: #FFFFFF !important;
}

.dropdown-item {
    padding: 0.8rem;
    font-size: 1rem;
    font-weight: 500;
    color: #091E3E;
}

.dropdown-items{
    margin-left: 1.6rem;
}

.quoteform-homepge {
  height: 3.8rem;
}

.quoteform-homepgetarea {
    height: 6rem;
}

/*** Heading ***/
h1,
h2,
.fw-bold {
    font-weight: 800 !important;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 700 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 600 !important;
}

.py-5 {
    padding-top: 2.2rem !important;
    padding-bottom: 2.2rem !important;
}

/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
    box-shadow: inset 0 0 0 50px transparent;
}

.btn-primary:hover {
    box-shadow: inset 0 0 0 0 var(--primary);
}

.btn-secondary:hover {
    box-shadow: inset 0 0 0 0 var(--secondary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}


/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    font-family: 'Nunito', sans-serif;
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar-dark .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-dark .navbar-toggler {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--dark);
    }

    .navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }

    .search-text {
        display: none;
    }
}

@media (min-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-dark {
        position: fixed;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-dark .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }

    .search-text {
        display: none;
    }
}


/*** Carousel ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 30, 62, .7);
    z-index: 1;
}

.carousel-caption h1 {
    font-size: 4.2rem !important;
    font-weight: 600 !important;
}


@media (max-width: 576px) {

    .carousel-caption h5 {
        font-size: 0.66rem !important;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 1rem  !important;
        font-weight: 600 !important;
    }
    
    .btn {
        font-size: 0.8rem !important;
        margin-top: 0.8rem !important;
    }
    
    .carousel-control-prev-icon, .carousel-control-next-icon {
         height: 1.2rem !important;
         width: 1.2rem !important;
         margin-top: 2.2rem !important;
    }

    .bi-chevron-down::before {
        font-size: 0.6rem;
    }

    .facts-div {
        height: 7rem !important;
    }

    .sub-heading {
        font-size: 0.9rem !important;
    }

    .main-heading {
        font-size: 1.4rem !important;
    }

    .all-paragraph {
        font-size: 1rem !important;
    }

    .points {
        font-size: 1rem !important;
    }

    .quoteform-homepge {
        height: 3rem !important;
     }
      
    .quoteform-homepgetarea {
          height: 4rem !important;
    }

    .vendor-carousel img {
       width: 8rem !important;
    }

    .input-group>.form-control, .input-group>.form-select {
        font-size: 1rem !important;
    }
    
    p {
        font-size: 0.9rem !important;
    }

    .py-5 {
        padding-top: 1.5rem !important;
        padding-bottom: 0.6rem !important;
    }

    .px-5 {
        padding-left: 0.8rem !important;
        padding-right: 1rem !important;
    }

    .navbar-dark .navbar-nav .nav-link {
        margin-left: 0rem;
        font-size: 0.8rem;
    }

    .m-0  {
        font-size: 1.3rem;
    }
    
    .bi-arrow-up::before {
        font-size: 1.4rem !important;
        margin-top: 0.2rem;
    }

    .bi-arrow-right::before {
        font-size: 1.2rem;
    }

    .navbar-toggler {
        font-size: 1rem;
        padding: .20rem .45rem;
    }

    .serviceicon-search {
        font-size: 1.2rem;
    }
    
    .fa-twitter, .fa-facebook-f, .fa-linkedin-in, .fa-instagram {
        font-size: 1rem;
        margin-top: 0.2rem;
    }
    .fa-users, .fa-check, .fa-business-time, .fa-award, .fa-cubes, .fa-users-cog, .fa-shield-alt,
    .fa-chart-pie, .fa-code,.fa-android, .aboutphn-icon {
        font-size: 1.2rem;
    }

    .dropdown-menu {
        height: 12rem;
        width: 100%;
        border: none;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.03);
    }

    .dropdown-items{
        margin-left: 0rem;
    }
     
    .dropdown-item {
        padding: 0.5rem;
        font-size: 0.8rem;
        font-weight: 500;
        color: #091E3E;
    }

    .dropdown-item:hover, .dropdown-item:focus {
        background-color: #06A3DA !important;
        color: #FFFFFF !important;
    }
    
    .btn-search {
        width: 20rem; 
        height: 2.6rem !important; 
        margin-left: 0rem !important;
        background-color: #fff;
        border-radius: 0.4rem; 
        border: none; 
        display: flex; 
        align-items: center;
        padding: 0 15px; 
        cursor: pointer;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
        position: relative; 
    }

    .btn-search i {
        font-size: 1rem !important; 
        margin-left: 0rem !important;
        margin-bottom: 0.5rem !important;
        color: var(--primary);
    }
    
    .search-text {
        display: inline-block;
        font-size: 1rem !important; 
        color: #777; 
        white-space: nowrap;
        margin-left: 10px;
        opacity: 1;
        transition: opacity 0.3s;
    }
    
    .btn-search.hide-placeholder .search-text {
        opacity: 0;
    }

    .bi-search::before {
        font-size: 1.1rem;
    }

    .contact-text {
        font-size: 1rem;
    }

    .allpage-carousel-maintext {
        font-size: 1.5rem !important;
    }

    .allpage-carousel-text {
        font-size: 0.9rem !important;
    }

    .aboutpge-weare-heading{
        font-size: 0.9rem !important;
    }

    .contact-btn {
        font-size: 1.2rem !important;
    }

    .partnerus-points span {
        font-size: 0.8rem !important;
    }

    .partnerus-points i {
        font-size: 1.5rem !important;
    }

    .ourexperts-btn{
       margin: 1rem;
       height: 3rem !important;
       width: 10rem !important;
       font-size: 0.8rem !important;
    }

    .partnerus-container {
        margin-top: 2.5rem !important;
    }

    .whychoose-our {
        margin-top: 0rem !important;
    }
    
    .whychoose-ourimg {
        margin-top: 0rem !important;
    }

    .ourexperts-container {
        margin-top: 4rem !important;
    }

    .ourexperts-form {
        margin-top: 2rem;
    }
}

 @media (min-width: 768px) and (max-width: 912px) {
    .navbar-dark .navbar-nav .nav-link {
        margin: auto 0;
        font-size: 1.2rem;
    }

    .fa, .fa-search {
        font-size: 1.4rem;

    }

    .bi-chevron-down::before {
        font-size: 1rem;
    }
    
    .carousel-caption h5 {
        font-size: 1rem !important;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 2rem !important;
        font-weight: 600 !important;
    }
    
    .btn {
        font-size: 1rem;
        margin-top: 0.6rem;
    }

    .carousel-control-prev-icon, .carousel-control-next-icon {
         height: 1.6rem !important;
         width: 1.6rem !important;
         margin-top: 0.6rem  !important;
    }
    
    .bi-arrow-up::before {
        font-size: 1.4rem !important;
        margin-top: 0.2rem;
    }

    .bi-arrow-right::before {
        font-size: 1.4rem;
    }

    .dropdown-menu {
        height: 16rem;
        width: 100%;
        border: none;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.03);
    }

    .dropdown-items{
        margin-left: 0rem;
    }
     
    .dropdown-item {
        padding: 0.6rem;
        font-size: 1.1rem;
        font-weight: 500;
        color: #091E3E;
    }

    .dropdown-item:hover, .dropdown-item:focus {
        background-color: #06A3DA !important;
        color: #FFFFFF !important;
    }

    
    .btn-search {
        width: 24rem; 
        height: 3rem; 
        margin-left: 0rem !important;
        background-color: #fff;
        border-radius: 0.4rem; 
        border: none; 
        display: flex; 
        align-items: center;
        padding: 0 15px; 
        cursor: pointer;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
        position: relative; 
    }

    .btn-search i {
        font-size: 1.4rem !important; 
        margin-left: 0.7rem !important;
        margin-bottom: 0.5rem !important;
        color: var(--primary);
    }
    
    .search-text {
        display: inline-block;
        font-size: 1.4rem !important; 
        color: #777; 
        white-space: nowrap;
        margin-left: 1.4rem;
        opacity: 1;
        transition: opacity 0.3s;
    }
    
    .btn-search.hide-placeholder .search-text {
        opacity: 0;
    }

    .input-group>.form-control, .input-group>.form-select {
        font-size: 1.3rem !important;
    }

    .bi-search::before {
        font-size: 1.4rem;
    }

    .facts-boxes {
        height: 4.8rem !important;
        width: 5rem !important;
    }

    .fa-users:before,.fa-check:before,.fa-business-time:before {
        font-size: 1.5rem !important;
    }

    .ipadsize {
        font-size: 1.8rem !important;
    }

    .footer-para {
        font-size: 1.5rem;
    }

    p {
        font-size: 1rem !important;
    }

    .whychoose-our {
        margin-top: 0rem !important;
    }

    .whychoose-ourimg {
        margin-top: 0rem !important;

    }

}

@media (max-width: 912px) {
     .main-heading {
        font-size: 1.8rem !important;
     }

     .ourexperts-form {
        margin-bottom: 1.2rem !important;
     }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 2rem;
    height: 2rem;
    margin-bottom: 4rem;
}


/*** Section Title ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    left: 0;
    bottom: 0;
    background: var(--primary);
    border-radius: 2px;
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -75px;
}

.section-title.section-title-sm::before {
    width: 90px;
    height: 3px;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 5px;
    bottom: 0px;
    background: #FFFFFF;
    -webkit-animation: section-title-run 5s infinite linear;
    animation: section-title-run 5s infinite linear;
}

.section-title.section-title-sm::after {
    width: 4px;
    height: 3px;
}

.section-title.text-center::after {
    -webkit-animation: section-title-run-center 5s infinite linear;
    animation: section-title-run-center 5s infinite linear;
}

.section-title.section-title-sm::after {
    -webkit-animation: section-title-run-sm 5s infinite linear;
    animation: section-title-run-sm 5s infinite linear;
}

@-webkit-keyframes section-title-run {
    0% {left: 0; } 50% { left : 145px; } 100% { left: 0; }
}

@-webkit-keyframes section-title-run-center {
    0% { left: 50%; margin-left: -75px; } 50% { left : 50%; margin-left: 45px; } 100% { left: 50%; margin-left: -75px; }
}

@-webkit-keyframes section-title-run-sm {
    0% {left: 0; } 50% { left : 85px; } 100% { left: 0; }
}


/*** Service ***/
.service-item {
    position: relative;
    height: 300px;
    padding: 0 30px;
    transition: .5s;
}

.service-item .service-icon {
    margin-bottom: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 2px;
    transform: rotate(-45deg);
}

.service-item .service-icon i {
    transform: rotate(45deg);
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #DDDDDD;
    border-radius: 2px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--primary);
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}


/*** Team ***/
.team-item {
    transition: .5s;
}

.team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-social a.btn {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    opacity: 0;
}

.team-item:hover {
    box-shadow: 0 0 30px #DDDDDD;
}

.team-item:hover .team-social {
    background: rgba(9, 30, 62, .7);
}

.team-item:hover .team-social a.btn:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team-item:hover .team-social a.btn:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .05s;
}

.team-item:hover .team-social a.btn:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team-item:hover .team-social a.btn:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .15s;
}

.team-item .team-img img,
.blog-item .blog-img img  {
    transition: .5s;
}

.team-item:hover .team-img img,
.blog-item:hover .blog-img img {
    transform: scale(1.15);
}


/*** Miscellaneous ***/
@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.bg-header {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.link-animated a {
    transition: .5s;
}

.link-animated a:hover {
    padding-left: 10px;
}

.footer-para {
    text-align: justify;
}

@media (min-width: 767.98px) {
    .footer-about {
        margin-bottom: -75px;
    }    
}

/* About Page Code */
.about-header {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/about-us-page-banner.jpg) center center no-repeat;
    background-size: cover;   
}

.weare-container {
    background: linear-gradient(rgba(200, 225, 240, 1), rgba(238, 249, 255, 1));
}

.weare-para {
    font-size: 1.2rem;
}

.companyvalue-container {
    background: linear-gradient(rgba(200, 225, 240, 1), rgba(238, 249, 255, 1));
}

.companyvalues-item {
    position: relative;
    height: 250px;
    padding: 0 30px;
    transition: .5s;
    border: 2px solid #85d7f5; 
    border-radius: 10px !important;
}

.companyvalues-item:hover {
    border: none;
    border-radius: 0 !important;
}

.companyvalues-item .companyvalues-icon {
    margin-bottom: 2.6rem;
    width: 4rem;
    height: 4rem;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 2px;
}


/* Contact Page Code */
.contact-header {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/contact-page-banner.jpg) center center no-repeat;
    background-size: cover;
   
}

#notification {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin-top: 10px;
    text-align: center; 
}

#notification-message {
    background-color: transparent; 
    color: red; 
    border: none; 
    font-size: 1.2rem;
}


/* Services Page Code */
.services-header {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/services-page-banner.jpeg) center center no-repeat;
    background-size: cover;
}

.partnerus-container {
    background: linear-gradient(rgba(200, 225, 240, 1), rgba(238, 249, 255, 1));
    margin-top: 1rem;
}

.partnerus-points {
    position: relative;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
}

.partnerus-points i {
    color: #06a3da; 
    font-size: 2rem; 
    margin-right: 1rem; 
}

.partnerus-points span {
    font-size: 1.2rem; 
    color: #6B6A75; 
    line-height: 1.5; 
    flex: 1;
}

.ourexperts-container {
    background: linear-gradient(rgba(200, 225, 240, 1), rgba(238, 249, 255, 1));
    margin-top: 2rem;
    padding: 1.25rem;
    height: 14rem;
    display: flex;
    align-items: center; 
    justify-content: center; 
    text-align: center; 
}

.ourexperts-btn {
    height: 4rem;
    width: 17rem;
    border: none;
    border-radius: 0.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
} 

.ourexperts-btn a {
    width: 100%; 
}

.ourexpertsform-container {
    background: linear-gradient(rgba(180, 210, 230, 1), rgba(228, 242, 255, 1));
    padding: 3rem 0;
    margin-top: 2rem;
}

.ourexpertsform-container .content-section {
    text-align: left; 
}

.ourexpertsform-container .contact-form {
    background-color: #fff;
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.ourexpertsform-container .contact-form input,
.ourexpertsform-container .contact-form textarea {
    width: 100%; 
    padding: 0.75rem; 
    margin-bottom: 1rem; 
    border: 1px solid #ccc; 
    border-radius: 0.3rem; 
}

.ourexpertsform-container .contact-form button {
    width: 100%; 
    padding: 0.75rem; 
    background-color: #007bff; 
    color: #fff; 
    border: none;
    border-radius: 0.3rem; 
    cursor: pointer; 
    transition: background-color 0.3s ease; 
}

.ourexpertsform-container .contact-form button:hover {
    background-color: #0056b3; 
}


/* Careers Page Code */
.careers-header{
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/careers-bg.jpg) center center no-repeat;
    background-size: cover;
}

#resume::file-selector-button {
    height: 4rem; 
    border: solid 1px #061429;
}

/* CRM Devlopment Services Page */
.crm-development-header {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/crm-development-banner.png) center center no-repeat;
    background-size: cover; 
}


/* Data Analytics Service Page */
.data-analytics-header {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/data-analytics-banner.png) center center no-repeat;
    background-size: cover;
}

.what-you-get {
    text-align: center;
    padding: 40px;
}

.section-heading {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 10px;
}


.content-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 20px;
    justify-items: center; 
}

.grid-item {
    padding: 20px;
    transition: transform 0.3s ease;
}

.grid-item:hover {
    transform: translateY(-5px); 
}

.target-persona-heading {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.icon-arrow-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.arrow-icon {
    font-size: 30px; 
    margin: 10px 0; 
}

.icon-img-container {
    width: 100px;
    height: 100px;
    border-radius: 25%; 
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px;
    overflow: hidden;
}

.icon-img {
    width: 60px;
    height: 60px;
}

.target-persona-content {
    font-size: 1rem;
    color: #555;
    margin-bottom: 0;
}

.bg-color1 { background-color: #f44336; } 
.bg-color2 { background-color: #2196f3; } 
.bg-color3 { background-color: #4caf50; } 
.bg-color4 { background-color: #ffeb3b; } 
.bg-color5 { background-color: #ff9800; } 
.bg-color6 { background-color: #9c27b0; } 
.bg-color7 { background-color: #00bcd4; } 
.bg-color8 { background-color: #e91e63; }

@media screen and (max-width: 1024px) {
    .content-grid {
        grid-template-columns: repeat(2, 1fr); 
       }
}

@media screen and (max-width: 600px) {
    .content-grid {
        grid-template-columns: 1fr;
    }
}

/* Web Development Page */

.web-development-header {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/web-development-banner.jpg) center center no-repeat;
    background-size: cover;
    
}

.web-development-form-container {
    height: 22rem;
    width: 25rem; 
}

.web-development-form-btn {
    width: 100%; 
    height: 50px; 
    border-radius: 50px; 
    background-color: #007bff; 
    color: white; 
    text-align: center; 
    border: none; 
    cursor: pointer;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

/* Apps Development Page */

.apps-development-header {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/app-development-banner.jpeg) center center no-repeat;
    background-size: cover;
    
}

.apps-development-connect {
    background-image: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), url('../img/app-development-banner.jpeg');
    background-size: cover;
    background-position: center;
    height: 140px;
    position: relative;
    margin-top: 1rem;
}

.web-development-choose-icon {
    display: inline-block;
    text-align: center;
}

.web-development-choose-icon .icon-circle {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 2px solid; 
    background-color: transparent;
}

.web-development-choose-icon .icon-circle i {
    font-size: 40px; 
}

.web-development-choose-icon .icon-circle h6 {
    margin-top: 10px;
    font-size: 16px;
    color: #000;
    font-weight: bolder;
    text-align: center;
}


/*  SEO-Optimization Page */
.SEO-Optimization-header {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/SEO-Optimization-banner.png) center center no-repeat;
    background-size: cover;
    
}
