.video-background{
    border: 10px solid white;
    border-radius: 10px;
    box-shadow: 0px 2px 3px 1px white;
}
 @media (max-width: 576px) {
        .video-background {
            width: 100%;
            height: auto;
            padding: 0;
        }
    }

/*========== Banner contact us end ==============*/
   .custom-contact-box {
      max-width: 600px;
      margin: 50px auto;
      background-color: transparent;
      padding: 30px;
      border-radius: 15px;
      border: 2px solid rgba(255, 255, 255, 0.2);
      backdrop-filter: blur(8px);
      color: white;
    }

    .custom-contact-box h2 {
      margin-bottom: 25px;
      color: #fff;
    }

    .custom-form-control,
    .custom-form-select,
    .custom-form-textarea {
      height: 36px;
      border-radius: 8px;
      background-color: rgba(255, 255, 255, 0.1);
      border: 1px solid #ccc;
      color: #fff;
    }
    .option{
        color: black !important;
    }
    .option:hover{
        background-color: black !important;
        color: white;
    }
    .custom-form-textarea {
      height: auto;
      resize: none;
    }

    .custom-form-control::placeholder,
    .custom-form-select option,
    .custom-form-textarea::placeholder {
      color: #ccc;
    }

    .custom-form-control:focus,
    .custom-form-select:focus,
    .custom-form-textarea:focus {
      box-shadow: 0 0 0 3px rgba(255, 87, 34, 0.3);
      border-color: #ff5722;
      background-color: rgba(255, 255, 255, 0.15);
      color: #fff;
    }

   
 /*============ banner contact end ================*/
 
 /*=================Blog page start================*/
.blog-our-latest{
    background-color: rgb(235, 86, 12);
    border-radius: 5px;
    padding: 8px;
    color: white;
}
.blog-side-bar{
    background-color: rgb(218, 240, 250);
    padding: 10px;
}

.blog-continue-link{
    padding: 10px 70px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
    width: 100%;
    background-color: rgb(235, 86, 12);
    color: white;
}
.blog-continue-link:hover{
    color: white;
    background-color: black;
}
.diagonal-bg {
                        width: 100%;
                        height: 10px;
                        background-image: repeating-linear-gradient(
                            45deg,
                            #ccc 0px,
                            #ccc 1px,
                            transparent 2px,
                            transparent 4px
                        );
                    }
.blog-posted{
    text-decoration: underline;
}
.blog-posted:hover{
    text-decoration: underline;
    color: rgb(235, 86, 12);
}

                        .blog-img {
                            height: 120px; /* Adjust height as needed */
                            width: 100%;
                            object-fit: cover;
                            border-radius: 5px; /* Optional for rounded corners */
                            margin-bottom: 10px;
                        }
.blog-list-point{
    color: black;
    font-size: 16px;
}
.blog-paragrahp{
    color: black;
    font-size: 16px;
}


  .form-control {
    border-radius: 0.5rem;
    font-size: 1rem;
  }

  .btn-dark:hover {
    background-color: #333 !important;
  }
  
/*=======================================*/

.recognition-section {
  background-color: #f9f9f9;
}

.section-title {
  font-size: 2rem;
  font-weight: 600;
  color: #222;
}

.recognition-box {
  background: #fff;
  padding: 0;              /* padding कम कर दिया ताकि image पूरी जगह ले */
  border-radius: 5px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease;
  text-align: center;
  background-color: rgb(245, 243, 241);


          /* box width */
  height: 80px;            /* box height */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;        /* ताकि image box से बाहर न निकले */
}

.recognition-box:hover {
  transform: scale(1.05);
}

/* image को box के अंदर फिट करें, stretch न करें */
.recognition-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;  
  display: block;
}


/*======================= case study=========================*/

    .carousel-inner {
      padding: 20px;
    }
    .case-study-slide {
      display: flex;
      gap: 30px;
      align-items: flex-start;
    }
    .case-image {
      position: relative;
      flex: 1;
    }
    .case-image img {
      width: 100%;
      border-radius: 10px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    }
    .case-image .overlay-img {
      position: absolute;
      width: 100px;
      right: 0;
      top: 0;
    }
    .case-details {
      flex: 1;
    }
   
.accordion-button {
  padding: 0.25rem 0.75rem !important;
font-size: 18px;
font-weight: 500;
}
.accordion-button:hover {
  padding: 0.25rem 0.75rem !important;
  background-color: #002b49; 
  color: #fff;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #002b49;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
  outline: none;
}

