:root {
    --primary: #0802A3;
    --secondary: #001547;
    --accent: #FF4B91;
    --bg: #E0EAFF;
    --white: #ffffff;
    --grey-2: #FBF2F5;
    --h1: 48px;
    --h2: 42px;
    --h3: 32px;
    --h4: 20px;
    --h6: 18px;
    --p: 16px;
}


/** Adding Raleway Font **/
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-display: swap;
    src:
        url('fonts/Raleway-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-display: swap;
    src:
        url('fonts/Raleway-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-display: swap;
    src:
        url('fonts/Raleway-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-display: swap;
    src:
        url('fonts/Raleway-Thin.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-display: swap;
    src:
        url('fonts/Raleway-SemiBold.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-display: swap;
    src:
        url('fonts/Raleway-Bold.ttf') format('truetype');
    font-weight: bold;
}

body {
    font-family: "Raleway", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    background: #FAFAFA 0% 0% no-repeat padding-box;
}


/** Menu **/

.top-bar {
    padding-top: 30px;
    padding-bottom: 30px;
}

.top-bar.scrolled {
    background: #FAFAFA 0% 0% no-repeat padding-box;

}

.top-bar .logo img {
    width: 240px;
}

.top-flexbar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.top-flexbar .top-btn {
    font-size: var(--h4);
    color: var(--secondary);
    text-decoration: none !important;
    font-weight: 500;
}

.top-flexbar .top-btn img {
    width: 32px;
    margin-right: 10px;
}

.top-flexbar .btn-primary {
    margin-left: 20px;
    border: 1px solid var(--primary);
}

.btn-primary {
    background: var(--white);
    color: var(--primary);
    border-radius: 25px;
    box-shadow: 0px 4px 3px 0px #00000040 !important;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: var(--h4);
    border: none;
}

@media only screen and (min-width:800px) {
    .desktop-hide {
        display: none;
    }
}
@media (max-width: 768px) {
  .header-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
    background-color: white;
    gap: 10px;
  }

  .header-title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
  }

  .header-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .icon-group {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .icon-img {
    width: 20px;
    height: 20px;
  }

  /* Optional: Hide desktop-specific header items */
  .desktop-only {
    display: none;
  }
}


.navbar {
    background: var(--primary) !important;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 25px;
}

.navbar-nav {
    justify-content: center;
    width: 100%;
}

.nav-item {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

.nav-item.active::after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    background: #FF4B91;
    height: 4px;
    bottom: 0px;
}

.nav-link {
    font-size: var(--p);
    color: var(--white) !important;
    font-weight: 500;
}
.navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba%28255,255,255,0.95%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
/** Banner **/
.banner {
    padding-top: 300px;
    padding-bottom: 80px;
    background: url('../assets/hero_banner_img.png');
    background-size: cover;
}

.banner h3 {
    font-size: var(--h2);
    color: var(--accent);
    font-weight: bold;
    text-shadow: 0px 6px 6px #FFFFFF;
}

.banner h1 {
    font-size: var(--h1);
    color: var(--accent);
    font-weight: bold;
    text-shadow: 0px 6px 6px #FFFFFF;
}

.self-center {
    align-self: center;
}

/** About us **/
.about-us {
    padding-top: 80px;
    padding-bottom: 80px;
    background: url('../assets/dhaviexim-growing-together-through-trust-bg-2.png');
    background-size: cover;
}

.service-box {
    display: flex;
    box-shadow: 0px 6px 6px #00000042;
    border: 6px solid #FFFFFF;
    border-radius: 25px;
    background: var(--accent);
    padding: 25px;
    padding-left: 40px;
    padding-right: 40px;
    width: max-content;
}

.service-box .icon img {
    width: 62px;
}

.service-box .text h3 {
    color: var(--white);
    font-size: var(--h3);
    font-weight: bold;
    margin-left: 20px;
    margin-bottom: 0px;
}

.service-box .text h3 span {
    font-size: var(--h4);
    font-weight: 400;
}

.about-us-image {
    position: relative;
}

.about-us-image img {
    width: 100%;
}

.about-us-image .service-image-2 {
    margin-top: -160px;
    margin-left: 160px;
}

.about-us-image .service-image-1 {
    margin-right: 80px;
}

.service-box {
    position: absolute;
    top: 52%;
    left: 50px;
}

.section-title {
    font-size: var(--h3);
    color: var(--primary);
    font-weight: bold;
}

.about-us-content {
    padding-left: 40px;
}

.about-us-content p {
    font-size: var(--h4);
    color: var(--secondary);
    font-weight: 500;
}

.mtop-30 {
    margin-top: 30px;
}

/** Story **/
.story-block {}

.story {
    background: var(--bg);
    padding: 60px;
    border-radius: 25px;
    margin-top: 80px;
}

.story .section-title {
    font-style: italic;
    text-align: center;
}

.story p {
    font-size: var(--h4);
    color: var(--secondary);
    font-weight: 500;
}

/** Mission **/
.mission {
    margin-top: 30px;
}

.header-block h3 {
    font-size: var(--h3);
    color: var(--secondary);
    font-weight: bold;
    margin-bottom: 20px;
}

.mission-block {
    padding-top: 60px;
    padding-bottom: 60px;
}

.mission-content p {
    font-size: var(--h4);
    color: var(--secondary);
    font-weight: bold;
}

.seperator {
    background: var(--secondary);
    height: 2px;
}

/** What we do **/
.what-we-do {
    background: url('../assets/dhanvi-what-we-do-bg.png');
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
}

.what-we-do .section-title {
    color: var(--white);
}

.content-p {
    font-size: var(--h4);
    color: var(--white);
    font-weight: bold;
}

.box-card {
    background: var(--white);
    box-shadow: 0px 4px 3px 0px #00000040 !important;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
}

.box-card .icon img {
    width: 82px;
    height: 82px;
}

.box-card h6 {
    font-size: var(--h4);
    color: var(--secondary);
    font-weight: bold;
    margin-top: 20px;
    line-height: inherit;
}

.min-height-105 {
    min-height: 95px;
}

/** Ready Collaborate **/
.read-collaborate {
    padding-top: 80px;
    padding-bottom: 80px;
}

.read-collaborate-content p {
    font-size: var(--h4);
    color: var(--secondary);
    font-weight: bold;
    margin-bottom: 0px;
}

.touch-content h4 {
    font-size: var(--h3);
    color: var(--secondary);
    font-weight: bold;
}

.touch-content h4 a {
    color: var(--accent);
}

/** who-we-are-work **/
.who-we-are-work {
    padding-top: 80px;
    padding-bottom: 80px;
    background: url('../assets/dhanvieximserives-welcome-bg.png');
    background-size: cover;
}

.who-we-are-work-content h3 {
    font-size: 28px;
    color: var(--secondary);
    font-weight: bold;
}

.who-we-are-work-content h3 span {
    color: var(--accent);
}

.list-flex {
    list-style: none;
}

.list-flex li {
    display: flex;
    border-bottom: 1px solid #001547;
    padding-bottom: 20px;
    padding-top: 20px;
}

.list-flex li img {
    width: 24px;
}

.list-flex li h3 {
    font-size: var(--h4);
    padding-left: 10px;
    font-weight: 500;
}

.pt-none {
    padding-top: 0px;
}

.border-bottom-none {
    border-bottom: none !important;
}

.content-work-right {
    padding-right: 30px;
}

.pt-6 {
    padding-top: 60px;
}

/** Partner **/
.partner {
    padding-top: 80px;
    padding-bottom: 80px;
}
.partner-content h3 {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    text-shadow: 2px 2px 5px #020033;
}

.owl-prev,
.owl-next {
    border: none !important;
    background: transparent !important;
    position: absolute;
    top: 50%;
}

.owl-carousel {
    padding-left: 30px;
    padding-right: 30px;
}

.owl-prev {
    left: -40px;
}

.owl-next {
    right: -40px;
}

.acknowledgment {}

.acknowledgment-block {
    background: url('../assets/dhaviexim-collaborator-bg.png');
    background-size: cover;
    padding: 60px;
    border-radius: 25px;
}

.acknowledgment-block .section-title {
    text-align: center;
    color: var(--white);
}

.acknowledgment-block .title-seperator {
    display: flex;
    justify-content: center;
}

.acknowledgment-block .title-seperator span {
    width: 150px;
    background: var(--accent);
    height: 3px;
}

.acknowledgment-block .content p {
    font-size: var(--h4);
    color: var(--white);
    font-weight: 500;
    margin-bottom: 0px;
}

/** Works **/
.work {
    padding-top: 80px;
    padding-bottom: 80px;
    background: url('../assets/dhaviexim-growing-together-through-trust-bg-2.png');
    background-size: cover;
}

.work-content-p {
    font-size: var(--h4);
    color: var(--secondary);
    font-weight: bold;
}

.work-content-p span {
    color: var(--accent);
}

.work-story p {
    font-size: var(--h4);
    color: var(--primary);
    font-weight: bold;
}

.india-block p,
.growing-together p {
    font-size: var(--h4);
    color: var(--secondary);
    font-weight: 500;
}

.india-block ul,
.headquartered-content ul,
.make-content ul,
.growing-together ul {
    padding-left: 0px;
}

.india-block ul li,
.headquartered-content ul li,
.make-content ul li,
.growing-together ul li {
    border-bottom: none !important;
    padding-bottom: 10px;
}

.row-flex-wrap {
    flex-wrap: wrap !important;
    align-items: flex-start !important;
}

.map-float {
    float: right;
    width: 40%;
    max-width: 420px;
    margin-left: 30px;
    margin-bottom: 15px;
}

.list-flex.custom-number-list {
    counter-reset: item;
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-flex.custom-number-list li {
    counter-increment: item;
    display: flex;
    align-items: baseline;
    border-bottom: none !important;
    padding-bottom: 10px;
}

.list-flex.custom-number-list li::before {
    content: counter(item) ".";
    font-weight: 500;
    font-size: 25px;
    line-height: 1;
    flex: 0 0 auto;
    color: var(--secondary);
}

.custom-number-list li:nth-child(4) {
    clear: both;
    margin-top: 8px;
}

.list-flex.custom-number-list h3 {
    margin: 0;
    font-weight: 500;
    line-height: 1.5;
    color: var(--secondary);
}

.india-block::after {
    content: "";
    display: table;
    clear: both;
}

.headquartered {
    padding-top: 80px;
    padding-bottom: 80px;
    background: url('../assets/dhaviexim-growing-together-through-trust-bg-2.png');
    background-size: cover;
}

.headquartered p {
    font-size: var(--h4);
    color: var(--secondary);
    font-weight: 500;
}

.headquartered-content h6 {
    font-size: 32px;
    color: var(--secondary);
    font-weight: bold;
}

.headquartered-image img {
    padding-right: 30px;
}

.what-dhanvi-makes {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #FAFAFA 0% 0% no-repeat padding-box;
}

.growing-together {
    background: url('../assets/dhaviexim-growing-together-through-trust-bg-2.png');
    background-size: cover;
    background-position: bottom;
}

.growing-together h6 {
    font-size: 32px;
    color: var(--secondary);
    font-weight: bold;
}

.pb-8 {
    padding-bottom: 80px;
}

.growing-together-inner-page {
    background: url('../assets/dhvaniexim-innerpage-banner-collaborators-bg.png');
}

.collaborates {
    background: url('../assets/dhaviexim-collaborator-bg.png');
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
    background-size: cover;
    border-radius: 25px;
}

.collaborates .section-title {
    color: var(--white);
}

.collaborates p {
    font-size: var(--h4);
    color: var(--white);
    font-weight: 500;
}

.collaborate-content {
    padding-left: 20px;
}

.mt-6 {
    margin-top: 60px;
}

.box-card {
    cursor: pointer;
}

.box-card:hover {
    background: var(--accent);
}

.box-card:hover h6 {
    color: var(--white);
}

.box-card:hover img {
    filter: brightness(0) invert(1);

}

.inner-page-bg {
    background: url('../assets/dhvani-innerpage_bg.png');
    background-size: cover;
}

.growing-together p {
    font-weight: bold;
}

/** Footer **/
.footer {
    padding-top: 40px;
    padding-bottom: 40px;
    background: url('../assets/footer-bg.svg');
    background-size: cover;
}

.footer h6,
.footer h6 a {
    font-size: var(--h4);
    color: var(--secondary);
    font-weight: 500;
    margin-bottom: 0px;
}

.footer h6 a {
    padding-left: 20px;
    text-decoration: none;
}

.min-height-120 {
    min-height: 105px;
}

.font-weight-medium {
    font-weight: 500 !important;
}

.get-in-touch {
    padding-bottom: 60px;
}

.form-control {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 10px;
    padding: 15px;
    font-weight: 500;
    font-size: 20px;
    color: var(--secondary);
    margin-bottom: 20px;
}

.textbox-height {
    min-height: 220px !important;
}

.contact-form-list .list-flex h3 {
    white-space: break-spaces;
    word-break: break-word;
}

/* service-page */
.accordion-item {
    background: transparent !important;
    border: none !important;
    margin-bottom: 30px;
}

.accordion-button {
    background: #ffffff !important;
    box-shadow: 0px 4px 3px 0px #00000040 !important;
    border: 1px solid #001547;
    font-size: 24px;
    font-weight: bold;
    color: var(--secondary);
    border-radius: 10px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.accordion-body {
    padding-top: 30px;
}

.accordion-body p {
    font-weight: 500;
}

.core-services-banner {
    background: url('../assets/core_services_banner.png');
}

.what-we {
    margin-bottom: 40px !important;
}

.help-section {
    background: url('../assets/dhavnvi-innerpage-what-we-do.png') no-repeat center center/cover;
    padding: 100px 20px;
    font-family: "Raleway", serif;
    text-align: center;
}
.help-section h2{
    font-weight: bold;
    font-size: var(--h2);
    color: var(--white);
}

.help-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 80px;
    gap: 20px;
}

.help-card {
    background: var(--white);
    font-weight: 500;
    color: var(--secondary);
    padding: 20px;
    border-radius: 15px;
    width: 250px;
}

.help-card img {
    width: 50px;
    margin-bottom: 15px;
}
.growing-together h2{
    color: var(--primary);
    font-size: var(--h3);
    font-weight: bold;

}

.how-we-help-section {
    padding: 60px 20px;
    font-family: "Raleway", serif;
    font-size: var(--h4);
    color: var(--secondary);
    margin-bottom: 15px;
    font-weight: 500;
} 
.how-we-help-section h2{
    color: var(--primary);
    font-size: var(--h3);
    font-weight: bold;
}
.how-we-help-section p{
    font-size: var(--h4);
    color: var(--secondary);
    font-weight: 500;
    line-height: 1.8;
}
.help-boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    
}

.help-box {
    background: white;
    border-radius: 12px;
    text-align: center;
    padding: 20px;
    width: 350px;
    min-height: 200px; 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.help-box img {
     width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 15px;
}

.help-box p {
    margin: 0;
    font-size: var(--h6);
}

@media only screen and (min-width:800px) and (max-width:1100px) {
    .nav-link {
        font-size: 16px;
    }
}

@media only screen and (min-width:950px) and (max-width:3000px) {
    .no-wrap {
        white-space: nowrap;
        position: relative;
    }
}
.casindi-logo {
    width: 120px !important;
}
.logo-btn:hover{
    background: transparent !important;
}