﻿/*body {

}*/

/* -------------------------------------------------------------------------------- */
/* ----- Word Press Serveice Page Css Code Start ----- */
/* -------------------------------------------------------------------------------- */
.wordpress_development_section_main_outer_div_wordpress_service_page {
  padding: 80px 0px 110px 0px;
}
.wordpress_development_section_left_image_div_wordpress_service_page {
  border-left: 10px solid #2b6f80;
  font-family: "Inter", sans-serif;
  padding-left: 10px;
  padding-bottom: 10px;

  position: relative;
}
.wordpress_development_section_left_image_div_wordpress_service_page::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 2%; /* Start from 25% */
  width: 45%; /* Border width = 50% */
  height: 10px;
  background-color: #2b6f80;
}

.two_button_main_service_4_page {
  margin-top: 0px !important;
}

.wordpress_development_section_right_blank_div_wordpress_service_page {
  width: 173px;
  height: 10px;
  background-color: #2b6f80;

  position: absolute;
  top: 100px;
  left: 463px;
  /*transform: translate(-50%, -50%);*/
}

.wordpress_development_section_left_wordpress_icon_wordpress_service_page {
  width: 150px;
  height: 150px;
  /*background-color: #2B6F80;*/
  border-radius: 50%;
  text-align: center;

  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);

  animation: float_wordpress_development_section_left_wordpress_icon_wordpress_service_page
    3s ease-in-out infinite;
}

@keyframes float_wordpress_development_section_left_wordpress_icon_wordpress_service_page {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}

.wordpress_development_section_right_outer_div_wordpress_service_page {
  padding: 50px;
}

.only_margin_top_right_div_wordpress_service_page {
  margin-top: 50px;
}

.two_button_main_service_2_page {
  margin-top: 50px;
}

.wordpress_development_section_right_header_top_header_tag {
  padding-left: 5px;
  border-left: 5px solid #2b6f80;
}

.wordpress_development_section_left_only_wordpress_icon_wordpress_service_page {
  line-height: 150px;
  font-size: 150px;
  color: #fff;
}

.wordpress_development_section_left_image_div_position_absolute_wordpress_service_page {
  /*width: auto;*/
  border: 10px solid #2b6f80;
  position: absolute;
  top: 119px;
  left: 323px;
  /*transform: translate(-50%, -50%);*/
}
.wordpress_development_small_header_wordpress_service_page {
  display: flex;
  justify-content: center; /* Horizontal center */
  align-items: center; /* Vertical center (if needed) */
  gap: 10px; /* Space between elements */
  color: #2b6f80;
}

.wordpress_development_small_line_header_wordpress_service_page {
  width: 50px;
  height: 5px;
  border-radius: 50px;
  background-color: #2b6f80; /* Just to visualize lines */
}
.wordpress_development_big_header_wordpress_service_page {
  text-align: center;
  font-family: "Inter", sans-serif;
  color: #2b6f80;
  margin-bottom: 50px;
}
.devlopment_and_devloper_image_outer_div_show_only_max_width_767_wsp {
  width: auto;
  border: 10px solid #2b6f80;
  display: none;
}

