.carousel-item h1{
    text-align: start;
    /* font-size: 48px; */
    font-size: 40px;
    color: #fff;
    font-family: "Baskervville", serif;
    position: absolute;
    bottom: 25%;
    /* margin: 0; */
    width: 100%;
    margin: 1px 10%;
    }

.carousel-item {
    width: 100%;
    float: left;
}






#about_page{
    width: 100%;
    font-family: "Baskervville", serif;
    background-color: #fffbef;
    float: left;
}
.about_page_inner{
    padding: 3rem 0px !important;
}
.promise-card{
    /* border: 1px solid #e0dede; Very light grey border */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); /* Soft, light shadow */
  
    background-color: #ffffff; /* Pure white background */
  
    width: 95%;
    border: 0.1px solid #6c1439;
    text-align: start;
    padding: 15px 11px;
}
.adwise-heading{
    font-size: 34px;
    background: linear-gradient(175deg, #791d3a, #000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.promise-title{
    font-size: 21px;
    background: linear-gradient(175deg, #791d3a, #000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;  
}
.promise-description{
    opacity: 0.7;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 25px;
}


/* about bespoke start */
#bespoke {
    width: 100%;
    font-family: "Baskervville", serif;
    float: left;
}

.bespoke-approach {
    padding: 80px 20px;
    background: #fff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.bespoke-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 60px;
    gap: 20px;
}

.bespoke-title h5 {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #888;
    margin-bottom: 10px;
}

.bespoke-title h2 {
    font-size: 34px;
    color: #4b0b26; /* Deep wine color */
    font-weight: 400;
    margin: 0;
}

.bespoke-description p {
    max-width: 500px;
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.7;
    font-family: "Poppins", sans-serif;
    color: #555;
}

.bespoke-cards {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.bespoke-card {
    flex: 1 1 30%;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    transition: all 0.3s ease;
}

.bespoke-card:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}

.bespoke-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 20px;

}

.bespoke-card h4 {
    font-size: 21px;
    background: linear-gradient(175deg, #791d3a, #000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: start;
    margin-bottom: 9px;
}

.bespoke-card p {
    font-size: 14px;
    color: rgb(102, 102, 102);
    line-height: 1.5;
    text-align: start;
    opacity: 0.6;
    font-family: "Poppins", sans-serif;
}

/* ---------------- Responsive Start ----------------- */

@media (max-width: 992px) {
    .bespoke-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .bespoke-title h2 {
        font-size: 32px;
    }

    .bespoke-description p {
        max-width: 100%;
    }

    .bespoke-cards {
        flex-direction: column;
        align-items: center;
    }

    .bespoke-card {
        flex: 1 1 100%;
        max-width: 500px;
        margin: 0 auto;
        text-align: center;
    }

    .bespoke-card h4,
    .bespoke-card p {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .bespoke-approach {
        padding: 60px 15px;
    }

    .bespoke-title h2 {
        font-size: 28px;
    }

    .bespoke-title h5 {
        font-size: 14px;
    }

    .bespoke-description p {
        font-size: 13px;
    }

    .bespoke-card {
        padding: 20px;
    }

    .bespoke-card h4 {
        font-size: 19px;
    }

    .bespoke-card p {
        font-size: 14px;
    }
}
/* ---------------- Responsive End ----------------- */

/* about bespoke end */







#pillars{
    width: 100%;
    font-family: "Baskervville", serif;
    float: left;
}


.our-pillar-section {
    background: linear-gradient(to bottom, #7a0f36, #30021a);
    /* padding: 80px 0; */
    color: white;
    position: relative;
  }
  
  .pillar-box {
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    padding: 0px;
  }
  
  .pillar-content {
    display: flex;
    flex-wrap: wrap;
    /* max-width: 1462px; */
    /* border: 1px solid red; */
    /* margin: auto; */
  }
  
  .pillar-image {
    /* flex: 1; */
    /* text-align: center; */
  }
  
  .pillar-image img {
    /* max-width: 400px; */
    /* width: 100%; */
    /* border-radius: 10px; */
  }
  
  .pillar-text {
    flex: 1;
    /* padding-left: 253px; */
    /* width: 12%; */
    /* margin: 0 auto; */
    /* width: 100%; */
    /* margin-top: 4%; */
    padding: 1% 0;
    /* width: 87%; */
    /* margin: 1% 9%; */
}
  
   
.pillar-text h5 {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 9px;
    font-family: "Poppins", sans-serif;
  }
  
  .pillar-text h2 {
    font-size: 38px;

    color: #ffd66b;
    margin: 0;
  }
  
  .pillar-text h6 {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 40px;
  }
  
  .pillar-text .quote {
    font-size: 50px;
    color: #ffd66b;
    margin-bottom: 10px;
    line-height: 1;
  }
  
  .pillar-text p {
    line-height: 1.8;
    font-size: 14px;
    opacity: 0.8;
    color: #fff;
    margin-left: 6%;
    text-align: justify;
    font-family: "Poppins", sans-serif;
    width: 70%;
  }
  
  /* Owl Carousel Arrows */
  .custom-navv {
    position: absolute;
    bottom: 30px;
    right: 15%;
    z-index: 10;
  }
  
  .custom-navv button {
    background: none;
    border: 1px solid white;
    border-radius: 100%;
    font-size: 22px;
    color: white;
    margin: 0 6px;
    cursor: pointer;
  }
  
  


  .quote_img img{
    width: 6% !important;
}













/* esteemed-pillars start */

#holistic-approach {
    width: 100%;
    float: left;
    padding: 60px 20px;
    background: #fff;
    font-family: "Baskervville", serif;
}

.holistic-container {
    max-width: 1300px;
    margin: 0 auto;
}

.holistic-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}

