
/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 180px 0px 100px 0px;
  position: relative;
  overflow: hidden;
  background-color: rgb(96,63,129);
 
}



.main-banner:before {
  content: '';
  /* background-image: url(../images/baner-dec-right.png); */
  background-repeat: no-repeat;
  background-color: rgb(96,63,129);
  position: relative;
  right: 0;
  top: 100px;
  width: 100%;
  height: 290px;
}

.main-banner .left-content {
  margin-right: 45px;
}

.main-banner .left-content h6 {
  font-size: 18px;
  color: whitesmoke;
  margin-bottom: 15px;
}

.main-banner .left-content h2 {
  font-size: 50px;
  font-weight: 700;
  color: #2a2a2a;
  line-height: 72px;
}

.main-banner .left-content h2 em {
  color: #03a4ed;
  font-style: normal;
}

.main-banner .left-content h2 span {
  color: #011224;
}

.main-banner .left-content p {
  margin: 20px 0px;
}

.main-banner .left-content form {
  margin-top: 30px;
  width: 470px;
  height: 66px;
  position: relative;
}

.main-banner .left-content form button {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-block;
  background-color: #fff;
  font-size: 15px;
  font-weight: 500;
  color: #011224;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  outline: none;
  border: none;
}

.main-banner .left-content form input {
  width: 470px;
  height: 66px;
  background-color: #1D6E8E;
  border-radius: 33px;
  border: none;
  outline: none;
  padding: 0px 25px;
  color: #011224;
  letter-spacing: 0.25px;
  font-size: 15px;
  font-weight: 300;
}

.main-banner .left-content form input::placeholder {
  color: #1D6E8E;
}







/* 
---------------------------------------------
end form 
--------------------------------------------- 
*/
/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1645px) {
  form#contact .contact-dec {
    display: none;
  }
}

@media (max-width: 992px) {
  .main-banner {
    padding-top: 196px;
  }

  .main-banner .left-content {
    margin-right: 0px;
    text-align: center;
    margin-bottom: 45px;
  }

  .main-banner:after {
    top: 76px;
    z-index: -1;
  }

  .main-banner .left-content form,
  .main-banner .left-content form input {
    width: 100% !important;
  }

  #about {
    margin-top: 0px;
  }

  .about-us {
    position: relative;
    background-image: none;
    padding: 0px;
  }

  .about-us .left-image {
    margin-right: 0px;
    position: absolute;
    bottom: -220px;
    right: 0;
  }

  .about-us .services {
    text-align: center;
  }

  .about-us .services .item {
    background: rgb(255, 77, 30);
    background: linear-gradient(105deg, rgba(255, 77, 30, 1) 0%, rgba(255, 44, 109, 1) 100%);
    padding: 30px;
    border-radius: 20px;
    display: inline-block;
  }

  .about-us .services .item .right-text {
    text-align: left;
  }

  .our-services {
    margin-top: 200px;
  }

  .our-services .left-image {
    margin-right: 0px;
    margin-bottom: 45px;
  }

  .our-services .section-heading h2,
  .our-services .section-heading p {
    margin-right: 0px;
    text-align: center;
  }

  .our-portfolio .section-heading h2 {
    margin: 0px 0px 80px 0px;
  }

  .our-portfolio .item {
    margin-bottom: 15px;
  }

  .our-blog {
    margin-top: 0px;
  }

  .our-blog .top-dec {
    display: none;
  }

  .our-blog .section-heading h2 {
    margin-right: 0px;
    text-align: center;
    margin-bottom: 45px;
  }

  .our-blog .left-image .info .inner-content {
    position: relative;
    margin-right: 0px;
  }

  .our-blog .left-image .info .main-blue-button {
    position: relative;
    bottom: 0px;
    margin-top: 30px;
  }

  .our-blog .left-image {
    margin-bottom: 45px;
  }

  .contact-us {
    margin-top: 60px;
    padding: 120px 0px;
  }

  .contact-us .section-heading {
    text-align: center;
  }

  form#contact {
    margin-left: 0px;
    margin-top: 30px;
  }

  form#contact .contact-dec {
    display: none;
  }

  footer p {
    margin: 15px 0px 30px 0px;
  }
}