/* Custom Theam And Plugin Development Section Start */
.custom_theam_and_plugin_developmemt_outer_div_wordpress_service_page {
  padding: 80px 0px;
  /*background-image: url('../image/Services/WordPress/row-bg.webp');*/
  background-image: url("../image/Services/WordPress/background_imge_wordpress_service.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.8;
}
.custom_theam_and_plugin_wordpress_service_page {
  width: auto;
  padding: 10px;
  text-align: center;
}
.custom_theam_and_plugin_developmemt_nested_div_wordpress_service_page {
  position: relative;
  margin-top: 40px;
  /*box-shadow:8px 8px 15px rgba(0, 0, 0, 0.1),-8px -8px 15px rgba(255, 255, 255, 0.7);*/
}

.two_button_main_service_1A_page {
  margin-top: 50px !important;
  margin-bottom: 0px !important;
}

.custom_theam_and_plugin_developmemt_icon_div_wordpress_service_page {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f2f5f9;
  text-align: center;
  border-top: 2px;
  border-right: 2px;
  border-bottom: 2px;
  border-left: 2px;

  transition: all 0.95s ease-in-out;

  animation: icon_outer_div_border_animation 0.9s ease-in-out infinite;

  position: absolute;
  z-index: 1;
  top: -5%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes icon_outer_div_border_animation {
  0% {
    border-top: 2px solid #014ca1;
  }
  25% {
    border-right: 2px solid #014ca1;
  }
  50% {
    border-bottom: 2px solid #014ca1;
  }
  100% {
    border-left: 2px solid #014ca1;
  }
}

.custom_theam_and_plugin_developmemt_icon_wordpress_service_page {
  font-size: 25px;
  padding-left: 5px;
  line-height: 50px;
  color: #014ca1;
}

/* Custom Theam And Plugin Development Section End */

/* Phone Type Design Section Start */
.two_main_service_button {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center; /* Horizontal center */
  align-items: center; /* Vertical center (if height fixed) */
  gap: 20px; /* Space between nested divs */
  height: 100px; /* Optional: to show vertical centering */
  margin-top: 50px;
  /*background-color: #f0f0f0;*/

  /*padding-top:50px;
  padding-bottom: 80px;*/
}
.two_button_main_service_1_page {
  margin-bottom: 50px;
}
.phone_type_design_section_main_outer_div {
  padding: 80px 0px;
  background-color: #f2f5f9;
}
.phone_section_main_outer_div {
  /*background-color: #001746;*/
  border-radius: 10px;
  padding: 30px;
  background: linear-gradient(#2c9460, #2a5299);
}
.phone_top_left_icon_display_flex_wordpress_red_color_service_page {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}
.phone_top_left_bottom_button_flex_wordpress_red_color_service_page {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.phone_top_left_icon_wordpress_button_color_service_page {
  width: 70px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
}
.phone_top_left_icon_wordpress_red_color_service_page {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: gray;
}
.phone_top_left_icon_wordpress_yellow_color_service_page {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: gray;
}
.phone_top_left_icon_wordpress_green_color_service_page {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: gray;
}
.phone_section_main_contain_outer_div {
  width: auto;
  height: 200px;
  border-radius: 10px;
  background-color: #fff;
  margin-top: 30px;
  text-align: center;
  padding: 20px 5px;
}
.phone_section_main_contain_card_header_wordpress_service_page {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: bold;
}
.phone_section_main_contain_P_tag {
  font-family: "Inter", sans-serif;
  font-size: 12px;
}
/* Phone Type Design Section End */

/* Service Page Bottom Button Section Start */
.service_page_bottom_button_section_main_outer_div {
  width: 100%;
  padding: 80px 0px;
  margin-top: 80px;
  text-align: center;
  background-color: #fff;
}
.service_page_bottom_button_section_h1_tag {
  font-family: "Inter", sans-serif;
  font-size: 30px;
  padding-bottom: 30px;
}
.service_page_bottom_button_section_anchar_tag {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  color: #fff;
  padding: 10px 20px;
  background-color: #132541;
  border-radius: 10px;
  margin: 0px 10px;
  transition: all 0.5s ease-in-out;
}

.service_page_bottom_button_section_anchar_tag:hover {
  color: #132541;
  outline: 2px solid #132541;
  background-color: #fff;
}
/* Service Page Bottom Button Section End */

/* New Card Section Code Start */
.flexbox {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
  flex-wrap: wrap;
}

.flexbox_only_margin_top_service_page {
  margin-top: 80px;
}

.flexcard {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 20%;
  align-items: baseline;
  height: 400px;
  border-radius: 20px;
}

.flexcardNumber {
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin: 10px 0px;
  border-radius: 0px 50px 50px 0px;
  font-family: "Jost", sans-serif;
  color: white;
  text-shadow: 0px 3px 5px black;
  font-weight: 500;
  font-size: 20px;
  position: relative;
}

.flexcardTitle {
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 400;
}

.flexcardText {
  font-family: "Jost", sans-serif;
  text-align: center;
  font-weight: 300;
}

.flexcardNumber:before {
  content: "";
  width: 34px;
  height: 90px;
  position: absolute;
  left: -33px;
  top: 0px;
  border-radius: 50px 0px 0px 50px;
  z-index: -1;

  background: -moz-linear-gradient(bottom, #95b7a2, #aed2bc);
}

.flexcardNumber:after {
  content: "";
  width: 25px;
  height: 40px;
  position: absolute;
  left: -25px;
  bottom: -40px;
  border-radius: 50px 0px 0px 50px;
  z-index: -1;
}

.flex {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 10px auto;
}

img.flexcardimgItem {
  width: 50%;
}

.flexcardGreen {
  background: #f9fbfa;
  box-shadow: 4px 4px 4px #aed2bc;
}

.flexcardNumberGreen {
  background: #fcfcfc;
  background: -webkit-linear-gradient(right, #fcfcfc, #aed2bc);
  background: -moz-linear-gradient(right, #fcfcfc, #aed2bc);
  background: linear-gradient(to left, #fcfcfc, #aed2bc);
  box-shadow: 0px 2px 2px #aed2bc;
}

.flexcardNumberGreen:before {
  background: #aed2bc;
  outline: 2px solid blue;
}

.flexcardNumberGreen:after {
  background: #95b7a2;
}

.flexcardBlue {
  background: #f7ffff;
  box-shadow: 4px 8px 1px #92e8eb;
}

.flexcardNumberBlue {
  background: #fdfffe;
  background: -webkit-linear-gradient(right, #fdfffe, #92e8eb);
  background: -moz-linear-gradient(right, #fdfffe, #92e8eb);
  background: linear-gradient(to left, #fdfffe, #92e8eb);
  box-shadow: 0px 2px 2px #92e8eb;
}

.flexcardNumberBlue:before {
  background: #92e8eb;
}

.flexcardNumberBlue:after {
  background: #71bdbf;
}

.flexcardOrange {
  background-color: #fff;
  box-shadow: 0 4px 10px 0 #2c9460, 0 8px 20px 0 #2a5299;
  position: relative;
}

.flexcardNumberOrange {
  background: linear-gradient(#2c9460, #2a5299);

  box-shadow: 0 4px 10px 0 #2c9460, 0 8px 20px 0 #2a5299;
}

.flexcardNumberOrange:before {
  background: linear-gradient(#2c9460, #2a5299);
}

.flexcardNumberOrange:after {
  background: linear-gradient(#2c9460, #2a5299);
}

.flexcardPink {
  background: #fffafd;
  position: relative;
  box-shadow: 2px 2px 1px #f34eae;
  border-radius: 20px 20px 0px 20px;
}
.flexcardPink:before {
  content: "";
  width: 0px;
  height: 50px;

  position: absolute;
  bottom: 0;
  right: 0;
  border-left: 100px solid transparent;
  border-bottom: 90px solid #f34eae;
}
.flexcardNumberPink {
  background: #fdfffe;
  background: -webkit-linear-gradient(right, #fdfffe, #f34eae);
  background: -moz-linear-gradient(right, #fdfffe, #f34eae);
  background: linear-gradient(to left, #fdfffe, #f34eae);
  box-shadow: 0px 2px 2px #f34eae;
}

.flexcardNumberPink:before {
  background: #f34eae;
}

.flexcardNumberPink:after {
  background: #d24095;
}

.wordpress_development_section_left_image_wsp {
  height: 560px;
  width: 442px;
  /*content: center;*/
}

@media only screen and (max-width: 800px) {
  .flexcard {
    width: 35%;
    margin-top: 20px;
  }

  img.flexcardimgItem {
    width: 30%;
  }
}

@media only screen and (max-width: 500px) {
  .flexcard {
    width: 70%;
  }
}

.new_card_sectiono_only_icon_wordpress_service_page {
  font-size: 100px;
  height: 90px;
  animation: new_card_icon_amination 3s ease-in-out infinite;
  position: fixed;
  bottom: 50px;

  position: absolute;
  bottom: 20px;
}

.new_card_sectiono_header_text_wordpress_service_page {
  text-align: center;
  padding: 10px 10px 0px;
  font-size: 17px;
  font-family: "Inter", sans-serif;
  font-weight: bold;
}

.new_card_sectiono_paragraph_text_wordpress_service_page {
  padding: 10px 10px 0px;
  font-size: 17px;
  font-family: "Inter", sans-serif;
  font-style: italic;
}

@keyframes new_card_icon_amination {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*footer {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 50px;
    font-family: 'Jost', sans-serif;
    font-size: 15px;
}*/

/* New Card Section Code End */

/* Custom Media Query Start */

@media only screen and (min-width: 1381px) and (max-width: 9000px) {
  .wordpress_development_section_left_image_div_wordpress_service_page {
    text-align: center;
    border: none;
    position: relative;
  }

  .wordpress_development_section_left_image_div_wordpress_service_page::after {
    display: none;
  }

  .wordpress_development_section_right_blank_div_wordpress_service_page {
    display: none;
  }
  /* .wordpress_development_section_left_image_div_wordpress_service_page {
  } */

  .wordpress_development_section_left_image_div_position_absolute_wordpress_service_page {
    width: 296px;
    border: 10px solid #2b6f80;
    border-radius: 10px;
    outline: 2px solid blue;
    position: absolute;
    top: 150px;
    left: 50%;
    /*left: 960px;*/ /* Adjusted for wider screen */
  }

  .wordpress_development_section_left_wordpress_icon_wordpress_service_page {
    position: absolute;
    top: 36%;
    left: 45%;
  }

  .wordpress_development_section_left_image_wsp {
    border-radius: 10px;
    border: 10px solid #2b6f80;
  }

  .wordpress_development_section_main_outer_div_wordpress_service_page {
    padding: 100px 0px 0px 0px;
  }

  .wordpress_development_section_right_outer_div_wordpress_service_page {
    padding: 60px 80px 20px 80px;
  }
  .two_main_service_button {
    margin-top: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1331.98px) {
  .wordpress_development_section_left_image_div_position_absolute_wordpress_service_page {
    /*border: none;*/
    /* width: 296px; */
    border: 10px solid #2b6f80;
    border-radius: 10px;
    position: absolute;
    top: 150px;
    left: 660px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .wordpress_development_section_left_image_div_wordpress_service_page {
    text-align: center;
    border: none;
  }
  .wordpress_development_section_left_image_div_wordpress_service_page::after {
    display: none;
  }
  .wordpress_development_section_right_blank_div_wordpress_service_page {
    display: none;
  }
  .wordpress_development_section_left_image_div_position_absolute_wordpress_service_page {
    /*border: none;*/
    width: 296px;
    border: 10px solid #2b6f80;
    border-radius: 10px;
    position: absolute;
    top: 150px;
    left: 660px;
  }
  .wordpress_development_section_left_wordpress_icon_wordpress_service_page {
    position: absolute;
    top: 36%;
    left: 45%;
  }
  .wordpress_development_section_left_image_wsp {
    border-radius: 10px;
    border: 10px solid #2b6f80;
  }
  .wordpress_development_section_main_outer_div_wordpress_service_page {
    padding: 80px 0px 0px 0px;
  }
  .wordpress_development_section_right_outer_div_wordpress_service_page {
    padding: 50px 50px 20px 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .wordpress_development_section_left_image_div_wordpress_service_page {
    text-align: center;
    border: none;
  }

  .wordpress_development_section_left_image_div_wordpress_service_page::after {
    display: none;
  }
  .wordpress_development_section_right_blank_div_wordpress_service_page {
    display: none;
  }
  .wordpress_development_section_left_image_div_position_absolute_wordpress_service_page {
    /*border: none;
        position: absolute;
        top: 160px;
        left: 448px;*/

    width: 300px;
    /*height: 400px;*/
    border: 10px solid #2b6f80;
    border-radius: 10px;
    position: absolute;
    /*top: 88px;
        left: 263px;*/
    top: 88px;
    left: 47%;
  }

  .wordpress_development_section_left_image_div_position_absolute_wordpress_service_page
    img {
    width: 100% !important;
    height: auto;
    display: block;
  }
  .two_main_service_button {
    margin-top: 0px;
  }
  .wordpress_development_section_left_image_div_position_absolute_wordpress_service_page {
    border: 10px solid #2b6f80;
    border-radius: 10px;
  }
  .wordpress_development_section_left_image_wsp {
    border-radius: 10px;
    border: 10px solid #2b6f80;
  }
  .wordpress_development_section_main_outer_div_wordpress_service_page {
    padding: 80px 0px 0px 0px;
  }
  .wordpress_development_section_right_outer_div_wordpress_service_page {
    padding: 50px 50px 20px 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .wordpress_development_section_right_blank_div_wordpress_service_page {
    display: none;
  }
  .wordpress_development_section_left_image_div_position_absolute_wordpress_service_page {
    width: 300px;
    /*height: 400px;*/
    border: 10px solid #2b6f80;
    border-radius: 10px;
    position: absolute;
    /*top: 88px;
        left: 263px;*/
    top: 88px;
    left: 47%;
  }

  .wordpress_development_section_left_image_div_position_absolute_wordpress_service_page
    img {
    width: 100% !important;
    height: auto;
    display: block;
  }
  .wordpress_development_section_left_image_div_wordpress_service_page {
    text-align: center;
  }
  .wordpress_development_section_left_image_wsp {
    border: 10px solid #2b6f80;
    border-radius: 10px;
  }
  .wordpress_development_section_left_image_div_wordpress_service_page {
    border-left: none;
  }
  .wordpress_development_section_right_outer_div_wordpress_service_page {
    padding: 50px 50px 10px 50px;
  }
  .two_main_service_bottom_button {
    margin-top: 0px !important;
  }
  .wordpress_development_section_main_outer_div_wordpress_service_page {
    padding: 80px 0px 0px 0px;
  }
  .wordpress_development_section_left_image_div_wordpress_service_page::after {
    display: none;
  }
  .two_main_service_button {
    margin-top: 0px;
    margin-bottom: 50px;
  }
  .two_main_service_button_only_1_margin {
    margin-top: 50px !important;
    margin-bottom: 0px !important;
  }
  .two_main_service_1_button_1_only_margin {
    margin-bottom: 50px !important;
  }
  .two_button_main_service_3_page {
    margin-bottom: 0px !important;
  }
}

@media only screen and (min-width: 345px) and (max-width: 575.98px) {
  .sub_slider_content_and_sub_content {
    font-size: 20px;
    font-weight: bold;
  }
  .wordpress_development_small_h3_tag_wordpress_service_page {
    font-size: 18px;
  }
  .wordpress_development_big_header_wordpress_service_page {
    padding-top: 10px;
    font-size: 18px;
  }
  .wordpress_development_section_left_image_div_wordpress_service_page {
    border: 20px solid #2b6f80;
    padding: 10px;
    box-shadow: border-box;
    border-radius: 10px;
    overflow: hidden;
  }
  .wordpress_development_section_left_wordpress_icon_wordpress_service_page {
    position: absolute;
    top: 50%;
    left: 50%;
    /*transform: translate(-50%, -50%)!important;*/

    animation: float_wordpress_development_section_left_wordpress_icon_wordpress_service_page
      3s ease-in-out infinite !important;
  }
  @keyframes float_wordpress_development_section_left_wordpress_icon_wordpress_service_page {
    0% {
      transform: translate(-50%, -50%) translateY(0);
    }
    50% {
      transform: translate(-50%, -50%) translateY(-20px);
    }
    100% {
      transform: translate(-50%, -50%) translateY(0);
    }
  }

  .wordpress_development_section_left_image_wsp {
    border-radius: 10px;
    opacity: 0.5;
    transition: all 0.5s ease-in-out;
  }

  .devlopment_and_devloper_image_outer_div_show_only_max_width_767_wsp {
    display: block;
    width: 100%;
    max-width: 700px;
    /*height: 200px;*/
    border: 10px solid #2b6f80;

    margin: 20px auto;
    padding: 10px;
    border-radius: 10px;
    /*overflow: hidden;*/
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);

    position: relative;
  }

  .devlopment_and_devloper_image_outer_div_show_only_max_width_767_wsp::before {
    content: "";

    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #2b6f80;

    /*position: absolute;
        top: -17px;
        left: 340px;
        z-index:0;
        opacity: 0.5;*/

    transition: all 4s ease-in-out;

    animation: devlopment_and_devloper_image_outer_div_show_only_max_width_767_wsp_before
      2s infinite ease-in-out;
  }

  /* Animation Keyframes */
  @keyframes devlopment_and_devloper_image_outer_div_show_only_max_width_767_wsp_before {
    0% {
      position: absolute;
      top: -17px;
      left: 0%;
      z-index: 0;
      opacity: 0.1;
    }
    50% {
      position: absolute;
      top: -17px;
      left: 75%;
      z-index: 0;
      opacity: 1;
    }
    100% {
      position: absolute;
      top: -17px;
      left: 0%;
      z-index: 0;
      opacity: 0.1;
    }
  }

  .devlopment_and_devloper_image_outer_div_show_only_max_width_767_wsp::after {
    content: "";

    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #2b6f80;

    /*position: absolute;
        bottom: -17px;
        right: 0%;
        z-index:0;
        opacity: 0.5;*/

    transition: all 4s ease-in-out;

    animation: devlopment_and_devloper_image_outer_div_show_only_max_width_767_wsp_after
      2s infinite ease-in-out;
  }

  /* Animation Keyframes */
  @keyframes devlopment_and_devloper_image_outer_div_show_only_max_width_767_wsp_after {
    0% {
      position: absolute;
      bottom: -17px;
      right: 0;
      z-index: 0;
      opacity: 0.1;
    }
    50% {
      position: absolute;
      bottom: -17px;
      right: 75%;
      z-index: 0;
      opacity: 1;
    }
    100% {
      position: absolute;
      bottom: -17px;
      right: 0;
      z-index: 0;
      opacity: 0.1;
    }
  }

  .two_main_service_button {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center; /* Horizontal center */
    align-items: center; /* Vertical center (if height fixed) */
    gap: 20px; /* Space between nested divs */
    height: 100px; /* Optional: to show vertical centering */
    /*background-color: #f0f0f0;*/
    margin-top: 50px;
    margin-bottom: 80px !important;
  }

  .card_only_image_wps {
    width: auto !important;
    object-fit: cover;
  }
  .main {
    /* max-width: 1200px; */
    width: 100%;
    margin: 0 auto;
    padding: 20px !important;
    background-color: #fff;
  }
  .two_main_service_button_only_margin {
    margin-top: 35px;
    margin-bottom: 5px;
  }

  .d_and_d_only_image_outer_div_show_only_max_width_767_wsp {
    /*object-fit: cover;*/
    height: auto;
    object-fit: contain;
  }

  .wordpress_development_section_left_image_wsp:hover {
    opacity: 1;
    transform: scale(1.1);
  }

  .wordpress_development_section_left_image_div_position_absolute_wordpress_service_page {
    display: none;
  }
  .wordpress_development_section_right_blank_div_wordpress_service_page {
    display: none;
  }
  .wordpress_development_section_left_image_div_wordpress_service_page::after {
    display: none;
  }
  .wordpress_development_section_main_outer_div_wordpress_service_page {
    padding-bottom: 0px;
  }
}

@media only screen and (min-width: 10px) and (max-width: 344.98px) {
  .sub_slider_content_and_sub_content {
    font-size: 19px;
  }
  .wordpress_development_small_h3_tag_wordpress_service_page {
    font-size: 16px;
  }
  .wordpress_development_big_header_wordpress_service_page {
    padding-top: 10px;
    font-size: 18px;
  }
  .wordpress_development_section_left_image_div_wordpress_service_page {
    border: 20px solid #2b6f80;
    padding: 10px;
    box-shadow: border-box;
    border-radius: 10px;
    overflow: hidden;
  }
  .wordpress_development_section_left_wordpress_icon_wordpress_service_page {
    position: absolute;
    top: 50%;
    left: 50%;
    /*transform: translate(-50%, -50%)!important;*/

    animation: float_wordpress_development_section_left_wordpress_icon_wordpress_service_page
      3s ease-in-out infinite !important;
  }
  @keyframes float_wordpress_development_section_left_wordpress_icon_wordpress_service_page {
    0% {
      transform: translate(-50%, -50%) translateY(0);
    }
    50% {
      transform: translate(-50%, -50%) translateY(-20px);
    }
    100% {
      transform: translate(-50%, -50%) translateY(0);
    }
  }

  .wordpress_development_section_left_image_wsp {
    border-radius: 10px;
    opacity: 0.5;
    transition: all 0.5s ease-in-out;
  }

  .devlopment_and_devloper_image_outer_div_show_only_max_width_767_wsp {
    display: block;
    width: 100%;
    max-width: 700px;
    /*height: 200px;*/
    border: 10px solid #2b6f80;

    margin: 20px auto;
    padding: 10px;
    border-radius: 10px;
    /*overflow: hidden;*/
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);

    position: relative;
  }

  .devlopment_and_devloper_image_outer_div_show_only_max_width_767_wsp::before {
    content: "";

    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #2b6f80;

    /*position: absolute;
        top: -17px;
        left: 340px;
        z-index:0;
        opacity: 0.5;*/

    transition: all 4s ease-in-out;

    animation: devlopment_and_devloper_image_outer_div_show_only_max_width_767_wsp_before
      2s infinite ease-in-out;
  }

  /* Animation Keyframes */
  @keyframes devlopment_and_devloper_image_outer_div_show_only_max_width_767_wsp_before {
    0% {
      position: absolute;
      top: -17px;
      left: 0%;
      z-index: 0;
      opacity: 0.1;
    }
    50% {
      position: absolute;
      top: -17px;
      left: 75%;
      z-index: 0;
      opacity: 1;
    }
    100% {
      position: absolute;
      top: -17px;
      left: 0%;
      z-index: 0;
      opacity: 0.1;
    }
  }

  .devlopment_and_devloper_image_outer_div_show_only_max_width_767_wsp::after {
    content: "";

    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #2b6f80;

    /*position: absolute;
        bottom: -17px;
        right: 0%;
        z-index:0;
        opacity: 0.5;*/

    transition: all 4s ease-in-out;

    animation: devlopment_and_devloper_image_outer_div_show_only_max_width_767_wsp_after
      2s infinite ease-in-out;
  }

  /* Animation Keyframes */
  @keyframes devlopment_and_devloper_image_outer_div_show_only_max_width_767_wsp_after {
    0% {
      position: absolute;
      bottom: -17px;
      right: 0;
      z-index: 0;
      opacity: 0.1;
    }
    50% {
      position: absolute;
      bottom: -17px;
      right: 75%;
      z-index: 0;
      opacity: 1;
    }
    100% {
      position: absolute;
      bottom: -17px;
      right: 0;
      z-index: 0;
      opacity: 0.1;
    }
  }

  .two_main_service_button {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center; /* Horizontal center */
    align-items: center; /* Vertical center (if height fixed) */
    gap: 20px; /* Space between nested divs */
    height: 100px; /* Optional: to show vertical centering */
    /*background-color: #f0f0f0;*/
    margin-top: 50px;
    margin-bottom: 80px;
  }

  .card_only_image_wps {
    width: auto !important;
    object-fit: cover;
  }
  .main {
    /* max-width: 1200px; */
    width: 100%;
    margin: 0 auto;
    padding: 4px !important;
    background-color: #fff;
  }
  .two_main_service_button_only_margin {
    margin-top: 35px;
    margin-bottom: 5px;
  }

  .d_and_d_only_image_outer_div_show_only_max_width_767_wsp {
    /*object-fit: cover;*/
    height: auto;
    object-fit: contain;
  }

  .wordpress_development_section_left_image_wsp:hover {
    opacity: 1;
    transform: scale(1.1);
  }

  .wordpress_development_section_left_image_div_position_absolute_wordpress_service_page {
    display: none;
  }
  .wordpress_development_section_right_blank_div_wordpress_service_page {
    display: none;
  }
  .wordpress_development_section_left_image_div_wordpress_service_page::after {
    display: none;
  }
  .wordpress_development_section_main_outer_div_wordpress_service_page {
    padding-bottom: 0px;
  }
}

/* Custom Media Query End */

/* -------------------------------------------------------------------------------- */
/* ----- Word Press Serveice Page Css Code End ----- */
/* -------------------------------------------------------------------------------- */

/* ----- Portfolio Page Css Code Start ----- */
.sub_slider_background_image_div_portfolio_page {
  overflow: hidden;
  /*background: linear-gradient(rgb(1 95 201 / 22%), rgba(0, 0, 0, 0.2)), url(../image/NewImagehttps://codesatlas.com/abouthttps://codesatlas.com/about.webp);*/
  /* background-image: url("../image/Portfolio/PortfolioBannerImage.PNG"); */
  background-image: url("../image/Banner_Portfolio_Page.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 600px;
  padding: 60px 0px 60px 0px;
}
.service_we_provide_section_start {
  width: 100%;
  padding: 100px 0px;
  /* background-color: #fff; */
  /* background-image: url(../image/Portfolio/service_we_provide.jpg); */
  background-image: url(../image/Portfolio/office.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-origin: padding-box;
  background-clip: border-box;
}
.sevice_we_provide_card_outer_div {
  min-height: 300px;
  margin: 10px 0px;
  outline: 2px solid #fff;
  /* background-color: orange; */
  position: relative;
  transition: all 0.9s ease-in-out;
  /* z-index: 1; */
  overflow: hidden; /* ensures border effect stays inside */
  border-radius: 10px;
  /* animation: waterBorder 5s ease-in-out infinite; */
}
/* Keyframes for liquid-like morphing border-radius */
/* @keyframes waterBorder {
  0% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }
  100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
} */
.sevice_we_provide_card_outer_positin_div {
  width: 100%;
  height: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  /* padding: 50px; */
  padding: 0px 50px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  opacity: 0;
  /* border-radius: 50%; */
  border-top: 50px;
  transition: all 0.9s ease-in-out;
}
.sevice_we_provide_card_outer_div:hover {
  outline: 2px solid transparent;
}
.sevice_we_provide_card_outer_div:hover
  .sevice_we_provide_card_outer_positin_div {
  height: 100%;
  opacity: 1;
  border-radius: 10px;
  /* outline: 2px solid #000; */
}
.sevice_we_provide_card_outer_div_image {
  height: 250px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sevice_we_provide_card_outer_positin_div_h1 {
  font-weight: bold;
}
.sevice_we_provide_card_outer_positin_div_para {
  text-align: center;
  color: gray;
}
.some_project_section_main_outer_div {
  width: 100%;
  padding: 80px 0px;
}
.some_project_section_main_outer_div_1 {
  width: 100%;
  padding: 80px 0px 0px 0px;
}
.some_project_section_card_1_div {
  background-image: url(../image/Portfolio//ChatGPT\ Image\ Jul\ 7\,\ 2025\,\ 04_37_29\ PM.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  background-origin: padding-box;
  background-clip: border-box;
  min-height: 400px;
}
.service_section_card_outer_div {
  margin-top: 80px;
  height: 82%;
}
.custom_show_more_button {
  /* margin-top: 80px; */
}
.our_features_p2_1_portfolio_page {
  background-color: #fff;
  border-radius: 50px;
}
@media only screen and (max-width: 576px) {
  .sub_slider_background_image_div_portfolio_page {
    min-height: auto;
  }
  .out_features_outer_div_index_page {
    padding: 50px 0px;
  }
  .our_features_p_2_index_page {
    font-size: 15px;
  }
  .service_we_provide_section_start {
    padding: 50px 0px;
  }
  .our_features_p2_1_portfolio_page {
    background-color: #fff;
    border-radius: 50px;
    font-size: 25px !important;
    padding: 20px 20px;
  }
  .some_project_section_main_outer_div_1 {
    padding: 50px 0px 0px 0px;
  }
  .service_section_card_outer_div {
    margin-top: 50px;
  }
  .service_section_card_outer_div {
    height: 90%;
  }
}
/* ----- Portfolio Page Css Code End ----- */