.holistic-left {
    flex: 1 1 40%;
}

.holistic-left p {
    font-size: 14px;
    color: #888;
    font-family: "Poppins", sans-serif;
    margin-bottom: 10px;
}

.holistic-left h2 {
    font-size: 34px;
    color: #791d3a;

    margin-bottom: 20px;
}

.holistic-right {
    flex: 1 1 26%;
}

.holistic-right p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    opacity: 0.6;
    font-family: "Poppins", sans-serif;

}

.holistic-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.holistic-item {
    text-align: center;
}

.holistic-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;

    margin-bottom: 20px;
}

.holistic-item h3 {
    font-size: 21px;
    color: #222;
    text-align: start;
    margin-bottom: 10px;
    font-weight: 500;
}

.holistic-item h3 span {
    color: #791d3a;
}

.holistic-item p {
    font-size: 14px;
    color: #666;
    text-align: start;
    font-family: "Poppins", sans-serif;
}

/* Responsive */
@media (max-width: 992px) {
    .holistic-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .holistic-header {
        flex-direction: column;
    }

    .holistic-grid {
        grid-template-columns: 1fr;
    }

    .holistic-left,
    .holistic-right {
        flex: 1 1 100%;
        margin-bottom: 20px;
    }

    .holistic-left h2 {
        font-size: 28px;
    }
}


/* esteemed-pillars end */



/*  advanced-solutions start*/


#advanced-solutions {
    background: linear-gradient(to bottom, #8a1942, #500826);
    color: #fff;
    padding: 60px 20px;
    font-family: "Baskervville", serif;
    text-align: center;
    width: 100%;
    float: left;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.advanced-header p {
    font-size: 16px;
    margin-bottom: 10px;
}

.advanced-header h2 {
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 1.4;
    font-weight: 600;
}

.advanced-header .description {
    font-size: 16px;
    max-width: 800px;
    margin: 0 auto 50px;
    line-height: 1.6;
}

.solutions-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    align-items: center;
    position: relative;
}

.solution-item {
    text-align: center;
}

.solution-item img {
    height: 60px;
    margin-bottom: 15px;
}

.solution-item p {
    font-size: 14px;
    line-height: 1.4;
}



/* Responsive for tablets */
@media (max-width: 992px) {
    .solutions-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

}

/* Responsive for mobiles */
@media (max-width: 576px) {
    .solutions-grid {
        grid-template-columns: 1fr;
    }
    .solution-item {
        margin-bottom: 30px;
    }
}


/*  advanced-solutions end*/




/* strategies start */
#strategies{
    font-family: "Baskervville", serif;
    width: 100%;
    float: left;
}