@media (max-width: 767px) {
  .about-us .left-image {
    bottom: -280px;
  }

  .our-blog .right-list {
    margin-left: 0px;
  }

  .our-blog .right-list ul li {
    display: inline-block;
    margin-top: 0px;
    padding-top: 30px;
    border-top: 1px solid #eee;
  }

  .our-blog .right-list .left-content {
    margin-right: 0px;
    width: 100%;
    margin-bottom: 15px;
  }



  .phone-info h4 span {
    display: block;
    margin-top: 15px;
  }

  .phone-info h4 span i {
    margin-left: 0px;
  }
}


/* Request Your Free Website Audit */
/* ======================================================================= */
 /* Reset and base styles */



/* Is your website converting */
/* =========================================================== */
#heros {
  height: 100vh;
  background: radial-gradient(circle at top left, #e0f7fa, #e1f5fe);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  overflow: hidden;
  position: relative;
}

#floating-blobs::before,
#floating-blobs::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: #81d4fa;
  opacity: 0.1;
  animation: blobMove 10s ease-in-out infinite alternate;
  z-index: 1;
}

#floating-blobs::before {
  width: 400px;
  height: 400px;
  top: -100px;
  left: -100px;
}

#floating-blobs::after {
  width: 300px;
  height: 300px;
  bottom: -120px;
  right: -80px;
  animation-delay: 3s;
}

#hero-content {
  z-index: 2;
  max-width: 1100px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

#hero-text {
  flex: 1;
  color: #01579b;
}

#hero-text h1 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
  animation: fadeInUp 1.5s ease forwards;
}

#hero-text p {
  font-size: 20px;
  line-height: 1.6;
  animation: fadeInUp 2s ease forwards;
}

#hero-graphic {
  flex: 1;
  position: relative;
  min-height: 300px;
}

.circle {
  width: 180px;
  height: 180px;
  background: linear-gradient(135deg, #4fc3f7, #0288d1);
  border-radius: 50%;
  position: absolute;
  top: 40px;
  left: 60px;
  animation: pulse 6s ease-in-out infinite;
}

.square {
  width: 140px;
  height: 140px;
  background: linear-gradient(135deg, #03a9f4, #01579b);
  border-radius: 20px;
  position: absolute;
  bottom: 40px;
  right: 40px;
  animation: floatUpDown 5s ease-in-out infinite;
}

/* Animations */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes blobMove {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(20px, -30px);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
}

@keyframes floatUpDown {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}

/* Responsive */
@media (max-width: 768px) {
  #hero-content {
    flex-direction: column;
    text-align: center;
  }

  #hero-text h1 {
    font-size: 28px;
  }

  #hero-text p {
    font-size: 18px;
  }

  #hero-graphic {
    min-height: 250px;
    margin-top: 40px;
  }
}

@media (max-width: 480px) {
  .circle, .square {
    display: none;
  }
}


/* Comprehensive Website Audit */
/* ========================================================================== */

#section-one {
  display: flex;
  flex-wrap: wrap;
  padding: 80px 20px;
  background-color: #f4f8fb;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

#image-left {
  flex: 1 1 45%;
  position: relative;
  min-height: 360px;
  background: url('https://images.unsplash.com/photo-1556761175-4b46a572b786?auto=format&fit=crop&w=800&q=80') no-repeat center center/cover;
  border-radius: 12px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

#image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(20, 20, 20, 0.25);
}

#text-right {
  flex: 1 1 45%;
  padding: 30px;
  color: #1a1a1a;
  animation: fadeSlideUp 1.2s ease forwards;
}

#text-right h2 {
  font-size: 28px;
  margin-bottom: 20px;
  colour: #1c3f72;
}

#text-right p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 25px;
}

#audit-btn {
  display: inline-block;
  padding: 12px 24px;
  background-color: #1c3f72;
  color: white;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s ease;
}

#audit-btn:hover {
  background-color: #145da0;
}

