html {
    scroll-behavior: smooth;
}


body {
    background-color: #151414;
    margin: 0;
    padding: 0 !important;
    /* font-family: "Poppins, serif";*/
    /* background-image: url(./images/home/5301586.jpg); */
}

/* Only necessary with horizontal scrolling */




.hs-2 {
    font-size: 4em;

}

.fs-icon {
    font-size: 4.8em;
}

.hero {
    margin-top: 6.5em;
}

.hero-image {
    font-family: "Poppins", serif;


}

.navbar {
    border-radius: 5px;
    padding: 10px;
    padding-bottom: 1.5em;
    width: 91%;
    margin: 0 auto;
    padding-top: 1.5em;
    font-size: 1em;
}

.navbar-nav .nav-link {
    color: white;
    font-weight: 600;


}

/* .navbar-nav .nav-link:hover {
    color: #007bff;
} */
.navbar .navbar-brand img {
    border-radius: 10px;
}

/**case study*/

.case-study-name-and-title {
    font-family: poppins;
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.case-study-title {
    width: 68%;
}

.case-study-title p {
    color: rgba(207, 206, 206, 0.747);
    padding-top: 2em;
    font-weight: 200;

}

.case-study-details {
    width: 30%;
    height: auto;
    border: 1px solid rgba(214, 213, 213, 0.089);
    padding: 50px;
    border-radius: 20px;
}

.company-image {
    width: 88%;
    height: 300px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8em;
    margin-top: 15em;

}

/**About*/

.about-company-details h2 {
    font-size: 5em;
    width: 65%;
    display: block;
    margin: 0 auto;
}

.about-company-details p {
    font-weight: 200;
    font-size: 1.08em;
    text-align: center;
    width: 60%;
    margin: 0 auto;
    font-family: poppins;
    color: rgba(226, 218, 218, 0.877);
}

.about-market {
    font-weight: 300;
    color: rgb(255, 255, 255);
    width: 69%;
    margin: 0 auto;
    font-family: poppins;
    font-size: 1.01em;
}










.heading-2 {
    font-size: 2.1em;
    font-family: "Poppins", serif;
}

.heading-3 {
    font-size: 1.2em;
    font-family: "Poppins", serif;

}

.heading-3 span {
    background: -webkit-linear-gradient(left, #eee, #292626b9);
    /* Webkit gradient */
    background: linear-gradient(to right, #cecbcb, #6d6c6c);
    /* Standard gradient */
    -webkit-background-clip: text;
    /* Clip the background to the text */
    color: transparent;
    /* Make the text color transparent to show the gradient */
}

.heading-2 span {
    background: -webkit-linear-gradient(left, #eee, #0c0b0bb9);
    /* Webkit gradient */
    background: linear-gradient(to right, #cecbcb, #6d6c6c);
    /* Standard gradient */
    -webkit-background-clip: text;
    /* Clip the background to the text */
    color: transparent;
    /* Make the text color transparent to show the gradient */
}

.hero-vertical-image-stack {
    margin-left: 7em;
}

.hero-title h1 {
    color: white;
    font-size: 10vh;
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 1.2em;
    /* letter-spacing:0.5px; */
}

.first-image-stack {
    height: 18vh;
    width: 27vw;
    /*background-image: url(./images/home/Workspace.jpeg);*/
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5em;
}

.second-image-stack {
    height: 18vh;
    width: 27vw;
    background-image: url(./images/home/1.avif);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5em;
}

/*  */


.stack-text {
    font-weight: 500;
    color: white;
    font-size: 1.2em;
    padding-right: 1em;
}

.client-awards {
    border-top: 1px solid rgba(133, 128, 128, 0.11);
    border-bottom: 1px solid rgba(133, 128, 128, 0.11);
    margin-top: 10em;

}

.client-awards-content {

    width: 88%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    font-size: 1.2em;
    color: white;
    font-family: "Poppins";
    padding: 30px;



}



.we-connect h2 {
    font-size: 3em;
    color: white;
    margin-top: 0em;
}

.we-connect-image {
    height: auto;
    /* width:auto; */
    /* width: 50%; */
}

.we-connect-image {
    height: 65vh;
    margin-top: 10em;
    background-image: url(./images/home/man.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 2em 2em 2em 2em;

}

.business-moto {
    width: 88%;
    margin: 0 auto;
}

/*.circle {*/
/*    background: #ffc300;*/
/*    width: 15vh;*/
/*    height: 15vh;*/
/*    border-radius: 50%;*/
/*    display: flex;*/
    /* or inline-flex */
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

.brew {
    height: auto;
}

.service-box {

    width: 85%;
    margin: 0 auto;
    height: auto;
    border: 2px solid rgba(156, 156, 156, 0.082);
    border-radius: 1.5em;
    font-family: "poppins", serif;

}

.testimonials {
    width: 88%;
    margin: 0 auto;
}

.testimonials-title-block {
    text-align: center;
}



.tiny-title,
.tiny-title-service {
    text-transform: capitalize;
    color: white;
    font-family: "poppins", serif;

}

.tiny-title-about {
    text-transform: capitalize;
    color: white;
    font-family: "poppins", serif;
    font-size: 2em;
    padding-bottom: 1.3em;
    margin-top: 7em;
}

.tiny-title-about::before {
    content: '';
    height: 0.2em;
    width: 0.8em;
    background-color: #ffc300;
    color: #ffc300;
    position: absolute;
    margin-left: -1.5em;
    margin-top: 0.6em;
    border-radius: 0.2em;

}

.tiny-title-about::after {
    content: '';
    height: 0.2em;
    width: 0.8em;
    background-color: #ffc300;
    color: #ffc300;
    position: absolute;
    margin-left: 0.65em;
    margin-top: 0.6em;
    border-radius: 0.2em;

}

.misssion {
    margin-bottom: 7em;
}

.title-with-strike {
    font-size: 2.8em;
    width: 75%;
    margin: 0 auto;
    color: white;
}

.main-wrapper p {
    width: 45%;
    margin: 0 auto;
    color: white;
    font-family: poppins;
}

.tiny-title::before,
.tiny-title-service::before {
    content: '';
    height: 0.3em;
    width: 1em;
    background-color: #ffc300;
    color: #ffc300;
    position: absolute;
    margin-left: -1.5em;
    margin-top: 1.5vh;
    border-radius: 0.2em;

}

.tiny-title::after {
    content: '';
    height: 0.3em;
    width: 1em;
    background-color: #ffc300;
    color: #ffc300;
    position: absolute;
    margin-left: 0.5em;
    margin-top: 1.5vh;
    border-radius: 0.2em;


}

.main-title {
    text-transform: capitalize;
    color: white;
    padding-top: 0.5em;
    font-size: 3em;
    font-family: "poppins", serif;


}

.testimonials {
    margin-top: 5em;
    width: 88%;
    margin: 0 auto;
}

.testimonial-messages {

    display: inline-flex;
    gap: 5vw;
    justify-content: center;
}

.message-header {

    height: auto;
    width: 100%;
    display: flex;
    /* Enables Flexbox */
    justify-content: space-between;
    /* Pushes divs to opposite ends */
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.226);

}

.message-primary {

    height: auto;
    width: auto;
    width: 40%;
    /* background-color: red; */
    border-radius: 2em;
    border: 1px solid rgba(255, 255, 255, 0.164);
}


.message-secondary {

    height: 60%;
    width: 39%;
    /* background-color: rgb(7, 179, 84); */
    border-radius: 2em;
    border: 1px solid rgba(255, 255, 255, 0.164);


}

.message-content {
    height: auto;
    width: auto;
    color: white;
    font-family: "poppins", serif;
    font-size: 1.2em;


}


.message-footer {
    height: 18vh;
    width: 100%;
    color: white;
    /* background-color: rgb(216, 11, 79); */
    /* border-bottom-right-radius: 2em;
    border-bottom-left-radius: 2em; */
    border-top: 1px solid rgba(255, 255, 255, 0.164);
    font-family: "poppins", serif;


}

.circle-image {
    background: #ffc300;
    width: 10vh;
    height: 10vh;
    border-radius: 50%;
    display: flex;
    /* or inline-flex */
    align-items: center;
    justify-content: center;
}



.form-wrapper {
    width: 60%;
    margin: 0 auto;
    margin-top: 5em;
}

.custom-input {
    background-color: transparent !important;
    border-top: none !important;
    border-left: none !important;

    border-right: none !important;
    border-radius: 0px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.137);

}


input::-webkit-input-placeholder {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.555) !important;
    font-family: "poppins", serif;
}

/*** About us page **/
.container-our-mission {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 88%;
    margin: 0 auto;
    margin-top: 8em;
    margin-bottom: 10em;
}

.card {
    position: relative;
    width: 27rem;
    height: auto;
    margin: 10px;
    border: none;
    text-align: center;
    background-color: transparent;
    border-radius: 20px;
    border: 1px solid rgba(153, 150, 150, 0.096);
}

.card:hover {
    background-color: rgba(32, 32, 32, 0.568) !important;


}

.circle {
    position: absolute;
    top: -72px;
    /* Make sure the circle is fully above the card */
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #ffffff;
    /* Yellow circle */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}https://dawmad.com/

.card-body {
    padding-top: 60px;
    /* background-color: red; */
}

.card-title {
    margin-top: 20px;
    color: white;
    font-family: "Poppins";

}



.card-text {
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.664);
    font-family: "Poppins";
    font-weight: 300;
    font-size: 0.95em;

}

.accordion {
    --bs-accordion-bg: transparent !important;
    --bs-accordion-border-color: none !important;
}

.accordion-item {
    padding: 10px;
}

.accordion-active {
    border: 1px solid #ffc300 !important;
}



.accordion-button {
    background-color: transparent !important;



    border-radius: 50px;
    border-top-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
    position: relative;
    padding: 15px 40px 15px 25px;

}

.accordion-item:first-child .accordion-button {
    background-color: transparent !important;
    border: 1px solid rgba(126, 123, 123, 0.158);
    /* White border for the rest of the items */
    border-radius: 50px;
    border-top-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
    position: relative;

}

.accordion-item:not(:first-child) .accordion-button {
    background-color: transparent !important;
    border: 1px solid rgba(126, 123, 123, 0.158);
    /* White border for the rest of the items */
    border-radius: 50px;
    border-top-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
    position: relative;

}

/* Add the circle around the arrow */
.accordion-button::after {
    content: "";
    position: absolute;
    right: 15px;
    /* Position the circle to the right */
    top: 50%;
    transform: translateY(-50%);
    /* Vertically center the circle */
    width: 50px;
    /* Size of the circle */
    height: 50px;
    /* Size of the circle */
    background-color: rgb(255, 255, 255);
    /* Circle color */
    border-radius: 50%;
    /* Make it a circle */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Add the SVG arrow inside the circle */
.accordion-button::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
    background-size: 12px 12px;
    /* Size of the arrow inside the circle */
    background-repeat: no-repeat;
    background-position: center;
    /* Center the arrow inside the circle */
}

/* Rotate the arrow when the accordion item is open */
.accordion-button:not(.collapsed)::after {
    transform: translateY(-50%) rotate(180deg);
    /* Rotate the arrow */
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #212529;
}


.tiny-title-h1 {
    /* text-transform: capitalize; */
    color: white;
    font-family: "poppins", serif;
    font-size: 2em;
    width: 35%;
    margin: 0 auto;

}

.tiny-title-h1::before {
    content: '';
    height: 0.2em;
    width: 0.8em;
    background-color: #ffc300;
    color: #ffc300;
    position: fixed;
    margin-left: -2em;
    margin-top: 6vh;
    border-radius: 0.2em;

}

.tiny-title-h1::after {
    content: '';
    height: 0.2em;
    width: 0.8em;
    background-color: #ffc300;
    color: #ffc300;
    position: fixed;
    margin-left: 4em;
    margin-top: -0.8vh;
    border-radius: 0.2em;


}

.diagonal-strike {
    position: relative;
    display: inline-block;
}

.diagonal-strike::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 110%;
    height: 5px;
    /* Adjust thickness */
    background-color: #ffc300;
    /* Change color as needed */
    transform: rotate(30deg);
    /* Adjust angle for a perfect diagonal */
    transform-origin: 0 50%;
    border-radius: 5px;
}


/**Blogs*/

.text-muted{
    display:none !important;
}

.blog-listings {
    font-family: Poppins, sans-serif;
    display: flex;
    flex-wrap: wrap;
    /* Allows items to move to the next row */
    
    width: 85%;
    margin: 0 auto;

    box-sizing: border-box;
    height: auto;
}

.blog {
    width: 30%;
    text-align: center;
    border: 1px solid rgba(197, 196, 196, 0.089);
    border-radius: 10px;
    height: fit-content;
    /* Optional improvements */
    margin-bottom: 20px;
    padding: 1rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
}


.blog-title-img img {
    width: 100%;
    height: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

    /* border-radius: 10px; */

}

.category-wrapper {
    width: 50%;
    padding: 5px;
    background-color: rgb(223, 221, 221);
    border-radius: 20px;
    color: rgb(46, 45, 45);
    font-size: 0.85em;
    margin-top: 5px;
    /*margin-bottom: 20px;*/
    font-weight: 500;


}

.blog-title,
.reading-time {
    color: white;
    text-align: left;
    font-size: 1em;
    padding: 5px;
}

/* Add extra bottom margin only to the last row */
.blog:nth-last-child(-n+3) {
    /*margin-bottom: 10em !important;*/
    /* Adjust the margin for the last row */
}

.main-blog-contents {
    width: 88%;
    margin: 0 auto;
    color: white;
    height: auto;
    /* background-color: red; */
    display: flex;
    justify-content: space-between;
    font-family: "Poppins";
    /* gap: 20px; */
}

.blog-contents {
    height: auto;
    /* background-color: green; */
    /*padding: 20px;*/
    width: 68%;

}
.blog-sidebar{
    width: 25%;
    height: fit-content;
    /* background-color: violet; */
    border:1px solid rgba(175, 173, 173, 0.267);
    margin-top: 2em;
    padding:10px;
    border-radius: 10px;
    padding-top: 30px;
}
.blog-sub-sections{
    padding-top: 3em;
}
.blog-title h1{
    font-size: 2em;
    color: #ffc300;
    padding-bottom:20px;
}
.blog-detailed{
    padding-top: 2em;
}
.blog-sub-sections h2{
    color: #ffc300;
    font-size: 1.4em;
    padding-bottom: 1em;
}
.blog-sub-sections ul li span{
    font-weight: 500;
    /*color: #ffc300;*/
}
.blog-sidebar h3{
    font-size: 1.2em;
    /* text-align: center; */
    color: #ffc300;
    padding-left: 1em;

}
.blog-listings-in-sidebar li{
    padding-top: 15px;
    font-size: 0.9em;
    color: #ffc300;

}
/*Case study*/

.comparison {
    display: flex;
    flex-wrap: wrap;
    width: 88%;
    margin: 0 auto;
    font-family: "Poppins";
    padding-left: 1em;
    padding-top: 4em;
}

.comparison-approach,
.comparison-outcome {
    height: fit-content;
    width: 45.2%;
    color: white;
    border: 1px solid rgba(196, 193, 193, 0.096);
    margin: 20px;
    border-radius: 25px;

}


/* .comparison-outcome {
 
    width: 45%;
    color: white;
    border: 1px solid rgba(196, 193, 193, 0.096);
    margin: 10px;
    border-radius: 25px;
    
    padding: 15px;
   
} */

.company-logo-main {
    width: 45%;
    margin: 25px;
    /* border: 1px solid white; */
    display: flex;
    flex-direction: column;
    /* Stack the child elements vertically */
    justify-content: flex-end;
    /* Push the image to the bottom */
    margin-top: -2em;


}

.company-logo-main img {
    /* width: 95%; Set image width to fill the container */
    /* height: auto; */
    border-radius: 28px;
    /* margin-top: -5em; */

}

.comparison-header {
    color: white;
    font-size: 2.3em;
    font-weight: 300;
    padding: 15px;
    /* border-bottom: 1px solid white; */

}

.comparison-content ul li {
    padding-top: 10px;
    margin-left: -10px;
}

.comparison-content ul li::marker {
    color: #ffc300;
    /* Change this to your desired color */
    font-size: 1.2em;

}

.form-wrapper-contact {
    padding: 50px;
    font-family: "Poppins";
}

/**Footer*/

.links ul {
    color: red !important;
}


.links ul li {

    padding-top: 35px !important;
    font-size: 0.83em;
    /* color: red !important; */


}


.links ul li a {

    /* padding: 10px; */
    text-decoration: none !important;
    /* color: #ffc300; */



}


/**Services*/

.services-title-block {
    width: 85%;
    display: block;
    margin: 0 auto;
    margin-bottom: 4em;
    text-align: center;
}





.tiny-title-service {
    text-transform: capitalize;
    color: white;
    font-family: "poppins", serif;
    /* padding: 18px; */
    margin-top: 15em;
    padding-left: 2.2%;
    position: relative;

}

.tiny-title-service::before {
    content: '';
    height: 0.3em;
    width: 1em;
    background-color: #ffc300;
    color: #ffc300;
    position: absolute;
    margin-left: -1.5em;
    margin-top: 0.54em;
    border-radius: 0.2em;
    position: absolute;

}

.why-dawmad {
    width: 80%;
    margin: 0 auto;
}

.why-dawmad h1 {
    color: white;
    font-size: 5em;
    font-weight: 400;
    text-align: center;
    font-family: poppins;
}

.why-dawmad p {
    width: 72%;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.514);
    font-family: poppins;
    text-align: center;
    font-weight: 200;
    font-size: 0.95em;
}