/* Change the arrow color */
.accordion-button::after {
  filter: brightness(0) invert(1) !important; 
}

 .service-icon {
        display: inline-block;
        background-color: rgb(195, 220, 251);
        color: #000; /* Text color */
        font-weight: bold;
        padding: 4px 10px;
        border-radius: 5px; /* Makes it round */
        font-size: 14px;
        width: 28px;
        height: 28px;
        text-align: center;
        line-height: 20px;
        margin-right: 10px; /* Space between icon and text */
    }


    /* Top buttons */
    .carousel-controls-top {
      display: flex;
    justify-content: space-between;
      gap: 10px;
      padding: 10px 20px 0;
    }
    .btn-case-nav {
      background-color: rgb(235, 86, 12);
      color: #002b49;
      border: none;
      padding: 8px 15px;
      border-radius: 8px;
      font-size: 17px;
    }
    .client-text-warning{
        color: rgb(235, 86, 12);
    }
    .client-btn-warning{
        background-color: rgb(235, 86, 12);
        color: #fff;
    }
  /* On mobile: stack vertically */
  @media (max-width: 767px) {
    .case-study-slide {
      flex-direction: column;
      gap: 15px;
    }

    .case-image img {
      width: 100%;
      height: auto;
    }

    .case-details {
      width: 100%;
    }

    /* Optional: Make accordion button text wrap nicely */
    .accordion-button {
      white-space: normal;
      padding: 0.75rem 1rem;
      font-size: 15px;
    }
    .btn-case-nav{
        font-size: 12px;
    }
    /* Smaller badge size on mobile */
    .service-icon {
      width: 24px;
      height: 24px;
      font-size: 12px;
      padding: 3px 7px;
    }
  }
  .case-img-client-web{
      height: 400px;
      width: auto; 
      object-fit: contain;
      padding: 10px;
  }
/*-=====================================*/

/*========== technology ================ */
.tech-tools-section {
  background-color: #002b49;
  color: white;
  
}

.tech-tools-section h2 {
  font-size: 2.5rem;
  color: rgb(235, 86, 12);
}
.tech-tools-section .techno-div{
    width: 100%;
  height: 70px;
  border: 1px solid silver;
}
.tech-tools-section .tech-icon {
  height: 50px;
  filter: grayscale(0%);
  margin-top: 3px;
  padding: 5px;
}

.tech-tools-section .tech-icon:hover {
  filter: grayscale(90%);
  
}

/*===========================*/
    .section-title {
      font-size: 30px;
      font-weight: bold;
      color: #003366;
      margin-bottom: 40px;
      text-align: center;
    }

    .nav-tabs .nav-link.active {
      background-color: rgb(235, 86, 12);
      color: white;
    }
    .nav-tabs .nav-link{
        color: black;
        font-size: 17px;
        font-weight: 500;
        padding: 20px 15px;

    }
    .tab-heading {
    margin-top: 20px;
      font-weight: bold;
      color: rgb(235, 86, 12);
      font-size: 32px;
    }
.invst-partner-section{
    border-radius: 90px 0px 90px 0px; border: 10px solid white; height: 350px; object-fit: cover; width: 100%;
}
    @media (max-width: 768px) {
      .nav-tabs {
        display: none;
      }
      .tab-pane .row{
          display: none;
      }
      .invst-partner-section{
          height: 200px;
      }
    }

    @media (min-width: 769px) {
      .accordion-1 {
        display: none;
      }
    }
    
    /*============== best services ==================*/
    .service-block-four .inner-box .image-box img{
        height: 220px;
        object-fit: cover
    }
   
 
	    .info-link {
  display: inline-flex;
  align-items: center;
  background-color: #28a745;
  color: white;
  font-weight: bold;
  padding: 10px 15px;
  border-radius: 30px;
  width: 260px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.info-link:hover {
  color: white;
}

.phone-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  animation: ring 1s infinite;
}