.gradient-bg {
    background: linear-gradient(to bottom, #7a0f36, #30021a);
    color: #fff;
    padding: 60px 20px;
  }
  .section-heading {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .section-subheading {
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 25px;
    margin-top: 25px;

  }
  .section-description {
    font-size: 14px;
    color: #d1c7c7;
    max-width: 1000px;
    margin: 0 auto 50px;
   
    font-family: "Poppins", sans-serif;
  }
  .service-icon img {
    width: 50px;
    height: auto;
    margin-bottom: 15px;
  }
  .service-title {
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;

    font-family: "Poppins", sans-serif;
  }

/* strategies end */







/* dual start */
#dual{
    width: 100%;
    float: left;
    position: relative;
    background-color: #fffbef;
    padding: 12rem 0;
    font-family: "Baskervville", serif;
}
.dual{
    width: 80%;
    margin: 0 auto;


}

.dual_one h4 {
    font-size: 12px;
    color: #888; /* soft gray subtitle */
    margin-bottom: 10px;
    font-weight: normal;
    letter-spacing: 1px;
    font-family: "Poppins", sans-serif;
}

.dual_one h1 {
    font-size: 34px;
    background: linear-gradient(175deg, #791d3a, #000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
    line-height: 1.2;
}

.dual_one p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    width: 80%;
    opacity: 1;
    font-family: "Poppins", sans-serif;
    
}
.dual_one{
    width: 50%;
    float: left;
  
}
.dual_two{
    width: 50%;
    right: 0;
    /* float: right; */
    position: absolute;

    top: 8%;
}
.dual_two img{
width:100%;
/* position: absolute; */

}
/* dual end */















/* Responsive Code */

@media only screen and (min-width: 0px) and (max-width: 1000px) {
  
  
    .divider{
        display: none !important;
    }

}

@media only screen and (min-width: 1501px) and (max-width: 1600px) {
 
.pillar-text {
    padding: 1%;
}
.custom-navv {
    position: absolute;
    bottom: 89px;
}
}


@media only screen and (min-width: 1401px) and (max-width: 1500px) {
 .pillar-text p {
    width: 80%;
}
    .pillar-text {
        padding: 1% 0;
    }
    .custom-navv {
        position: absolute;
        bottom: 89px;
    }

    #dual {
               padding: 9rem 0;
    }
    .dual_one {
        width: 56%;
    }
    .dual_two {
        width: 50%;
        right: 0;
        /* float: right; */
        position: absolute;
        top: 14%;
    }
    
    }


    @media only screen and (min-width: 1301px) and (max-width: 1400px) {
 
        #dual {
                    padding: 5rem 0;
        }

    .custom-navv {
    position: absolute;
    bottom: 113px;
    right: 15%;
    z-index: 10;
    }

    .pillar-text {
  padding: 1.1% 9px;
  }
    .promise-card {
    text-align: start;
    padding: 14px 12px
    }
    .pillar-text p {
        width: 90%;
    }

}

@media only screen and (min-width: 1201px) and (max-width: 1300px) {

    .pillar-image img {
        max-width: 453px;
        height: 100%;
        object-fit: cover;
    }
    .pillar-text p {
        margin-left: 6%;
        width: 90%;
    }

    .pillar-text h6 {
        font-size: 16px;
        margin-top: 11px;
    }

    .pillar-text {
        flex: 1;
               padding: 4% 3%;
    }
    .pillar-text h5 {
        font-size: 14px;
        color: #ffffff;
        margin-bottom: 9px;

    }
    .promise-card {
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
        background-color: #ffffff;
        width: 100%;
        border: 0.1px solid #6c1439;
        text-align: start;
        padding: 11px 16px;
    }
    #dual {
        padding: 5rem 0;
    }
    .dual_two {
     
        top: 11%;
    }
    
}


@media only screen and (min-width: 1101px) and (max-width: 1200px) {

    .pillar-image img {
        max-width: 453px;
        height: 100%;
        object-fit: cover;
    }
    .pillar-text p {
        margin-left: 6%;
        width: 90%;
    }

    .pillar-text h6 {
        font-size: 16px;
        margin-top: 11px;
    }

    .pillar-text {
        flex: 1;
               padding: 4% 3%;
    }
    .pillar-text h5 {
        font-size: 14px;
        color: #ffffff;
        margin-bottom: 9px;

    }
    .promise-card {
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
        background-color: #ffffff;
        width: 100%;
        border: 0.1px solid #6c1439;
        text-align: start;
        padding: 11px 16px;
    }

    #dual {
        padding: 5rem 0;
    }
    .dual_two {
     
        top: 11%;
    }
    .dual_one p {
        font-size: 14px;
        color: #555;
        line-height: 1.6;
        width: 90%;
    }
}