.top-img {
    width: 78%;
    margin: 0 auto;
    background-image: url(./images/services/banner.webp);
    height: 50vh;
    border-radius: 20px;
    filter: grayscale(100%);
    margin-top: 3.5em;
}

.tiny-title-services-h1 {
    font-size: 2em;
    color: white;
    width: 520px;
    margin: 0 auto;
    font-family: poppins;
    display: block;
    position: relative;
}

.tiny-title-services-h1::before {
    content: "";
    display: inline-flex;
    position: absolute;
    height: 0.1em;
    width: 0.5em;
    background-color: #ffc300;
    margin-left: -1.2em;
    margin-top: 1.2em;

}

.tiny-title-services-h1::after {
    content: "";
    display: inline-flex;
    height: 0.1em;
    width: 0.5em;
    background-color: #ffc300;
    margin-left: 3.5em;
    margin-top: -0.2em;
    position: absolute;

}

.tiny-title-transfom {
    font-size: 2em;
    color: white;
    width: 520px;
    margin: 0 auto;
    font-family: poppins;
    display: block;
    position: relative;

}

.tiny-title-transfom::before {
    content: "";
    display: inline-flex;
    height: 0.1em;
    width: 1em;
    background-color: #ffc300;
    margin-left: -2em;
    margin-top: 0.7em;
    position: absolute;
}