@keyframes fadeSlideUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 768px) {
  #section-one {
    flex-direction: column;
    text-align: center;
  }

  #text-right, #image-left {
    flex: 1 1 100%;
  }
}




/* list-section */
/* =================================================================== */

 #list-section {
  background: linear-gradient(135deg, #f0f8ff, #e1f5fe);
  padding: 60px 20px;
  text-align: center;
  animation: fadeInUp 1.2s ease-in-out;
}

#list-heading {
  font-size: 28px;
  margin-bottom: 40px;
  colour: #0d47a1;
  font-weight: 600;
}

#list-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1000px;
  margin: auto;
}

.list-item {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.list-item:hover {
  transform: translateY(-6px);
}

.icon {
  font-size: 28px;
  line-height: 1;
  margin-top: 3px;
  colour: #1976d2;
}

.list-item p {
  margin: 0;
  font-size: 17px;
  text-align: left;
  colour: #333;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}




 /* Ready to transform your online presence? */
/* ================================================================================== */
    #cta {
      background: linear-gradient(135deg, #2196f3, #1e88e5);
      color: white;
      padding: 60px 20px;
      text-align: center;
    }

    #cta button {
      background: #fff;
      color: #1976d2;
      padding: 15px 30px;
      border: none;
      font-size: 1.1em;
      border-radius: 6px;
      cursor: pointer;
      font-weight: bold;
      transition: background 0.3s ease;
    }

    #cta button:hover {
      background: #e3f2fd;
    }

    #footers {
      padding: 30px 20px;
      background-color: #f1f1f1;
      text-align: center;
      font-size: 15px;
      color: #444;
    }

    /* Animations */
    @keyframes fadeIn {
      from { opacity: 0; transform: scale(0.95); }
      to { opacity: 1; transform: scale(1); }
    }

    @media(max-width: 768px) {
      #section-one {
        flex-direction: column;
      }
      #image-left, #text-right {
        flex: 1 1 100%;
      }
    }

