/********** common setting **********/
h2 {
    font-size: 2.8rem !important;
    font-weight: 700;
}

img {
    display: block;
    max-width: 100%;
}
.bold-class{
    font-weight: 600;
}
a,
button {
    cursor: pointer;
}

.jumbotron {
    margin-bottom: 0 !important;
}

.atlas-cta {
    border-radius: 22px !important;
    padding: 12px 30px !important;
    font-weight: 700;
    transition: .3s ease-in-out !important;
}

.atlas-cta:hover {
    text-decoration: none;
    transform: translateY(-5px);
}

.atlas-cta-wide {
    width: 100%;
}
img.mx-auto.valueicon {
    width: 100px;
}

.cta-green {
    background: #0275d8;
    color: #192440;
}

.cta-green:hover {
    color: #ffffff;
    background: transparent;
    border: 1px solid #0275d8;
}

.cta-blue {
    background: #192440;
    color: #ffffff;
}

.cta-blue:hover {
    color: #ffffff;
    background: #121a2e;
}

.cta-ghost {
    border: 2px solid #192440 !important;
    color: #192440;
}

.cta-ghost:hover {
    color: #ffffff;
    background: #121a2e;
}

#banner {
    position: relative;
}
div#home {
    z-index: 1;
}

#video-bg {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 1;
}

/********** banner **********/
#banner header {
    overflow: hidden;
}

#banner header img {
    max-width: 80px;
}
img.icon-image {
    width: 70px!important;
    height: 90px;
}
/********** feature (skew background) **********/
.feature img {
    width: 100%;
    max-width: 480px;
}

#feature-first {
    /* background: linear-gradient(168deg, #ffffff 57%, #0275d8 0); */
/*     background: linear-gradient(126deg, #ffffff 53%, #0275d8 0); */
	    background: linear-gradient(-66deg, #ffffff 45%, #0275d8 0);
}

#feature-last {
     background: #0275d8;
/* 	background-image:url(https://www.squiredigital.in/wp-content/uploads/2024/06/service-bg.jpg); */
	    background-repeat: no-repeat;
    background-size: cover;

}
.text-shadow {
    text-shadow: 3px 2px 1px black;
}
.four-icon h2 i,.four-icon h4 {
    transition: transform 0.3s ease-in-out;
	color:#292b2c;
	font-weight:700;
}
img.header-logo {
    border-radius: 30px;
	width: 300px;
    height: 150px;
}

/* Animation keyframes */
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

/* Hover effect */
.four-icon h2 i:hover {
    animation: pulse 1s infinite;
}

/********** price table **********/
#price-table {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

#price-table__premium {
    background: #192440;
    color: #ffffff;
}

#price-table ul li {
    padding: 5px 0;
}

/********** contact **********/
#contact {
    background-size: cover;
}

#contact ul li {
    padding: 3px 0;
}

#contact form {
    color: #ffffff;
}

#contact form input,
#contact form textarea {
    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
}

/********** copyright **********/
#copyright {
    background: #192440;
    padding: 2rem 3rem;
}

#copyright #social-media a {
    width: 40px;
    height: 40px;
    border-radius: 99%;
    background: #ffffff;
    transition: .4s ease;
}

#copyright #social-media a i {
    color: #192440;
    font-size: 1.2rem;
    line-height: 40px;
}

#copyright #social-media a:hover {
    background: #0275d8 ;
}

#copyright #social-media a:hover i {
    color: #ffffff;
}

/********** RWD **********/
@media (max-width: 575px) {
    #banner h1 {
        font-size: 3.6rem;
    }
}
#price-table {
    overflow: hidden; /* Prevent any unexpected vertical scroll */
}
html, body {
    overflow-x: hidden; /* Prevent horizontal overflow */
}
.form-container {
    background-color: #ffffff47;/* White background */
    border-radius: 10px; /* Rounded corners */
    padding: 15px; /* Padding inside the form */
    border: none; /* Border for the form */
    color:#fff;
    font-weight: bold;
}
.value-container {
   background-color: #0275d817;
    border-radius: 10px;
    padding: 15px;
    border: none;
    color: #fff;
    font-weight: bold;
    box-shadow: 1px 1px #0275d899;
}
.value-container input {
    background: white;
    color: black;
    text-align: center;
    border-radius: 10px;
}
.value-container p{
color:black;
font-weight:700;
}
.form-row {
    text-shadow: 1px 2px 2px #000000e6;
}
.form-control {
    border: none; /* Remove default border */
    border-bottom: 2px solid #ccc; /* Bottom-only border */
    border-radius: 0; /* Remove default border-radius */
}
.form-control:focus {
    box-shadow: none; /* Remove default box-shadow */
    border-bottom: 2px solid #007bff; /* Bottom border on focus */
}
.form-container h2 {
    color: #fff;; /* Text color for the form heading */
    text-shadow: 1px 2px 2px #000000e6;
}
.form-group label{
    text-align: left;
}
.form-group {
    margin-bottom: 0.5em!important;
}
.custom-navbar {
    z-index: 2;
}