.tiny-title-transfom::after {
    content: "";
    display: inline-flex;
    height: 0.1em;
    width: 1em;
    background-color: #ffc300;
    margin-left: 1em;
    margin-top: 0.7em;
    position: absolute;
}



.service-container {
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    height: fit-content !important;
    /* padding:1em; */
    margin-top: 7em;
}

.service-container-content {
    width: 76%;
    padding: 1.5em;
    font-family: poppins;
}

.service-container-text {
    border-radius: 20px;
    height: auto;
    width: 65%;
    border: 1px solid rgba(209, 207, 207, 0.082);
    display: flex;
    padding-left: 30px;
    padding-top: 30px;
    font-size: 0.92em;
}

.service-container-text h2 {
    color: white;
}

.service-container-text p {
    color: rgba(255, 255, 255, 0.801);
    font-weight: 200;
    /* width: 100%; */
}

.service-container ul li {

    font-size: 0.95em;
    font-weight: 200;
    color: rgba(255, 255, 255, 0.822);
    padding-top: 6px;

}

.service-container ul li span {

    font-size: 0.95em;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.89);
    font-size: 1.08em;

}


.service-container-img {
    width: 33%;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-left: 1.5em;
}

.service-container-img:nth-child(even) {
    width: 33%;
    display: flex;
    flex-direction: column;
    height: 100%;

}