@media only screen and (min-width: 1001px) and (max-width: 1100px) {

    .pillar-image img {
        max-width: 453px;
        height: 100%;
        object-fit: cover;
    }
    .pillar-text p {
        margin-left: 6%;
        width: 90%;
    }

    .pillar-text h6 {
        font-size: 16px;
        margin-top: 11px;
        margin-bottom: 22px;
    }

    .pillar-text {
        flex: 1;
               padding: 4% 3%;
    }
    .pillar-text h5 {
        font-size: 14px;
        color: #ffffff;
        margin-bottom: 9px;

    }
    .promise-card {
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
        background-color: #ffffff;
        width: 100%;
        border: 0.1px solid #6c1439;
        text-align: start;
        padding: 11px 16px;
    }

    #dual {
        padding: 5rem 0;
    }
    .dual_two {
        top: 20%;
    }
    .dual_one p {
        font-size: 14px;
        color: #555;
        line-height: 1.6;
        width: 90%;
    }
    .quote_img img{
        width: 50%;
    }

    .logo {
        width: 70%;
        object-fit: contain;
        margin-left: 14px;
    }
}


@media only screen and (min-width: 901px) and (max-width: 1000px) {
.adwise-heading {
    font-size: 28px;
}
.promise-title {
    font-size: 18px;}

    .promise-description {
        font-size: 12px;
        line-height: 22px;
    }
    .promise-card {
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
        background-color: #ffffff;
        width: 100%;
    }
    .bespoke-title h2 {
        font-size: 28px;
    }
    .bespoke-description p {
        font-size: 12px;
    }
    .bespoke-header {
    
        margin-bottom: 0px;
        }
        .bespoke-card h4 {
            font-size: 18px;}
            .bespoke-card p {
                font-size: 12px;}

                .pillar-content {
                   display: block;
                } 
                .pillar-text {
                    flex: 1;
                   
                    padding: 5%;               
}
.pillar-text p{
    width: 90%;
    font-size: 12px;
}.pillar-text h2 {
    font-size: 28px;
    color: #ffd66b;
    margin: 0;
}



#dual {
    padding: 9rem 0;
}
.dual_one p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    width: 100%;
}
.dual_one p {
    font-size: 12px;
}
.dual_two {
    width: 83%;
    margin: 0 auto;
    right: 0;
    /* float: right; */
    position: unset;
    top: 8%;
}
.dual_one {
    width: 100%;
}
.section-subheading {
    font-size: 28px;
}
.service-title {
    font-size: 12px;
}

.holistic-left p {
    font-size: 12px;

}
.holistic-left h2 {
    font-size: 28px;
}
.holistic-item p {
    font-size: 12px;
}
.holistic-item h3 {
    font-size: 18px;
}


.holistic-right p {
    font-size: 12px;
}
.section-description {
    font-size: 12px;
}
.dual_one h1 {
    font-size: 28px;
}
.logo {
    width: 70%;
    object-fit: contain;
    margin-left: 14px;
}
.navbar-toggler{
    margin-right: 14px;
}
}



@media only screen and (min-width: 801px) and (max-width: 900px) {
    .adwise-heading {
        font-size: 28px;
    }
    .promise-title {
        font-size: 18px;}
    
        .promise-description {
            font-size: 12px;
            line-height: 22px;
        }
        .promise-card {
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
            background-color: #ffffff;
            width: 100%;
        }
        .bespoke-title h2 {
            font-size: 28px;
        }
        .bespoke-description p {
            font-size: 12px;
        }
        .bespoke-header {
        
            margin-bottom: 0px;
            }
            .bespoke-card h4 {
                font-size: 18px;}
                .bespoke-card p {
                    font-size: 12px;}
    
                    .pillar-content {
                       display: block;
                    } 
                    .pillar-text {
                        flex: 1;
                       
                        padding: 5%;               
    }
    .pillar-text p{
        width: 90%;
        font-size: 12px;
    }.pillar-text h2 {
        font-size: 28px;
        color: #ffd66b;
        margin: 0;
    }
    
    
    
    #dual {
        padding: 9rem 0;
    }
    .dual_one p {
        font-size: 14px;
        color: #555;
        line-height: 1.6;
        width: 100%;
    }
    .dual_one p {
        font-size: 12px;
    }
    .dual_two {
        width: 83%;
        margin: 0 auto;
        right: 0;
        /* float: right; */
        position: unset;
        top: 8%;
    }
    .dual_one {
        width: 100%;
    }
    .section-subheading {
        font-size: 28px;
    }
    .service-title {
        font-size: 12px;
    }
    
    .holistic-left p {
        font-size: 12px;
    
    }
    .holistic-left h2 {
        font-size: 28px;
    }
    .holistic-item p {
        font-size: 12px;
    }
    .holistic-item h3 {
        font-size: 18px;
    }
    
    
    .holistic-right p {
        font-size: 12px;
    }
    .section-description {
        font-size: 12px;
    }
    .dual_one h1 {
        font-size: 28px;
    }

    .logo {
        width: 70%;
        object-fit: contain;
        margin-left: 14px;
    }
    .navbar-toggler{
        margin-right: 14px;
    }
    .carousel-item h1{
        text-align: start;
        font-size: 48px;
        color: #fff;
        font-family: "Baskervville", serif;
        position: absolute;
        bottom: 25%;
        /* margin: 0; */
        width: 100%;
        margin: 1px 2%;
        }
    }
    


    