/* Phone ringing animation */
@keyframes ring {
  0% { transform: rotate(0deg); }
  10% { transform: rotate(15deg); }
  20% { transform: rotate(-15deg); }
  30% { transform: rotate(10deg); }
  40% { transform: rotate(-10deg); }
  50% { transform: rotate(5deg); }
  60% { transform: rotate(-5deg); }
  70% { transform: rotate(0deg); }
  100% { transform: rotate(0deg); }
}
/*===================================
    SEO Page Start
====================================*/
.custom-form-wrapper {
  background: linear-gradient(135deg, #1B2946, rgb(235, 86, 12));
  max-width: 500px;
  margin: auto;
  border-radius: 12px;
}

.form-heading {
  font-size: 1.5rem;
  font-weight: 600;
}

.custom-input {
  border-radius: 8px;
  padding: 6px 15px;
  font-size: 15px;
  border: none;
}

.custom-input:focus {
  outline: none;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.custom-submit-btn {
  background-color: #000;
  color: #fff;
  padding: 12px;
  border-radius: 8px;
  font-weight: 600;
  transition: background-color 0.3s;
}

.custom-submit-btn:hover {
  background-color: #343a40;
  color: white;
}
.form-control, .input-text {
    height: calc(1rem + 27px);
}

/*==================================
    Seo Section
===================================*/
.seo-section {
  background-color: #fff;
}



.eso-icon {
  width: 50px;
  height: 50px;
}

.seo-title {
  font-weight: bold;
  font-size: 1.25rem;
  position: relative;
  margin-bottom: 15px;
  display: inline-block;
}

.seo-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  border-bottom: 2px dashed #000;
}
.seo-features{
    
}
.seo-box-feature {
    padding: 10px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
}
.seo-box-feature:hover {
  background-color: rgb(235, 86, 12); 
  color: #fff;
}

.seo-box-feature:hover p,
.seo-box-feature:hover h5 {
  color: #fff;
}
.feature-heading {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 10px;
  border-bottom: 2px dashed #333;
  display: inline-block;
  
}

@media(max-width: 575.98px){
    .heading-content-all-pages{
        font-size: 36px;
        
        
    }
}

 /*==========================
        SMO Pages Start
 ===========================*/
  .smo-process-box-1{
     border: 1px solid silver;
     padding: 10px;
     text-align: center;
     border-radius: 5px;
     background-color: #0F1E3A; 
     cursor: pointer;
 }
 .smo-process-box-1 h4,
   .smo-process-box-1  p{
       color: #fff;
   }
.smo-process-box-1 h4 {
    width: fit-content;         /* Only as wide as the text */
    border-bottom: 2px dashed silver;
    margin:16px  auto;             /* Center it horizontally */
}

.smo-process-box h4 {
    width: fit-content;         /* Only as wide as the text */
    border-bottom: 2px dashed silver;
    margin:16px  auto;             /* Center it horizontally */
}
.smo-process-box:hover h4 {
    border-bottom: 2px dashed silver;
    
}
   .smo-process-box-1  p{
       font-size: 17px;
   }
 .smo-process-box{
     border: 1px solid silver;
     padding: 10px;
     text-align: center;
     border-radius: 5px;
     cursor: pointer;
 }
 .smo-process-box:hover{
     background-color: #0F1E3A; 
  cursor: pointer;
 }
 .smo-process-box p{
     font-size: 17px;
     color: black;
 }
 
  .smo-process-box:hover h4,
   .smo-process-box:hover p{
       color: #fff;
   }
 .smo-process-icon{
     height: 70px;
     width: 70px;
     margin-top: 10px;
 }
 
 /*================================
    Content Marketing Page
===================================*/

    .cm-quote-form-container {
  background: #fff;
  border-radius: 15px;
  padding: 30px 25px;
  width: 100%;
  max-width: 430px;
  box-shadow: 0 0 25px rgba(0,0,0,0.1);
  margin: auto;
  position: relative;
  z-index: 10;
}

.cm-form-title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #000;
}

.cm-form-subtitle {
  font-size: 17px;
  color: #555;
  margin-bottom: 20px;
  border-left: 4px solid #0e3c7e;
  padding-left: 8px;
}

.cm-quote-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.cm-input,
.cm-select {
  width: 100%;
  padding: 7px 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 14px;
}

.cm-select {
  background-color: #fff;
  color: #000;
}

.cm-submit-btn {
  background-color: #092c5f;
  color: #fff;
  font-weight: 600;
  padding: 12px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 15px;
  transition: background-color 0.3s ease;
}

.cm-submit-btn:hover {
  background-color: #0e3c7e;
}