.service-container-circle {
    background-color: white;
    height: 90px;
    width: 90px;
    color: black;
    font-size: 3.5em;
    text-align: center;
    border-radius: 50%;
    font-family: poppins;
}

.primary-border {
    width: 75%;
    margin: 0 auto;
    border: 1px solid rgba(0, 0, 255, 0.452);
    padding: 1.1em;
    height: auto;
    margin-top: 2em;
    border-radius: 2em;

}

.secondary-wrapper {
    background-color: #1e1d21;
    width: 100%;
    margin: 0 auto;
    height: auto;
    border-radius: 1.5em;

    box-sizing: border-box;

}

.main-wrapper {

    text-align: center;

}


.footer-contents {

    padding: 20px;
}

.about-vision {
    height: auto;
    border: 1px solid blue;
    border-radius: 15px;
    width: 85%;
    margin: 0 auto;
    margin-top: 10em;
}

.about-vision p {
    padding-bottom: 4em;
    font-size: 1.4em;
    width: 65%;
    margin-top: -3em;

}

.vision-icon {
    margin-top: 5em;
    margin-right: 3em;
    background-color: #ffc300;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;


}

.vision-icon i {
    font-size: 4.5em;
    color: white;
}



.vision {

    display: flex;
    justify-content: space-between;
    height: auto;


}