@media only screen and (min-width: 701px) and (max-width: 800px) {
    .adwise-heading {
        font-size: 28px;
    }
    .promise-title {
        font-size: 18px;}
    
        .promise-description {
            font-size: 12px;
            line-height: 22px;
        }
        .promise-card {
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
            background-color: #ffffff;
            width: 100%;
        }
        .bespoke-title h2 {
            font-size: 28px;
        }
        .bespoke-description p {
            font-size: 12px;
        }
        .bespoke-header {
        
            margin-bottom: 0px;
            }
            .bespoke-card h4 {
                font-size: 18px;}
                .bespoke-card p {
                    font-size: 12px;}
    
                    .pillar-content {
                       display: block;
                    } 
                    .pillar-text {
                        flex: 1;
                       
                        padding: 5%;               
    }
    .pillar-text p{
        width: 90%;
        font-size: 12px;
    }.pillar-text h2 {
        font-size: 28px;
        color: #ffd66b;
        margin: 0;
    }
    
    
    
    #dual {
        padding: 9rem 0;
    }
    .dual_one p {
        font-size: 14px;
        color: #555;
        line-height: 1.6;
        width: 100%;
    }
    .dual_one p {
        font-size: 12px;
    }
    .dual_two {
        width: 83%;
        margin: 0 auto;
        right: 0;
        /* float: right; */
        position: unset;
        top: 8%;
    }
    .dual_one {
        width: 100%;
    }
    .section-subheading {
        font-size: 28px;
    }
    .service-title {
        font-size: 12px;
    }
    
    .holistic-left p {
        font-size: 12px;
    
    }
    .holistic-left h2 {
        font-size: 28px;
    }
    .holistic-item p {
        font-size: 12px;
    }
    .holistic-item h3 {
        font-size: 18px;
    }
    
    
    .holistic-right p {
        font-size: 12px;
    }
    .section-description {
        font-size: 12px;
    }
    .dual_one h1 {
        font-size: 28px;
    }
    .navbar-toggler{
        margin-right: 14px;
    }
    .logo {
        width: 70%;
        object-fit: contain;
        margin-left: 14px;
    }
    
    }
    

    @media only screen and (min-width: 601px) and (max-width: 700px) {
        .adwise-heading {
            font-size: 28px;
        }
        .promise-title {
            font-size: 18px;}
        
            .promise-description {
                font-size: 12px;
                line-height: 22px;
            }
            .promise-card {
                box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
                background-color: #ffffff;
                width: 100%;
            }
            .bespoke-title h2 {
                font-size: 28px;
            }
            .bespoke-description p {
                font-size: 12px;
            }
            .bespoke-header {
            
                margin-bottom: 0px;
                }
                .bespoke-card h4 {
                    font-size: 18px;}
                    .bespoke-card p {
                        font-size: 12px;}
        
                        .pillar-content {
                           display: block;
                        } 
                        .pillar-text {
                            flex: 1;
                           
                            padding: 5%;               
        }
        .pillar-text p{
            width: 90%;
            font-size: 12px;
        }.pillar-text h2 {
            font-size: 28px;
            color: #ffd66b;
            margin: 0;
        }
        
        
        
        #dual {
            padding: 9rem 0;
        }
        .dual_one p {
            font-size: 14px;
            color: #555;
            line-height: 1.6;
            width: 100%;
        }
        .dual_one p {
            font-size: 12px;
        }
        .dual_two {
            width: 83%;
            margin: 0 auto;
            right: 0;
            /* float: right; */
            position: unset;
            top: 8%;
        }
        .dual_one {
            width: 100%;
        }
        .section-subheading {
            font-size: 28px;
        }
        .service-title {
            font-size: 12px;
        }
        
        .holistic-left p {
            font-size: 12px;
        
        }
        .holistic-left h2 {
            font-size: 28px;
        }
        .holistic-item p {
            font-size: 12px;
        }
        .holistic-item h3 {
            font-size: 18px;
        }
        
        
        .holistic-right p {
            font-size: 12px;
        }
        .section-description {
            font-size: 12px;
        }
        .dual_one h1 {
            font-size: 28px;
        }
        .navbar-toggler{
            margin-right: 14px;
        }

        }
        

        @media only screen and (min-width: 501px) and (max-width: 600px) {
            .adwise-heading {
                font-size: 28px;
            }
            .promise-title {
                font-size: 18px;}
            
                .promise-description {
                    font-size: 12px;
                    line-height: 22px;
                }
                .promise-card {
                    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
                    background-color: #ffffff;
                    width: 90%;
                    margin: 0 auto;
                }
                .bespoke-title h2 {
                    font-size: 28px;
                }
                .bespoke-description p {
                    font-size: 12px;
                }
                .bespoke-header {
                
                    margin-bottom: 0px;
                    }
                    .bespoke-card h4 {
                        font-size: 18px;}
                        .bespoke-card p {
                            font-size: 12px;}
            
                            .pillar-content {
                               display: block;
                            } 
                            .pillar-text {
                                flex: 1;
                               
                                padding: 5%;               
            }
            .pillar-text p{
                width: 90%;
                font-size: 12px;
            }.pillar-text h2 {
                font-size: 28px;
                color: #ffd66b;
                margin: 0;
            }
            
            
            
            #dual {
                padding: 9rem 0;
            }
            .dual_one p {
                font-size: 14px;
                color: #555;
                line-height: 1.6;
                width: 100%;
            }
            .dual_one p {
                font-size: 12px;
            }
            .dual_two {
                width: 83%;
                margin: 0 auto;
                right: 0;
                /* float: right; */
                position: unset;
                top: 8%;
            }
            .dual_one {
                width: 100%;
            }
            .section-subheading {
                font-size: 28px;
            }
            .service-title {
                font-size: 12px;
            }
            
            .holistic-left p {
                font-size: 12px;
            
            }
            .holistic-left h2 {
                font-size: 28px;
            }
            .holistic-item p {
                font-size: 12px;
            }
            .holistic-item h3 {
                font-size: 18px;
            }
            
            
            .holistic-right p {
                font-size: 12px;
            }
            .section-description {
                font-size: 12px;
            }
            .dual_one h1 {
                font-size: 28px;
            }
            .navbar-toggler{
                margin-right: 14px;
            }
            .carousel-item h1 {
                text-align: start;
                font-size: 21px;
                color: #fff;
                font-family: "Baskervville", serif;
                position: absolute;
                bottom: 46%;
                margin: 0;
                width: 100%;
                left: 25px;
            }
            }
            

            @media only screen and (min-width: 401px) and (max-width: 500px) {
                .adwise-heading {
                    font-size: 28px;
                }
                .promise-title {
                    font-size: 18px;}
                
                    .promise-description {
                        font-size: 12px;
                        line-height: 22px;
                    }
                    .promise-card {
                        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
                        background-color: #ffffff;
                        width: 90%;
                        margin: 0 auto;
                    }
                    .bespoke-title h2 {
                        font-size: 28px;
                    }
                    .bespoke-description p {
                        font-size: 12px;
                    }
                    .bespoke-header {
                    
                        margin-bottom: 0px;
                        }
                        .bespoke-card h4 {
                            font-size: 18px;}
                            .bespoke-card p {
                                font-size: 12px;}
                
                                .pillar-content {
                                   display: block;
                                } 
                                .pillar-text {
                                    flex: 1;
                                   
                                    padding: 5%;               
                }
                .pillar-text p{
                    width: 90%;
                    font-size: 12px;
                }.pillar-text h2 {
                    font-size: 28px;
                    color: #ffd66b;
                    margin: 0;
                }
                
                
                
                #dual {
                    padding: 4rem 0;
                }
                .dual_one p {
                    font-size: 14px;
                    color: #555;
                    line-height: 1.6;
                    width: 100%;
                }
                .dual_one p {
                    font-size: 12px;
                }
                .dual_two {
                    width: 83%;
                    margin: 0 auto;
                    right: 0;
                    /* float: right; */
                    position: unset;
                    top: 8%;
                }
                .dual_one {
                    width: 100%;
                }
                .section-subheading {
                    font-size: 28px;
                }
                .service-title {
                    font-size: 12px;
                }
                
                .holistic-left p {
                    font-size: 12px;
                
                }
                .holistic-left h2 {
                    font-size: 28px;
                }
                .holistic-item p {
                    font-size: 12px;
                }
                .holistic-item h3 {
                    font-size: 18px;
                }
                
                
                .holistic-right p {
                    font-size: 12px;
                }
                .section-description {
                    font-size: 12px;
                }
                .dual_one h1 {
                    font-size: 28px;
                }

                .logo {
                    width: 70%;
                    object-fit: contain;
                    margin-left: 14px;
                }
                .navbar-toggler{
                    margin-right: 14px;
                }
                .carousel-item h1 {
                    text-align: start;
                    font-size: 21px;
                    color: #fff;
                    font-family: "Baskervville", serif;
                    position: absolute;
                    bottom: 46%;
                    margin: 0;
                    width: 100%;
                    left: 25px;
                }
                }


                @media only screen and (min-width: 301px) and (max-width: 400px) {
                    .adwise-heading {
                        font-size: 24px;
                    }
                    .promise-title {
                        font-size: 18px;}
                    
                        .promise-description {
                            font-size: 12px;
                            line-height: 22px;
                        }
                        .promise-card {
                            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
                            background-color: #ffffff;
                            width: 90%;
                            margin: 0 auto;
                        }
                        .bespoke-title h2 {
                            font-size: 24px;
                        }
                        .bespoke-description p {
                            font-size: 12px;
                        }
                        .bespoke-header {
                        
                            margin-bottom: 0px;
                            }
                            .bespoke-card h4 {
                                font-size: 18px;}
                                .bespoke-card p {
                                    font-size: 12px;}
                    
                                    .pillar-content {
                                       display: block;
                                    } 
                                    .pillar-text {
                                        flex: 1;
                                       
                                        padding: 5%;               
                    }
                    .pillar-text p{
                        width: 90%;
                        font-size: 12px;
                    }.pillar-text h2 {
                        font-size: 28px;
                        color: #ffd66b;
                        margin: 0;
                    }
                    
                    
                    
                    #dual {
                        padding: 4rem 0;
                    }
                    .dual_one p {
                        font-size: 14px;
                        color: #555;
                        line-height: 1.6;
                        width: 100%;
                    }
                    .dual_one p {
                        font-size: 12px;
                    }
                    .dual_two {
                        width: 83%;
                        margin: 0 auto;
                        right: 0;
                        /* float: right; */
                        position: unset;
                        top: 8%;
                    }
                    .dual_one {
                        width: 100%;
                    }
                    .section-subheading {
                        font-size: 24px;
                    }
                    .service-title {
                        font-size: 12px;
                    }
                    
                    .holistic-left p {
                        font-size: 12px;
                    
                    }
                    .holistic-left h2 {
                        font-size: 24px;
                    }
                    .holistic-item p {
                        font-size: 12px;
                    }
                    .holistic-item h3 {
                        font-size: 18px;
                    }
                    
                    
                    .holistic-right p {
                        font-size: 12px;
                    }
                    .section-description {
                        font-size: 12px;
                    }
                    .dual_one h1 {
                        font-size: 24px;
                    }
    
                    .logo {
                        width: 70%;
                        object-fit: contain;
                        margin-left: 14px;
                    }
                    .navbar-toggler{
                        margin-right: 14px;
                    }
                    .pillar-text h5 {
                                     margin-bottom: 16px;
                    }  
                    .pillar-text h6 {
                                      margin-bottom: 15px;                  
                    }

                    .carousel-item h1 {
                        text-align: start;
                        font-size: 21px;
                        color: #fff;
                        font-family: "Baskervville", serif;
                        position: absolute;
                        bottom: 46%;
                        margin: 0;
                        width: 100%;
                        left: 25px;
                    }
                    }