.blog {
    width: 100%;
    margin-bottom: 110px;
}

h1{
    font-size: 1.25rem;
    font-family: Poppins-Bold;
    line-height: 29px;
  }
h2{
font-size: 1.25rem;
font-family: Poppins-Bold;
line-height: 29px;
font-weight: bold;
color: rgb(51, 51, 51)!important;
}
.title-part {
    padding-top: 38.62px;
    width: 100%;
    flex-shrink: 0;
    background-color: #008000;

}

.success-story-title-height {
    height: 300px
}

.latest-thinking-title-height {
    height: 260px
}

@media (max-width: 870px) {
    .summary {
        margin-top: 30%;
    }
    .title {
        margin-top: 5%;
    }
    .titleImg{
        object-fit: contain;
    }
    .logo {
        padding-left: 7%;
        padding-right: 7%;
        margin-top: 2% !important;
        height: 240px !important;
    }
    .content {
        padding-left: 7%;
        padding-right: 7%
    }
}

@media (max-width: 550px) {
    .summary {
        margin-top: 30%;
    }
    .title {
        margin-top: 5%;
    }
}

.headline {
    width: 100%;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    text-transform: uppercase;
    margin-top: 1%
}

.summary {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    line-height: 24px; /* 150% */
}

.title {
    width: 100%;
    margin-right: auto;
    color: var(--Primary-White, #FFF);
    text-align: center;

    /* h1 */
    font-family: Poppins-Bold;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px; /* 121.875% */
    text-transform: uppercase;
}

.article-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 7%;
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center; /* added to center align the content vertically */
    border: 4px solid var(--Primary-White, #fff);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    background: #fff center / cover no-repeat; /* consolidated background properties */
    width: 100%;
    height: 488px;
    z-index: 10;
    margin: -91px auto 0; /* combined margin-top, margin-left, and margin-right */
}


.success-story-max-width{
    max-width: 811px
}

.latest-thinking-max-width{
    max-width: 1100px
}

.titleImg {
    /* object-fit: contain; */
    width: 100%;
    height: 100%;
}


.content {
    color: var(--Primary-Gray, #333);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin: 44px auto 126px auto;
}

.content-container {
    display: grid;
    grid-template-areas: "cb cp";
    grid-template-columns: .7fr .3fr;
    grid-template-rows: auto;
}

.content-body {
    grid-area: cb;
}
.content-properties {
    grid-area: cp;
    margin-left: 25%;
}

.dropdown-style {
    border: None;
    margin-left: -6%;
    /* background-color: aliceblue; */
    width: 100%;
}

.content-body h5 strong{
    color: var(--Primary-Gray, #333);
    /* h2 */
    font-family: Poppins-Bold;
    line-height: 29px;
}

.content-body img{
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    max-width: 100%;
    display: block;
    margin: 16px auto;
}

.content-body p {
    text-align: justify
}

.properties_margin {
    margin-top: 33%;
    margin-bottom: 33%;
}

.tech_stack_margin {
    margin-bottom: 17%
}
@media screen and (max-width:1180px) {
    .content-container {
        grid-template-areas: "cb"
                            "cp";
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
    }
    .content-properties {
        margin-left: 0px
    }
    .properties_margin {
        margin-top: 5%;
        margin-bottom: 5%;
    }
    .dropdown-style {
        width: auto
    }
    .tech_stack_margin {
        margin-left: -18%;
        margin-bottom: 5%
    }
    .latest-thinking-max-width{
        max-width: 811px
    }
}
div.background {
    /* border: 1px solid green; */
    background-repeat: no-repeat;
    /* for vertical repeat */
    background-size: contain;
    background-attachment: fixed;
  }


  .slider_section .detail-box .btn-box a {

    background-color: green;

}

.slider_section .detail-box h1 span {
    color: green;
}

.slider_section .carousel-indicators li.active {
    color: green;
}

/* .navbar-brand img {
    width: 200px;
} */

/* .navbar {
    padding: 0rem 0rem;
} */

.custom_nav-container {
    z-index: 99999;
    padding: 0px 0px 5px 0px;
}

.about_section .detail-box a {

    background-color: green;

}

.service_section .box a {
    /* padding: 6px 25px; */
    border: 1px solid green;
    color: green;
    /* text-transform: uppercase; */
}
.fa{
    font-size: larger;
}
.btn-box a{
    background: green;
}
.contact_section .contact_bg {
    background-color: #effff000;
}

.contact_section .contact_form input {

    background-color: #ffffff;
    color: #007400;
    border: 1px solid green;
    border-radius: 0.3rem;

}

.contact_section .contact_form input::placeholder {
    color: green;
}

input{
    border: 1px solid green;
}


.imageOverContainer {
    position: relative;
    width: 300px;
    height: 200px;
    display: block;
  }

  .imageOverimage {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }

  .imageOveroverlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: green;
  }

  .imageOverContainer:hover .imageOveroverlay {
    opacity: 0.9;
  }

  .imageOverText {
    color: white;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
  }

  .customers .heading_container {
    justify-content: center;
    margin-bottom: 25px;
}

.copy-right{
    margin-top: 10px;

}

.slider_section .carousel-indicators::before {
    /* content: "";
    position: absolute;
    top: 50%;
    left: 50%; */
    width: 0px;
    /* height: 55%;
    background-color: #ffffff;
    transform: translate(-50%, -50%); */
}


.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
    padding: 10px 7px;
    /* color: green; */
    color: #ffffff;
    /* text-align: center;
    text-transform: uppercase; */
}

.line-breaker {
    white-space: pre-line;
    font-style: optional;
  }

.tex_resize:hover{
    border: 1px solid green!important;
}

.jumbotron{
    background-color: white;
}

.header_section{
    /* background-color: #e6f1e5; */
    background-color: #008800 ;
}

.dropdown:hover .dropdown-menu {
    display: block;
  }

.paraShow {
    padding: 0% 18%;
}

.callToAction{
    background: #008800;
    /* color: #ffffff; */

    display: inline-block;
    padding: 10px 10px;
    /* background-color: green; */
    color: #ffffff!important;
    transition: all 0.3s;
    border: 1px solid transparent;
    border-radius: 5px;
    text-align: center;
}

.callToAction:hover {
    background-color: transparent;

    border-color: #008800;
    color: #008800!important;
  }

  .paraShow1{
    padding: 0% 25%;
  }
@media (max-width: 1180px) {
    .paraShow {
        padding: 0px 30px;
    }

    .paraShow1{
        padding: 0px 30px;
      }

}


.side1 {
    width: 40%;
    /* height: 100px; */
    background-color: #008800;
    /* border-top-left-radius: 50px; Adjust the radius to create a curved effect */
    /* border-bottom-left-radius: 50px;  */
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }

  .side2 {
    width: 40%;
    /* height: 100px; */
    background-color: #008800;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    /* border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;  */
  }


.edit-article-button {
    color: #fff; /* White text color */
    text-decoration: none; /* Remove default underline */
    border-radius: 5px; /* Rounded corners */
    transition: background-color 0.3s ease; /* Smooth transition on hover */
}

.edit-article-button i {
    margin-right: 5px; /* Add space between icon and text */
}

.article-share-links {
    display:flex;
    flex-direction: row;
    gap:20px
}