.vision-content {
    font-size: 4em;
}

.accordion {
    width: 78%;
    margin: 0 auto;
    font-family: Poppins;
}



/**footer**/

.footer {
    background-color: rgba(0, 0, 0, 0.253);
    margin-top: 5em;
    padding: 5em;
    /*margin-bottom: 2em;*/
    height: auto;
    /*margin-bottom: 5em;*/

}

.container-footer ul li {
    list-style: none;
    text-decoration: none;
    padding-bottom: 1em;
    font-family: "Poppins";
    font-size: 0.83em;

}

.container-footer ul li a {
    text-decoration: none;
    color: white;



}

.icon-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    /* Adjust size */
    height: 30px;
    border-radius: 50%;
    background-color: #f0f0f0;
    /* Light background, change as needed */
    color: #333;
    /* Icon color */
    margin: 5px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

.icon-circle i {
    font-size: 0.8em;
}

.icon-circle:hover {
    background-color: #333;
    /* Darker background on hover */
    color: #fff;
    /* White icon on hover */
}



/*===== Contact Page =====*/

.contact-form {
    width: 85%;
    display: flex;
    margin: 0 auto;
    margin-top: 5em;

}
.form-control{
    color:white;
}

.form-wrapper-contact {
    width: 60%;
    border: 1px solid rgba(109, 106, 106, 0.096);
    margin-left: 0.09em !important;
}
   .form-control:focus{
        color:white;
    }







/**** Media Query ****/