.position-relative {
    position: relative;
}
.custom-navbar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            background-color: transparent;
            padding: 20px 0px;
	 		position: relative;
    		z-index: 2;
        }
        .logo-bg {
            background-color: white;
            padding: 10px 40px;
            border-radius: 0 30px 30px 0px;
        }

        .custom-navbar-nav {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            animation: 1.5s fadeLeft 0s 1;
        }
        .custom-navbar-nav li {
            margin-left: 20px;
        }

        .custom-navbar-nav a {
            text-decoration: none;
            color: #fff;
            font-size: 18px;
            font-weight: bold;
        }

        .custom-navbar-toggler {
            display: none;
            flex-direction: column;
            cursor: pointer;
        }

        .custom-navbar-toggler span {
            width: 30px;
            height: 4px;
            background-color: #fff;
            margin: 4px 0;
            transition: 1s;
        }
        .custom-navbar-toggler {
            display: none;
            flex-direction: column;
            cursor: pointer;
        }
        
        .custom-navbar-toggler span {
            height: 3px;
            width: 30px;
            background: #fff;
            margin: 3px 0;
            transition: 0.4s;
        }
        
        .custom-navbar-toggler.active span:nth-child(1) {
             transform: rotate(-45deg) translate(7px, -6px);
        }
        
        .custom-navbar-toggler.active span:nth-child(2) {
            opacity: 0;
        }
        
        .custom-navbar-toggler.active span:nth-child(3) {
            transform: rotate(45deg) translate(-5px, -8px);
        }
   @media (max-width: 768px) {
            .custom-navbar-nav {
            display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        background-color: #f8f9fa;
        opacity: 0;
        transform: translateY(-10px);
        transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 2;
        padding: 60px;
        pointer-events: none;
        animation: none;
				
            }
	   .custom-navbar-toggler.active span {
		   background: #000;
        	z-index: 2;
		   position: fixed;
        	right: 20px;
	   }

            .custom-navbar-nav.active {
                opacity: 1;
                transform: translateY(0);
                pointer-events: auto; /* Allow clicks when active */
            }
        
            .custom-navbar-toggler {
                display: flex;
                padding-right: 20px;
            }
        
            .custom-navbar-nav a {
                color: #0275d8;
            }
        
            .custom-navbar-nav li {
                margin-left: 20px;
                padding: 22px;
                text-align: center;
            }
}
        @keyframes fadeLeft {
            from {
                opacity: 0;
                transform: translate3d(30%, 0,0);
            }
            to {
                opacity: 1;
                transform: translate3d(0,0,0);
            }
        }
  .marquee-container {
        width: 300px; /* Set the marquee container to 300px */
        overflow: hidden;
        margin: 0 auto; /* Center the container */
    }

    .marquee-content {
        display: flex;
        animation: marquee-slide 20s linear infinite; /* Slow down the animation */
        width: calc(300px * 8); /* Ensure the width of the content covers all items */
    }

    .marquee-item {
        flex: 0 0 auto;
        width: 300px; /* Each item should take the full width of the container */
        text-align: center;
        padding: 10px;
    }

    .marquee-item img {
        max-width: 100%;
        height: auto;
    }

    @keyframes marquee-slide {
        0% { transform: translateX(0); }
        100% { transform: translateX(-2400px); } /* Translate by the total width of all items */
    }
@media (max-width: 600px) {
	 #feature-first {
            background: linear-gradient(-4deg, #ffffff 56%, #0275d8 0);
        }
}        
        :root {
  --progress-color: #007bffab;
  --gradient-color: rgba(0, 123, 255, 0.55);
}

.progress {
  padding: 6px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
}

.progress-bar {
  height: 18px;
  background-color: #ee303c;
  border-radius: 4px;
  transition: 0.4s linear;
  transition-property: width, background-color;
}

.progress-striped .progress-bar {
  background-color: var(--progress-color);
  background-image: linear-gradient(45deg, var(--gradient-color) 25%, transparent 25%, transparent 50%, var(--progress-color) 50%, var(--progress-color) 75%, transparent 75%, transparent);
  animation: progressAnimation 6s;
}