.cm-submit-btn i {
  margin-right: 8px;
}
.content-page-paragraph{
    font-size: 17px;
    color: black;
}
.content-marke-icon li i{
    font-size: 21px;
}

 /*====================================*/
 .free-plan-section {
  background: linear-gradient(135deg, #1B2946, #1B2946);
  padding: 50px 20px;
  text-align: center;
  color: white;
  font-family: 'Segoe UI', sans-serif;
}

.free-plan-container {
  max-width: 700px;
  margin: auto;
}

.free-plan-heading {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}

/*.free-plan-subtext {*/
/*  font-size: 16px;*/
/*  color: #dfe7f3;*/
/*  margin-bottom: 30px;*/
/*}*/

/*.free-plan-form {*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  border-radius: 50px;*/
/*  overflow: hidden;*/
/*  background-color: white;*/
/*  max-width: 600px;*/
/*  margin: auto;*/
/*  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);*/
/*}*/

/*.free-plan-input {*/
/*  flex: 1;*/
/*  padding: 15px 20px;*/
/*  border: none;*/
/*  font-size: 16px;*/
/*  border-radius: 0;*/
/*  outline: none;*/
/*  min-width: 0;*/
/*}*/

/*.free-plan-button {*/
/*  background-color: rgb(235, 86, 12);*/
/*  color: #fff;*/
/*  border: none;*/
/*  padding: 15px 25px;*/
/*  font-weight: bold;*/
/*  font-size: 14px;*/
/*  cursor: pointer;*/
/*  transition: background-color 0.3s ease;*/
/*  white-space: nowrap;*/
/*}*/

/*.free-plan-button:hover {*/
/*  background-color: black;*/
/*  color: white;*/
/*}*/

 .content-mk-box-strategy{
     border: 1px solid silver;
     border-radius: 5px;
     padding: 20px;
 }
 .conetnt-ma-stratigy-images{
     height: 80px;
     width: 90px;
 }
   .content-mk-box-strategy {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  }

  .row.equal-height > div {
    display: flex;
    flex-direction: column;
  }
	
/*================================
    Contact Us section start
=================================*/

.contact-section {
  padding: 0px 20px;
  position: relative;
  overflow: hidden;
  
}

.contact-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}

.contact-text {
  flex: 1 1 50%;
  padding: 20px;
}

.contact-text h2 {
  font-size: 40px;
  font-weight: bold;
  color: #003366;
}

.contact-text h2 span {
  color: rgb(235, 86, 12);
}

.contact-text p {
  font-size: 18px;
  margin-top: 15px;
  color: #333;
}

.contact-image {
  flex: 1 1 45%;
  padding: 20px;
  text-align: center;
}

.contact-image img {
  border-radius: 20px;
  animation: fadeInRight 1s ease forwards;
  
}

@keyframes fadeInRight {
  from { opacity: 0; transform: translateX(50px); }
  to { opacity: 1; transform: translateX(0); }
}

/* WhatsApp Button */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1000;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  transition: transform 0.3s;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.whatsapp-float img {
  width: 32px;
  height: 32px;
}

/*==============================================
==============================================*/

/*=============================================
    Portfolio Start
==============================================*/


/*=============================================
    Portfolio End
==============================================*/

/*===========================================
    Case Studey Start
===========================================*/
.portfolio-card-case-study {
  
  border-radius: 8px;
  overflow: hidden;
  transition: transform 8s ease;
}

.portfolio-card-case-study:hover {
  transform: translateY(-5px);
}

.image-scroll-box {
  height: 400px;
  overflow: hidden;
  position: relative;
}

.image-scroll-box img {
  width: 100%;
  height: auto;
  display: block;
  transform: translateY(0);
  transition: transform 19s linear;
}

.portfolio-card-case-study:hover .image-scroll-box img {
  transform: translateY(-88%);
  cursor: pointer;
}


    .project-card {
  display: flex;
  flex-wrap: wrap;
  background-color: #0d1429;
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
  margin: 20px auto;
  max-width: 1100px;
}

.project-image {
  background-color: #0d1429;
  flex: 1 1 400px;
  padding: 10px;
  position: relative;
}

.project-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  padding: 20px;
}

.ribbon {
  position: absolute;
  top: 0;
  left: 0;
  background: #e74c3c;
  color: #fff;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  border-bottom-right-radius: 8px;
}

.project-content {
  flex: 1 1 500px;
  padding: 20px;
}

.project-content h2 {
  font-size: 32px;
  margin: 0 0 10px;
  color: #fff;
}

.project-content p {
  margin: 10px 0;
  color: #fff;
}

.project-content span {
  font-weight: bold;
  color: #fff;
  color: #fff;
}

.stats {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
  text-align: center;
}

.stats div {
  flex: 1;
  border: 1px dashed #fff;
  padding: 10px;
  margin: 0 5px;
  border-radius: 5px;
  background-color: #1a213a;

}

.stats strong {
  font-size: 20px;
  display: block;
  color: #fff;
}

.description {
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.buttons a {
  display: inline-block;
  padding: 10px 20px;
  margin-right: 10px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
}

.visit-btn {
  background-color: #00c2f0;
  color: white;
}

.visit-btn:hover {
  background-color: #00a6d4;
}

.discuss-btn {
  background-color: rgb(235, 86, 12);
  color: white;
}

.discuss-btn:hover {
  background-color: #2a4b84;
}

/* Responsive */
@media (max-width: 768px) {
  .project-card {
    flex-direction: column;
  }

  .stats {
    flex-direction: column;
  }

  .stats div {
    margin: 5px 0;
  }
}




/*===========================================
    Case Studey End
===========================================*/

/*=========================================
    SEO Pages Start
==========================================*/





/*==========================================
    SEO Pages End
==========================================*/