@media (max-width: 480px) {

    .navbar-toggler-icon{
                    background: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2230%22 height=%2225%22 viewBox=%220 0 30 25%22%3E%3Cpath fill=%22white%22 d=%22M0,0h30v5H0zM0,10h30v5H0zM0,20h30v5H0z%22/%3E%3C/svg%3E') no-repeat center center !important;

    }
    .main-blog-contents {
    width: 88%;
    margin: 0 auto;
    color: white;
    height: auto;
    /* background-color: red; */
    display: block;
    
    font-family: "Poppins";
    /* gap: 20px; */
}

.blog-contents {
    height: auto;
    /* background-color: green; */
    padding: 20px;
    width: 98%;

}
.blog-sidebar{
    width: 95%;
    height: auto;
    /* background-color: violet; */
    border:1px solid rgba(175, 173, 173, 0.267);
    margin-top: 2em;
    padding:10px;
    border-radius: 10px;
    padding-top: 30px;
}
.blog-sub-sections{
    padding-top: 3em;
}
.blog-title h1{
    font-size: 1.5em;
    color: #ffc300;
    padding-bottom:20px;
}
.blog-detailed{
    padding-top: 2em;
}
.blog-sub-sections h2{
    color: #ffc300;
    font-size: 1.4em;
    padding-bottom: 1em;
}
.blog-sub-sections ul li span{
    font-weight: 500;
    /*color: #ffc300;*/
}
.blog-sidebar h3{
    font-size: 1.2em;
    /* text-align: center; */
    color: #ffc300;
    padding-left: 1em;

}
.blog-listings-in-sidebar li{
    padding-top: 15px;
    font-size: 0.9em;
    /*color: #ffc300;*/

}

    .social-icons{
        justify-content: flex-start !important;
    }
    .footer-company-details{
        margin-left: 2em;
        margin-bottom:3em;
        margin-top: 3em;
    }
    .footer-bottom{
        display: block !important;
    }
    .page-footer-contents {
        width: 90%;
        margin: 0 auto;
    }
    .footer{
        padding:0em;
    }
    
    




    .contact-form {
        width: 85%;
        display: block;
        margin: 0 auto;

    }



    .form-wrapper-contact {
        width: 95%;
        border: 1px solid rgba(143, 140, 140, 0.137);
        padding:10px;
    }
    .form-wrapper-contact .btn{
        width:30vw !important;
        margin-top:3em;
    }

    .contact-form-address {
        width: 98% !important;
        display: block;
        padding: 20px;
        text-align: center;
        height: auto;
        margin-bottom: 10em;
        padding-bottom: 2em;
        padding-top: 2em;

    }
    .custom-input{
        margin-top:20px;
        color:white;
        
    }
    .custom-input:focus::placeholder {
      color: transparent;
    }

    .custom-input::placeholder{
        padding-left:1em;
        padding-bottom:10px;
    }
    
    .form-control:focus{
        color:white;
    }


    .vision {


        display: flex;
        justify-content: space-between;

        height: auto;
        width: 99%;
        margin-top: -2.5em;
    }

    .vision-icon {
        margin-top: 4.5em;
        margin-right: 3em;
        background-color: #ffc300;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;

    }

    .vision-icon i {
        font-size: 2.5em;
        color: white;
    }


    .about-vision {
        height: auto;
        border: 1px solid #ffc300;
        border-radius: 15px;
        width: 95%;
        margin: 0 auto;
        margin-top: 8em;


    }


    .about-vision p {
        width: 80%;
        padding-bottom: 2em;
        margin-top: -1em;

    }


    .vision h2 {
        font-family: poppins;
        color: white;
        font-size: 2.5em !important;
        font-weight: 400;
    }



    .hero-title h1 {
        color: white;
        font-size: 6vh;
        font-weight: 700;
        letter-spacing: -0.05em;
        line-height: 1.2em;
        margin-top: -1em;
        /* letter-spacing:0.5px; */
    }

    .hero-title h1 span {
        display: block;
    }

    .hero-vertical-image-stack {
        margin-left: 0em;
        margin-top: 7em;

    }

    .first-image-stack {
        width: 100%;
    }

    .stack-text {
        display: none;
    }

    .sub-title {
        color: rgba(255, 255, 255, 0.637);
        font-size: 1.08em;
        font-weight: 200;
        padding-top: 20px;
        width: 99%;
        margin: 0 auto;
    }

    .client-awards {
        position: relative;
        margin-top: 5em;
        color: white;
        font-family: "Poppins";
        overflow: hidden;
    }

    .client-awards-content i.bi-star-fill {
        display: none !important;
    }

    .service-box {

        width: 95%;
        margin: 0 auto;
        height: auto;
        border: 2px solid rgba(156, 156, 156, 0.082);
        border-radius: 1.5em;
        font-family: "poppins", serif;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 1em;

    }

    .service-box-title {
        font-size: 1.5em;


    }

    .service-box-content {
        font-size: 1em;
        font-family: poppins, serif;
        color: rgba(255, 255, 255, 0.596);
        font-weight: 300;
        text-align: left !important;
        width: 100%;
        padding-left: 13.5%;

    }

    .service-listing .service-box:nth-of-type(even) .service-box-title {
        order: 1;
        color: #ffffff;
    }

    .service-listing .service-box:nth-of-type(even) .service-box-content {
        order: 2;
        text-align: left !important;
        width: 100%;
        padding-left: 13.5%;
    }

    .testimonial-messages {
        display: flex;
        flex-direction: column;
    }

    .message-primary,
    .message-secondary {
        width: 99%;
        margin: 0 auto;
    }

    .message-content {
        font-size: 1em;
    }

    .message-footer {
        height: 21vh;
    }

    .circle-image {
        width: 4.5em;
        margin-top: 0.5em;
        height: 4.5em;
        border-radius: 50%;
        float: left !important;
    }

    .about-company-details {
        width: 100% !important;
    }



    .about-company-details p {
        font-weight: 200;
        font-size: 1.08em;
        text-align: center;
        width: 92%;
        margin: 0 auto;
        font-family: poppins;
        color: rgba(226, 218, 218, 0.877);
    }

    .about-company-details h1 {
        text-align: center !important;
        /* color: red; */
        font-size: 2.8em;
        font-family: Poppins;
        font-weight: 400;
    }

    .about-company-details h2 {
        text-align: center !important;
        /* color: red; */
        font-size: 2.8em;
        font-family: Poppins;
        font-weight: 400;
    }


    .container-our-mission {
        height: auto;
        display: block;
        width: 100%;
        margin-top: 10em;
    }

    .card {
        width: 85%;
        margin: 0 auto;
        margin-bottom: 3em !important;

    }

    .accordion {
        width: 98%;
        margin: 0 auto;
        margin-left: 3%;
        font-family: Poppins;
        margin-top: 5em;
    }

    .faq-title {
        margin-top: 10em;
    }

    .service-container-img {
        display: none !important;
    }

    .service-container-circle {
        display: none !important;
    }

    .service-container-text {
        border-radius: 20px;
        height: auto;
        width: 99%;
        border: 1px solid rgba(209, 207, 207, 0.082);
        display: flex;
        padding-top: 30px;
        font-size: 0.92em;
    }

    .service-container-content {
        width: 98%;
        padding: 0.2em;
        font-family: poppins;
    }

    .tiny-title-h1::before {
        content: '';
        height: 0.2em;
        width: 0.8em;
        background-color: #ffc300;
        color: #ffc300;
        position: fixed;
        margin-left: -2em;
        margin-top: 6vh;
        border-radius: 0.2em;

    }

    .tiny-title-h1::after {
        content: '';
        height: 0.2em;
        width: 0.8em;
        background-color: #ffc300;
        color: #ffc300;
        position: fixed;
        margin-left: 4em;
        margin-top: -0.8vh;
        border-radius: 0.2em;


    }


    .tiny-title-h1 {
        font-size: 1.5em;
        width: 78%;
    }

    .tiny-title-h1::before {
        margin-top: 1.2em;

    }



    .about-market {
        font-weight: 200;
        color: rgb(255, 255, 255);
        width: 85%;
        margin: 0 auto;
        font-family: poppins;
        font-size: 1.3em;
    }

    .primary-border {
        width: 94%;
    }

    .title-with-strike {
        font-size: 1.3em;
        width: 100%;
        margin: 0 auto;
        color: white;
    }

    .main-wrapper p {
        width: 98%;
        margin: 0 auto;
        color: white;
        font-family: poppins;
        padding-top: 1em;
    }

    /**case study*/

    .case-study-name-and-title {
        font-family: poppins;
        width: 85%;
        margin: 0 auto;
        display: block;

    }

    .case-study-title {
        width: 90%;
        text-align: center;
        margin: 0 auto;
    }

    .case-study-title p {
        color: rgba(207, 206, 206, 0.747);
        padding-top: 2em;
        font-weight: 200;

    }

    .case-study-details {
        width: 88%;
        margin: 0 auto;
        height: auto;
        border: 1px solid rgba(214, 213, 213, 0.089);
        padding: 50px;
        margin-top: 5em;
        border-radius: 20px;
    }

    .company-image {
        width: 88%;
        height: 300px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 8em;
        margin-top: 15em;
    }

    .comparison {
        display: flex;
        flex-wrap: wrap;
        width: 99%;
        margin: 0 auto;
        font-family: "Poppins";
        padding-left: 1em;
        padding-top: 4em;
    }

    .comparison-approach,
    .comparison-outcome {
        height: fit-content;
        width: 98%;
        color: white;
        border: 1px solid rgba(196, 193, 193, 0.096);
        margin: 20px;
        border-radius: 25px;

    }

    .company-logo-main {
        width: 80%;
        margin: 25px;
        /* border: 1px solid white; */
        display: flex;
        flex-direction: column;
        /* Stack the child elements vertically */
        justify-content: flex-end;
        /* Push the image to the bottom */
        margin-top: -2em;


    }

    .company-logo-2 {
        margin-top: 5em;
    }



    .comparison-header {
        color: white;
        font-size: 2.3em;
        font-weight: 300;
        padding: 15px;
        /* border-bottom: 1px solid white; */

    }

    .comparison-content ul li {
        padding-top: 10px;
        margin-left: -10px;
    }

    .comparison-content ul li::marker {
        color: #ffc00;
        /* Change this to your desired color */
        font-size: 1.2em;

    }

    /*Services*/
    .why-dawmad p {
        width: 95%;
        margin: 0 auto;
        font-size: 1em;
    }

    .tiny-title-service {
        padding-left: 6.2%;
    }

    .tiny-title-services-h1 {
        width: 300px;
    }

    .tiny-title-services-h1::before,
    .tiny-title-services-h1::after {
        display: none;
    }

    .tiny-title-transfom {
        width: 300px !important;
        margin: 0 auto;
        margin-bottom: 2em;
    }

    .tiny-title-transfom::before,
    .tiny-title-transfom::after {
        display: none;
    }

    .services-title {
        font-size: 3em !important;
    }
    .blog-listings{
        display:block;
    }
    .blog{
        width:92%;
        margin:0 auto;
    }
    .blog:nth-last-child(-n+3){
        margin-bottom:2em;
    }














}