/* Form  */
/* =========================================================================== */
/* input and card */
  .wizard-content-left {
    background-blend-mode: darken;
    background-color: rgba(0, 0, 0, 0.45);
    background-image: url("/static/app/iguru3/assets/img/free_site_audeting.avif");
    background-position: center center;
    background-size: cover;
    height: 70vh;
    padding: 30px;
  }
  .wizard-content-left h1 {
    color: #ffffff;
    font-size: 38px;
    font-weight: 600;
    padding: 12px 20px;
    text-align: center;
  }
  
  .form-wizard {
    color: #888888;
    padding: 30px;
  }
  .form-wizard .wizard-form-radio {
    display: inline-block;
    margin-left: 5px;
    position: relative;
  }
  .form-wizard .wizard-form-radio input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #dddddd;
    height: 25px;
    width: 25px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
  }
  .form-wizard .wizard-form-radio input[type="radio"]:focus {
    outline: 0;
  }
  .form-wizard .wizard-form-radio input[type="radio"]:checked {
    background-color: #fb1647;
  }
  .form-wizard .wizard-form-radio input[type="radio"]:checked::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 50%;
    left: 1px;
    right: 0;
    margin: 0 auto;
    top: 8px;
  }
  .form-wizard .wizard-form-radio input[type="radio"]:checked::after {
    content: "";
    display: inline-block;
    webkit-animation: click-radio-wave 0.65s;
    -moz-animation: click-radio-wave 0.65s;
    animation: click-radio-wave 0.65s;
    background: #000000;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
    border-radius: 50%;
  }
  .form-wizard .wizard-form-radio input[type="radio"] ~ label {
    padding-left: 10px;
    cursor: pointer;
  }
  .form-wizard .form-wizard-header {
    text-align: center;
  }
  .form-wizard .form-wizard-next-btn, .form-wizard .form-wizard-previous-btn, .form-wizard .form-wizard-submit {
    background-color: #d65470;
    color: #ffffff;
    display: inline-block;
    min-width: 100px;
    min-width: 120px;
    padding: 10px;
    text-align: center;
  }
  .form-wizard .form-wizard-next-btn:hover, .form-wizard .form-wizard-next-btn:focus, .form-wizard .form-wizard-previous-btn:hover, .form-wizard .form-wizard-previous-btn:focus, .form-wizard .form-wizard-submit:hover, .form-wizard .form-wizard-submit:focus {
    color: #ffffff;
    opacity: 0.6;
    text-decoration: none;
  }
  .form-wizard .wizard-fieldset {
    display: none;
  }
  .form-wizard .wizard-fieldset.show {
    display: block;
  }
  .form-wizard .wizard-form-error {
    display: none;
    background-color: #d70b0b;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
  }
  .form-wizard .form-wizard-previous-btn {
    background-color: #fb1647;
  }
  .form-wizard .form-control {
    font-weight: 300;
    height: auto !important;
    padding: 15px;
    color: #888888;
    background-color: #f1f1f1;
    border: none;
  }
  .form-wizard .form-control:focus {
    box-shadow: none;
  }
  .form-wizard .form-group {
    position: relative;
    margin: 25px 0;
  }
  .form-wizard .wizard-form-text-label {
    position: absolute;
    left: 10px;
    top: 16px;
    transition: 0.2s linear all;
  }
  .form-wizard .focus-input .wizard-form-text-label {
    color: #d65470;
    top: -18px;
    transition: 0.2s linear all;
    font-size: 12px;
  }
  .form-wizard .form-wizard-steps {
    margin: 30px 0;
  }
  .form-wizard .form-wizard-steps li {
    width: 25%;
    float: left;
    position: relative;
  }
  .form-wizard .form-wizard-steps li::after {
    background-color: #f3f3f3;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
  }
  .form-wizard .form-wizard-steps li span {
    background-color: #dddddd;
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    width: 40px;
    z-index: 1;
  }
  .form-wizard .form-wizard-steps li:last-child::after {
    width: 50%;
  }
  .form-wizard .form-wizard-steps li.active span, .form-wizard .form-wizard-steps li.activated span {
    background-color: #d65470;
    color: #ffffff;
  }
  .form-wizard .form-wizard-steps li.active::after, .form-wizard .form-wizard-steps li.activated::after {
    background-color: #d65470;
    left: 50%;
    width: 50%;
    border-color: #d65470;
  }
  .form-wizard .form-wizard-steps li.activated::after {
    width: 100%;
    border-color: #d65470;
  }
  .form-wizard .form-wizard-steps li:last-child::after {
    left: 0;
  }
  .form-wizard .wizard-password-eye {
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }
  @keyframes click-radio-wave {
    0% {
      width: 25px;
      height: 25px;
      opacity: 0.35;
      position: relative;
    }
    100% {
      width: 60px;
      height: 60px;
      margin-left: -15px;
      margin-top: -15px;
      opacity: 0.0;
    }
  }
  @media screen and (max-width: 767px) {
    .wizard-content-left {
      height: auto;
    }
  }

  

  #site-audit-section {
    text-align: center;
    padding: 40px 20px;
 
    border-radius: 8px;
    max-width: 600px;
    margin: 20px auto;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

#site-audit-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Dark overlay for text readability */
    z-index: 0;
}

#site-audit-section h2 {
    font-size: 32px;
    color: #ffeb3b; /* Highlighted colour for heading */
    z-index: 1;
    position: relative;
}

#site-audit-section p {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.6;
    z-index: 1;
    position: relative;
}



/* hide :placeholder-shown */

.form-control:focus {
  border-color: #5cb85c; /* Change border color when focused */
}

.wizard-form-text-label {
  position: absolute;
  left: 10px;
  top: 10px;
  transition: 0.2s ease all; /* Smooth transition */
  opacity: 0.5; /* Slightly faded */
}

/* Optional: Style for focused input */
.form-control:focus + .wizard-form-text-label {
  top: -10px; /* Move label up */
  left: 10px;
  font-size: 12px; /* Change font size */
  opacity: 1; /* Make label fully opaque */
}
