
/***********************top******************************/
body {
    margin: 0px !important;
}
a {
    color: #000;
    text-decoration: none;
}
#total {
    max-width: 1366px;
}
.total_upper_top {
    width: 100%;
    
     position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
#sub-total_upper_top {
    background: #a92f0f;
    max-width:1366px;
}
#top_inner {
    width: 90%;
   
}
#top_inner_total {
    width: 100%;
    display: table;
}
#top_inner-1 {
    width: 90%;
    margin-top: 45px;
   
}
#top_inner_total-1 {
    width: 100%;
    display: table;
}
#upper_top_inner_left {
    display: table-cell;
    width: 50%;
    text-align: left;
}
#call_mail {
    display: inline-block;
    margin-right: 10px;
    padding: 12px 0;
}
#call_mail img {
    width: 20px;
    height: auto;
    vertical-align: middle;
}
#call_mail a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    font-family: "Manrope", Sans-serif;
    text-decoration: none;
}
#upper_top_inner_right {
    display: table-cell;
    width: 50%;
    text-align: right;
}
#social_link {
    text-align: right;
    display: inline-block;
    margin-left: 20px;
    text-decoration: none;
}
#social_link img {
    vertical-align: middle;
        width: 25px;
        border-radius:3px;
}
#top_inner {
    width: 90%;
}
#top_inner_total {
    width: 100%;
    display: table;
}
#lower_top_inner_left {
    width: 72%;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}
#logo {
    width: 10%;
    display: table-cell;
}
#logo img {
    height: 98px;
    width: auto;
}
#lower_top_inner_right {
    width: 28%;
    display: table-cell;
    text-align: right;
    vertical-align: middle;
}
div#menu {
    width: 60%;
    display: table-cell;
}
.ask-us-btn {
    display: inline-block;
    background-color: #ff9800; /* orange */
    color: #ffffff;
    text-decoration: none;
    font-family: "Manrope", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 14px 40px;
    border-radius: 2px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    text-transform: uppercase;
    line-height: 21px;
    color: #FFFFFF;
    fill: #FFFFFF;
    
}

.ask-us-btn:hover {
    background-color: #e68900;
    transform: translateY(-2px);
}

/**************************************card*****************************/


.cards-wrapper {
    width: 90%;
    margin: 40px auto;
}
.sub-card {
    width: 100%;
    display: table;
}

/* CARD */
.card {
   width: 22%;
       height: 585px;
  display: table-cell;
  float: left;
  margin-right: 34px;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.card:last-child {
    margin-right: 0;
}

/* IMAGE */
.card-img img {
    width: 100%;
    display: block;
    box-shadow: 0 6px 12px rgba(0,0,0,0.15); /* light image shadow */
}

/* CONTENT */
.card-content {
    padding: 18px;
}

.card-content h3 {
    font-size: 18px;
    color: #d35400;
    margin: 0 0 10px;
    text-align:left;
}

.card-content p {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 15px;
    text-align:left;
}

/* BUTTON */
.btn {
     display: table;
    margin-left: 0;
    margin-right: auto;
    background: #ff6600;
    color: #fff;
    text-decoration: none;
    padding: 8px 16px;
    font-size: 13px;
    border-radius: 3px;
    
}

.btn:hover {
    background: #e65c00;
}
/***************************************team********************************/

.team-section {
   padding: 20px 0;
}

.container {
    width: 100%;
    max-width: 1200px;
   
}

.team-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    text-align: center;
        margin: 20px 0px;
}

.team-card {
    flex: 1;
    min-width: 220px;
    height: 420px;
        background-color: #f2f2f2;
}
.team-card-2 {
    flex: 1;
    min-width: 220px;
    height: 420px;
      
}

.team-img {
    width: 180px;
    height: 180px;
    margin: 25px auto 25px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #ddd;
}

.team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-card h3 {
    margin: 10px 0 8px;
    font-size: 20px;
    color: #0c3c6d;
    font-weight: 600;
}

.team-card p {
    font-size: 13px;
    color: #555;
    letter-spacing: 1px;
    text-transform: uppercase;
}


/************************************home***********************************/