@media (min-width: 481px) and (max-width: 767px) {

    .container-our-mission {
        height: auto;
        display: block;
        width: 85% !important;
        margin: 0 auto;

        margin-top: 10em;
    }

    .card {
        width: fit-content;
    }

    .service-container-img:nth-child(even) {
        display: none;
    }

    .service-container-img {
        display: none !important;
    }

    .service-container-text {
        width: 98%;
    }

    .service-container-circle {
        background-color: white;
        height: 60px;
        width: 60px;
        color: black;
        font-size: 2.2em;
        text-align: center;
        border-radius: 50%;
        font-family: poppins;
    }

    .case-study-name-and-title {
        font-family: poppins;
        width: 87%;
        margin: 0 auto;
        display: block;
    }

    .case-study-title {
        width: 90%;
        margin: 0 auto;
    }

    .case-study-details {
        width: 95%;
        margin: 0 auto;
        margin-top: 4em;
    }

    .comparison {

        display: block;
        width: 95%;
        margin: 0 auto;
        font-family: "Poppins";
        padding-left: 1em;
        padding-top: 4em;
    }

    .comparison-approach,
    .comparison-outcome {
        height: fit-content;
        width: 90.2%;
        color: white;
        border: 1px solid rgba(196, 193, 193, 0.096);
        margin: 20px;
        border-radius: 25px;
    }

    .company-logo-main {
        display: block;
        margin-top: 2em;

    }

    .tiny-title-services-h1 {
        width: 80%;
        margin: 0 auto;
    }

    .tiny-title-services-h1::before {
        display: none !important;

    }

    .tiny-title-services-h1::after {
        display: none !important;

    }

    .primary-border {
        width: 90%;
    }

    .tiny-title-transfom {
        width: 300px;
        margin: 0 auto;
        margin-bottom: 2em;
    }

    .title-with-strike {
        font-size: 1.2em;
    }

    .main-wrapper p {
        width: 85%;
        margin: 0 auto;
    }

    .tiny-title-service {
        padding-left: 5.5%;

    }

    .service-title {
        font-size: 4em !important;

    }


}