.progress-striped1 .progress-bar { width: 95%; }
.progress-striped2 .progress-bar { width: 85%; }
.progress-striped3 .progress-bar { width: 97%; }
.progress-striped4 .progress-bar { width: 90%; }

@keyframes progressAnimation {
  0% { width: 0; }
  100% { width: var(--final-width); }
}

.hidden {
    display: none !important;
}

.portfolio-item {
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    opacity: 1;
    transform: scale(1);
}

.portfolio-item img {
    transition: transform 0.3s ease-in-out;
}

.portfolio-item:hover img {
    transform: scale(1.05);
}

.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 32px;
    width: 83%;
    height: 100%;
    background: #000000c7;
    color: #fff;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s ease-in-out;
}

.portfolio-info {
    text-align: center;
    text-shadow: 1px 2px 2px #000000e6;
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}
.portfolio-active{
    animation: zoomInFade 2s 1;
}
.portfolio-image{
        width:300px;
        height:300px;
       }
@keyframes zoomInFade {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.ti-widget.ti-goog .ti-review-text {
    height: 20px!important;
}
.ti-widget.ti-goog {
    max-width: 350px!important;
}
.google-reviews-slider {
    background-color: #f8f8f8;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.google-reviews-slider h2 {
    font-size: 2em;
    margin-bottom: 20px;
    color: #333;
}

.slider {
    position: relative;
    overflow: hidden;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    display: grid;
    justify-content: center;
    min-width: 100%;
    box-sizing: border-box;
    padding: 30px;
}

.review {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.review-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
}

.profile-pic {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}

.rating-stars {
    font-size: 1.5em;
    color: #f39c12;
    margin-left: auto;
}

.google-logo img {
    width: 30px;
    height: auto;
    margin-left: 10px;
}

.review-text {
    font-size: 1em;
    color: #666;
    margin: 10px 0;
    text-align: left;
    width: 100%;
}

.reviewer-name {
    font-size: 1em;
    color: #333;
    font-weight: bold;
    text-align: left;
    width: 100%;
}

.slider-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.slider-nav span {
    font-size: 2em;
    color: #0073e6;
    cursor: pointer;
    user-select: none;
}

.slider-nav span:hover {
    color: #005bb5;
}

.dots {
    text-align: center;
    padding: 20px 0;
}

.dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    cursor: pointer;
}

.dot.active {
    background-color: #0073e6;
}

.hidden {
    display: none;
}
.slide-active{
    animation: 1.5s fadeLeft 0s 1;
}
.slide-grid1{
    display: flex;
    align-items: center;
}
.slide-grid2{
    display: flex;
    align-items: center;
    justify-content:end;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .portfolio-overlay {
        width: 100%;
        left: 0px;
        
    }
    .review-header {
        flex-direction: column;
        /* align-items: flex-start; */
    }

    .google-logo img {
        margin-left: 0;
        margin-top: 10px;
    }

    .rating-stars {
        margin-left: 0;
        margin-top: 10px;
    }

    .review-text, .reviewer-name {
        text-align: center;
    }
    #whatsapp-chat {
        bottom: 10px;
        right: 10px;
      }
      
      #whatsapp-chat img {
        width: 40px;
        height: 40px;
      }
      .ti-widget.ti-goog {
        width: 250px!important;
    }
	         .marquee-container {
            width: 100%; /* Set the marquee container to 100% for smaller screens */
        }
			.marquee-item {
            width: 6%; /* Each item should take the full width of the container for mobile */
        }

        .marquee-content {
            width: calc(100% * 8); /* Adjust the width of the content for smaller screens */
            animation: marquee-slide-mobile 30s linear infinite; /* Match the duration for mobile as well */
        }
   

    @keyframes marquee-slide-mobile {
         0% { transform: translateX(0); }
        100% { transform: translateX(-50%); } /* Adjust the translateX value for smaller screens */
    }
    
        .portfolio-items {
            display: grid;
            grid-template-columns: 1fr;
        }
        
        .ti-widget.ti-goog {
            max-width: 260px !important;
        }
}
#whatsapp-chat {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
  }
  #whatsapp-chat img {
    width: 50px;
    height: 50px;
  }
  input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
    border-radius: 10px;
    border: none;
    padding: 7px;
    background: #0275d8;
    color: white;
    font-weight: 600;
    cursor: pointer;
}
html{
    scroll-behavior: smooth!important;
}
.nav-hover li a:hover {
    text-decoration: none !important;
    text-shadow: 1px 1px 2px black;
}
.businessform input[type=text],.businessform input[type=email]{
	width:100%;
	border:none;
	border-radius:20px;
	padding:10px 0;
	margin: 10px 0
}
.contact-text {
    text-shadow: 3px 2px 2px black;
}