#total-collage {
    width: 90%;
}
#inner-collage {
    width: 100%;
    display: table;
    text-align: left;
    margin-top: 2em;
}
#left-collage {
    width: 50%;
    display: table-cell;
}
#left-collage img {
    width: 95%;
}
#right-collage {
    width: 50%;
    display: table-cell;
    vertical-align: top;
}
#inner-collage h2 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #ffde59;
    font-size: 28px;
}
#inner-collage h2 span {
    color: #b7b0b9;
}
#inner-collage p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 26px;
    color: #202020;
}
#inner-collage a {
    padding: 5px 10px 6px 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    background-color: #7d7988;
}
.wp-block-button__link

 {
    align-content: center;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    height: 100%;
    text-align: center;
    word-break: break-word;
}
.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em;
}
.logo-marquee{
    width:90%;
    margin:auto;
    overflow:hidden;
    background:#fff;
    padding:20px 0;
}

.logo-track{
    display:flex;
    align-items:center;
    gap:30px;
    width:max-content;
    animation: scrollLogo 25s linear infinite;
}

.logo-track img{
    height:100px;
    width:auto;
    flex-shrink:0;
    object-fit:contain;
}
.logo-marquee:hover .logo-track{
    animation-play-state: paused;
}

@keyframes scrollLogo{
    0%{
        transform:translateX(0);
    }
    100%{
        transform:translateX(-100%);
    }
}
/**************************************page******************************/


.page-header {
    background: #ccc;
    width: 100%;
    padding: 20px 0;
    margin-top: 5px;
}
.page-header-inner {
    width: 90%;
    margin: 0 auto;
}
.breadcrumb {
    font-size: 14px;
    margin-bottom: 10px;
}
.page-title {
    font-size: 24px;
    font-weight: bold;
    color: #004766;
    font-family: 'Lato', sans-serif;
}
.breadcrumb a {
    text-decoration: none;
    color: #333;
}

#total-inside {
    width: 100%;
    line-height: 26px;
    font-size: 14px;
    margin-top: 15px;
}
#inner-inside {
    width: 90%;
}
#total-inner-inside {
    width: 100%;
    text-align: left;
    font-family: "Roboto", sans-serif;
}
.contact-table{
    display:table;
    width:100%;
    table-layout:fixed;
}

/* LEFT COLUMN */
.contact-left{
    display:table-cell;
    width:50%;
    vertical-align:top;
    padding:0px;
    font-size:16px;
    line-height:1.8;
}

.contact-left a{
    color:#004766 !important;
    text-decoration:none;
    
}

.contact-left a:hover{
    text-decoration:underline;
    
}

/* RIGHT COLUMN */
.contact-right{
    display:table-cell;
    width:50%;
    vertical-align:top;
    padding:20px;
    background:#eaf4ff;
    box-shadow:0 8px 25px rgba(0,0,0,0.08);
    border-radius:8px;
}
.contact-right-1{
    display:table-cell;
    width:50%;
    vertical-align:top;
    padding:10px;
    
   
}

.contact-right h2{
    margin-bottom:20px;
    color:#0a2a66;
    font-size:22px;
}



.sub-heading {
  font-size: 18px;
    font-weight: 400;
    color: #555;
    margin-bottom: 20px;
}



.service-box{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;
    
    
}

/* REVERSE */
.service-box.reverse{
    flex-direction:row-reverse;
}

/* TEXT */
.service-text{
    flex:1;
}

.service-text h2{
    font-size:28px;
    margin-bottom:15px;
}

.service-text p{
    line-height:1.7;
    color:#555;
}

/* IMAGE */
.service-img{
    flex:1;
}

.service-img img{
    width:100%;
    border-radius:12px;
    box-shadow:0 10px 25px rgba(0,0,0,0.1);
}
.simple-service{
    display:flex;
    gap:40px;
    align-items:flex-start;
    align-items:center;
    justify-content:space-between;
}

/* TEXT */
.simple-text{
    flex:1;
}

.simple-text ol{
    padding-left:20px;
}

.simple-text li{
    margin-bottom:15px;
    line-height:1.7;
    color:#444;
}

/* IMAGE */
.simple-img{
    flex:1;
}

.simple-img img{
    width:100%;
    border-radius:8px;
}

.contact-left h3 {
        margin-bottom: 0px;
    margin-top: 0px;
    font-size: 17px;
    color: #004766;
    font-weight: 600;
}

.member {
    flex: 1;
}

.member h3 {
    margin: 0;
    font-size: 20px;
    color: #1d2b4f;
}

.member p {
    margin: 0;
    font-size: 14px;
    color: #555;
}
.address {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 15px;
}

.address i {
    color: #000; /* tumi chaile color change korte paro */
    font-size: 18px;
    margin-top: 4px;
}