@media (min-width: 768px) and (max-width: 1024px) {

    .container-our-mission {
        height: auto;
        display: block;
        width: 85% !important;
        margin: 0 auto;

        margin-top: 10em;
    }

    .card {
        width: 85%;
        margin: 0 auto;
    }

    .service-container-img:nth-child(even) {
        display: none;
    }

    .service-container-img {
        display: none !important;
    }

    .service-container-text {
        width: 98%;
    }

    .service-container-circle {
        background-color: white;
        height: 60px;
        width: 60px;
        color: black;
        font-size: 2.2em;
        text-align: center;
        border-radius: 50%;
        font-family: poppins;
    }

    /*case study*/
    .case-study-name-and-title {
        font-family: poppins;
        width: 87%;
        margin: 0 auto;
        display: block;
    }

    .case-study-title {
        width: 90%;
        margin: 0 auto;
    }

    .case-study-details {
        width: 95%;
        margin: 0 auto;
        margin-top: 4em;
    }

    .comparison {

        display: block;
        width: 95%;
        margin: 0 auto;
        font-family: "Poppins";
        padding-left: 1em;
        padding-top: 4em;
    }

    .comparison-approach,
    .comparison-outcome {
        height: fit-content;
        width: 90.2%;
        color: white;
        border: 1px solid rgba(196, 193, 193, 0.096);
        margin: 20px;
        border-radius: 25px;
    }

    .company-logo-main {
        display: block;
        margin-top: 2em;

    }


}

@media (min-width: 1025px) and (max-width: 1200px) {

    .case-study-name-and-title {
        font-family: poppins;
        width: 85%;
        display: flex;
        justify-content: space-between;
        margin-top: 4em;
    }
}



@media (min-width: 1441px) and (max-width: 1920px) {
    .why-dawmad h1 {
        font-size: 7em !important;
    }

    .why-dawmad p {
        font-size: 1.6em;
    }

    .service-container-content p {
        font-size: 1.6em;

    }

    .service-container-content ul li {
        font-size: 1.6em;
    }

    .tiny-title-service {
        font-size: 1.6em;
    }

    .case-study-title h2 {
        font-size: 2.5em;
    }

    .case-study-title p {
        font-size: 1.7em;
    }

    .case-study-details {
        font-size: 1.55em;
    }

    .comparison-content p,
    .comparison-content-outcome p {
        font-size: 1.5em !important;
    }

    .comparison-content ul li {
        font-size: 1.5em !important;
    }



}

@media (min-width: 1921px) and (max-width: 2560px) {

    .why-dawmad h1 {
        font-size: 7em !important;
    }

    .why-dawmad p {
        font-size: 1.8em;
    }

    .service-container-content p {
        font-size: 2em;
    }

    .service-container-content ul li {
        font-size: 1.6em;
    }

    .case-study-title h2 {
        font-size: 2.5em;
    }

    .case-study-title p {
        font-size: 1.7em;
    }

    .case-study-details {
        font-size: 1.55em;
    }

    .comparison-content p,
    .comparison-content-outcome p {
        font-size: 1.5em !important;
    }

    .comparison-content ul li {
        font-size: 1.5em !important;
    }


}

@media (min-width: 2561px) {
    .why-dawmad h1 {
        font-size: 7em !important;
    }

    .why-dawmad p {
        font-size: 2em;
    }

    .tiny-title-service {
        font-size: 2.4em;
    }

    .service-container-content p {
        font-size: 3em;
    }

    .service-container-content ul li {
        font-size: 2.5em;
    }

    .tiny-title-services-h1 {
        font-size: 3em;
        width: 800px;
    }

    .about-market {
        font-size: 2em;
    }

    .case-study-title h2 {
        font-size: 2.5em;
    }

    .case-study-title p {
        font-size: 1.7em;
    }

    .case-study-details {
        font-size: 1.55em;
    }

    .comparison-content p,
    .comparison-content-outcome p {
        font-size: 1.5em !important;
    }

    .comparison-content ul li {
        font-size: 1.5em !important;
    }



}