.brochure1-container-fluid {
    background-color: #104B59;
    width: 100%;
}

.brochure1-con {
    display: flex;
    justify-content: space-between;
    padding: 40px;
    overflow: hidden;
    /* animation: fadeInUp 1s ease-in-out both; */
}

.brochure1-con .tangible-title h2 {
    color: #ffffff;
    /* animation: slideInLeft 1.2s ease-out; */
}

.brochure1-con .tangible-para {
    width: 100%;
    max-width: 500px;
    /* animation: fadeIn 2s ease-in; */
}

.brochure1-con .tangible-para p {
    color: #ffffff;
}

.brochure1-con .tangible-img {
    position: relative;
    width: 100%;
    max-width: 550px;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    /* animation: slideInRight 1.4s ease-out; */
}

.tangible-img img {
    border-radius: 20px;
    height: 400px;
    transition: transform 0.5s ease;
}

.tangible-img img:hover {
    transform: scale(1.05);
}

/* @keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
} */


@media (max-width: 768px) {
    .brochure1-con {
        flex-direction: row;
        text-align: center;
        
    }

    .brochure1-con .tangible-para {
        max-width: 100%;
    }

    .tangible-img {
        margin-top: 20px;
    }

    .tangible-img img {
        height: 300px;
        width: 100%;
    }

    .brochure1-con .tangible-para p {
        font-size: 20px;
    }
}

.brochure2-con {
    display: flex;
    justify-content: space-between;
    padding: 40px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.brochure-img .img img {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.brochure-img .img img:hover {
    transform: scale(1.05);
}

.brochure-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #0d3c48;
}

.brochure-title p strong {
    font-size: 20px;
    color: #104B59;
}

.brochure-title p {
    font-size: 16px;
    line-height: 1.7;
    color: #0d3c48;
    margin-bottom: 15px;
}

/* ✅ Responsive Design */
@media (max-width: 992px) {
    .brochure2-con {
        flex-direction: row;
        text-align: center;
        padding: 30px 20px;
    }

    .brochure-title {
        margin-top: 30px;
    }

    .brochure-title h2 {
        font-size: 28px;
    }

    .brochure-title p strong {
        font-size: 20px;
    }

    .brochure-title p {
        font-size: 18px;
    }

    .brochure-img .img img {
        max-width: 100%;
    }
}

.brochure3-con {
    display: flex;
    justify-content: space-between;
    padding: 40px;
}

.brochure3-con h2 {
    font-size: 28px;
    color: #0a3d4e;
}

.brochure3-con .cad {
    width: 100%;
    max-width: 160px;
    margin-left: auto;
    margin-right: auto;
}

.brochure3-con .bg-1 { background-color: #9A8DFA; }
.brochure3-con .bg-2 { background-color: #5369C9; }
.brochure3-con .bg-3 { background-color: #FF5C63; }
.brochure3-con .bg-4 { background-color: #2FBACF; }
.brochure3-con .bg-5 { background-color: #3B9DF0; }
.brochure3-con .bg-6 { background-color: #FFCB68; }
.brochure3-con .bg-7 { background-color: #F28388; }

.brochure3-con .icon-img {
    width: 100px;
    height: 100px;
    padding: 20px;
    border-radius: 12px;
    transition: transform 0.3s ease;
}

.brochure3-con .icon-img:hover {
    transform: scale(1.1);
}

.brochure3-con p {
    margin-top: 10px;
    font-weight: 500;
    color: #333;
}


/* @keyframes bounceGlow {
    0% {
        transform: scale(1);
        box-shadow: none;
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
} */

@media (max-width: 576px) {
    .brochure3-con .cad {
        max-width: 120px;
    }
    .brochure3-con h2 {
        font-size: 24px;
    }
    .brochure3-con p {
        font-size: 18px;
    }
}

.brochure4-con {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    
}

.brochure4-con .card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    width: 100%;
    gap: 20px;
    max-width: 580px;
    border-radius: 20px;
    border: 2px solid rgb(252, 251, 251); 
    margin: auto;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}

.brochure4-con .card .w-75 {
    width: 75%;
}

.brochure4-con .card .w-25 {
    width: 25%;
}

.brochure4-con .card img {
    border-radius: 10px;
    max-width: 100%;
    height: auto;
}

.brochure4-con .bg-1 {
    background-color: #A0EBFD;
}

.brochure4-con .bg-2,
.brochure4-con .bg-3 {
    background-color: #104B59;
}

.brochure4-con .bg-4 {
    background-color: #A0EBFD;
}

.brochure4-con .blog-title h2 {
    text-align: left;
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
}

.brochure4-con .blog-para p {
    color: #fff;
    margin: 0;
}

.brochure4-con .cad1,
.brochure4-con .cad4 {
    color: #0d3c48 !important;
} 

@media screen and (max-width: 991px) {
    .brochure4-con .card {
        flex-direction: column;
        text-align: center;
    }

    .brochure4-con .card .w-75,
    .brochure4-con .card .w-25 {
        width: 100% !important;
    }

    .brochure4-con .card img {
        margin-top: 15px;
        max-width: 120px;
    }

    .brochure4-con .blog-title h2 {
        text-align: center;
        font-size: 28px;
    }

    .brochure4-con .blog-para p {
        font-size: 18px;
        padding: 0 10px;
    }
}

.brochure5-con {
    margin: auto;
    background-color: #163045;
    border-radius: 20px;
    padding: 20px;
   
}

.brochure5-con .shop-img {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: auto;
    border-radius: 20px;
    overflow: hidden;
}

.brochure5-con .shop-img img {
    width: 100%;
    height: auto;
}

.brochure5-con .craft-title {
    width: 100%;
    max-width: 500px;
}

.brochure5-con .craft-title p {
    color:#ffffff;
    font-size: 35px;
    line-height: normal;
}

.brochure5-con .craft-para p {
    color:#ffffff;
    font-size: 20px;
    line-height: normal;
} 

@media (max-width: 768px) {
    .brochure5-con .craft-title p {
      font-size: 28px;
      text-align: center;
    }
  
    .brochure5-con .craft-para p {
      font-size: 18px;
      text-align: center;
    }
  
    .brochure5-con .shop-img {
      margin-top: 20px;
    }
  }
  