.address p {
    margin: 0;
    font-size: 15px;
    color: #333;
    line-height: 1.6;
}
.contact-box {
    width: 100%;
    max-width: 450px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.contact-item i {
    width: 20px;
    text-align: center;
    font-size: 16px;
    color: #000;
}

.contact-item a,
.contact-item span {
    font-size: 15px;
    color: #000;
    text-decoration: none;
}

.contact-item a:hover {
    text-decoration: underline;
}
/*************************************form*******************************/

.zaaf-form-section{
    padding: 0px 20px;
     background:#eaf4ff;
}

.zaaf-form-wrapper{
    max-width:650px;
    margin:auto;
    background:#eaf4ff;
    padding:0px 40px;
    border-radius:10px;
    
}

.zaaf-form-wrapper h2{
    text-align:center;
    margin-bottom:30px;
    margin-top: 0px;
    font-size:28px;
    color:#004766;
    font-weight:600;
}

.zaaf-form-group{
    margin-bottom:20px;
}

.zaaf-form-group label{
    display:block;
    margin-bottom:8px;
    font-weight:500;
    color:#333;
}

.zaaf-form-group input,
.zaaf-form-group textarea{
    width:100%;
    padding:14px;
    border:1px solid #dcdcdc;
    border-radius:6px;
    font-size:15px;
    transition:0.3s;
}

.zaaf-form-group input:focus,
.zaaf-form-group textarea:focus{
    border-color:#0a2a66;
    outline:none;
    box-shadow:0 0 0 2px rgba(10,42,102,0.1);
}

.zaaf-form-group textarea{
    min-height:150px;
    resize:vertical;
}

.zaaf-submit-btn{
    width:100%;
    padding:15px;
    background:#004766;
    color:#fff;
    border:none;
    border-radius:6px;
    font-size:17px;
    font-weight:500;
    cursor:pointer;
    transition:0.3s;
}

.zaaf-submit-btn:hover{
    background:#cccccc;
}
/***********************************testimonial*************************/

.top-section{
    text-align:center;
    padding:60px 20px;
    background:linear-gradient(135deg,#0f2027,#203a43,#2c5364);
    color:#fff;
}

.top-section h1{
    font-size:36px;
}

.top-section p{
    max-width:700px;
    margin:auto;
    line-height:1.6;
    opacity:0.9;
}

.testimonial-wrap{
       width: 100%;
    margin: auto 0px;
    padding: 20px 0px;
    display: flex;
    
    
}

/* CARD */
.testimonial-card{
    background:#fff;
    padding:25px 22px;
    border-radius:12px;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    height:380px;
    width: 20%;
    margin-right: 20px;
  
  border: 1px solid #eee;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

/* TEXT FIX */
.text{
    margin-top:15px;
    font-style:italic;
    color:#444;
    line-height:1.7;
    font-size:15px;
}

/* NAME */
.name{
    margin-top:18px;
    font-weight:600;
}

/* STARS */
.stars{
    color:#ffc107;
    margin-bottom:10px;
}

/* TRUST BOX */
.trust-box{
    width:90%;
    margin:40px auto;
    background:#dfe5f591;
    padding:40px;
    border-radius:12px;
    box-shadow:0 5px 15px rgba(0,0,0,0.08);
}

.trust-box h2{
    text-align:center;
}

.trust-box ul{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
    list-style:none;
    padding:0;
    margin-top:20px;
}

.trust-box li{
    padding:10px;
}

/* CTA */
.cta{
    text-align:center;
    padding:50px 20px;
}

.cta a{
    background:#007bff;
    color:#fff;
    padding:12px 25px;
    border-radius:8px;
    text-decoration:none;
}
/*******************************gallery*********************/

#gallery_row {
    width: 100%;
    max-width: 91.5vw;
    display: table;
    margin-bottom: 5px;
}
#gallery_col {
    display: table-cell;
    width: 25%;
}
#gallery_inn_col {
    padding: 6px 6px 6px 6px;
    border: 2px solid #ddd;
    width: 90%;
}
#gallery_col img {
    width: 100%;
    height: auto;
}


/*************************************footer*****************************/

footer {
    margin-top: 20px;
      
}
.social-footer {
    background-color: #f0f0f0;
    height: auto;
    width: 100%;
    text-align: center;
    padding: 10px 0px;
}
.social-icon img {
    width: 40px;
    height: auto;
    transition: transform 0.3s;
    padding: 10px;
}
#total-footer {
    width: 100%;
    background-color: #6b777f;
    padding: 20px 0;
    font-family: "Roboto", sans-serif;
}
#inner-footer {
    width: 90%;
}
#inner-total-footer {
    width: 100%;
    display: table;
    color: #fff;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}
#left-footer {
    width: 50%;
    display: table-cell;
    text-align: left;
}
#right-footer {
    width: 50%;
    display: table-cell;
    text-align: right;
}
#right-footer a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}


/*************************************media********************************/
@media (max-width: 1024px) {
    .team-card {
        width: 45%;
    }
}
@media screen and (min-width: 768px)and (max-width: 1200px) {
.card {
  width: 21%;
  height: 490px;
  display: table-cell;
  float: left;
  margin-right: 20px;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}}
@media(max-width:992px){
    .testimonial-wrap{
        grid-template-columns:repeat(2,1fr);
    }
}
@media screen and (max-width: 768px) {
    .total_upper_top {
    background: #0c6aa7;
}
#upper_top_inner_left
 {
    width: 70%;
padding:10px 0px;
}
#call_mail {
    display: inline;
    margin-right: 10px;
    padding: 0px 0px;
}
#upper_top_inner_right {
    width: 30%;}
    #lower_top_inner_right {
    display: none !important;
}
 .card {
        width: 100%;
        margin-bottom: 30px;
        height: auto;
    }

    .card:nth-child(2n) {
        margin-right: 0;
    }
        #inner-collage {
        display: block;
    }
#left-collage {
        display: inline-block;
        width: 100%;
    }
    #left-collage img {
        width: 100%;
    }
    #right-collage {
        display: inline-block;
        width: 100%;
    }
    .contact-left,
    .contact-right{
        display:table-row;
        width:100%;
    }
    .contact-right-1{
        display:table-row;
        width:100%;
    }
    .zaaf-form-section {
  padding: 20px 20px;
}
 .team-card {
        width: 100%;
    }

    .team-img {
        width: 150px;
        height: 150px;
    }
    .contact-right-1 img {
    width: 100%;
}
 .service-box{
        flex-direction:column;
    }
    .service-box.reverse{
        flex-direction:column;
    }
     .simple-service{
        flex-direction:column;
        gap: 10px;
        padding: 0px;
    }
        #gallery_row {
        display: table;
    }
    #gallery_col {
        display: table-row;
    }
    #gallery_inn_col {
        width: 100%;
        margin-bottom: 20px;
    }
    #gallery_col img {
        width: 100%;
        max-height: none;
    }
      .testimonial-wrap{
        flex-direction: column;   
        align-items: center;     
    }

    .testimonial-card{
        width: 90%;              
        margin: 10px 0;           
        height: auto;            
    }
    .trust-box{
    padding:20px;
    
}
.team-card-2 {
    display: none;
}
.service-box {
    gap: 10px;
}
.sub-heading {
    margin-bottom:0px;
}
}
@media screen and (max-width: 600px) {
#left-footer {
    width: 100%;
    display: table-row;
    text-align: center;
}
#right-footer {
    width: 100%;
    display: table-row;
    text-align: center;
}
    
     .testimonial-wrap{
        grid-template-columns:1fr;
    }

    .top-section h1{
        font-size:24px;
    }

    .testimonial-card{
        padding:20px;
    }
}
@media screen and (max-width: 530px) {
    #social_link img {
    width: 20px;}

    #call_mail {
        margin-right: 5px;}

#call_mail a {
    font-size: 12px;}
}

@media screen and (max-width: 480px) {
#inner-collage h2 {
    font-family: 'Roboto Condensed', sans-serif;
    
    font-size: 25px;
}
    
    #call_mail img {
    width: 15px;
}
#call_mail a {
    color: #ffffff;
    font-size: 10px;
}
#social_link img {
    width: 20px;
}
}

@media screen and (max-width: 440px) {
#call_mail a {
  font-size: 12px;}
    
    #inner-collage h2
 {
    font-size: 20px;
}
    #call_mail a {
        font-size: 10px;
    }
        #social_link img {
        width: 15px;
    }
        #upper_top_inner_left {
        width: 75%;}
}
  

@media screen and (max-width: 360px) {  
  #social_link {
  margin-left: 0px;}
#social_link img {
  width: 18px;
}
#call_mail img {
  width: 15px;
}
#call_mail a {
    font-size: 9px;
  }
    #top_inner {
  width: 97%;
}
#top_inner-1 {
  width: 97%;
}
#logo img {
  height: 80px;
}
}
@media screen and (max-width: 330px) {  
  #upper_top_inner_left {
    width: 75%;
    padding: 10px 0px;
  }
    
    #logo img {
  height: 70px;
  width: auto;
}
    #inner-collage h2 {
        font-size: 17px;
    }
}
