*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
  font-family: 'Poppins', sans-serif;
}
.navbar{
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: 1px solid whitesmoke;
    background-color: white;
    padding-left: 20px;
    padding-right: 20px;
}
#hem{
    display: none;
}
.social-box{
    display: flex;
        margin-top: 16px;
}
.navbar ul li a{
    color: black;
    text-decoration: none;
}

.logo{
    text-decoration: none;
    color: black;
    font-size: 22px;
    font-weight: bold;
    
    
}
.navbar li {
    list-style: none;
    font-weight:bold;
    font-size: 14px;
  
    
}
#hem{
    display: none;
}
.logo-box{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;

}
#bird{
    font-size: 30px;
    color: darkgray;
}
li p {
    font-size: 10px;
    font-weight: 200;
    color: darkgray;
    text-align: center;
}

/* Hover effect on LI (your menu items) */
.navbar ul li {
    position: relative;
    display: flex;             
    flex-direction: column;    
    align-items: center;       
    padding: 30px 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Orange top border animation */
.navbar ul li::before {
    content: "";
    position: absolute;
    top: 0;                    
    left: 0;
    width: 0;
    height: 3px;
    background-color: darkgray;
    transition: width 0.3s ease;
    z-index: 10;               
}

/* Hover effect */
.navbar ul li:hover {
    background-color: whitesmoke;
    
}

/* Expand line */
.navbar ul li:hover::before {
    width: 100%;
}
/* ACTIVE STATE (always applied to the current page) */
.navbar ul li.active {
    position: relative;
    background-color: whitesmoke;  /* optional */
    color: #f15a29;
}

/* Permanent orange line on active item */
.navbar ul li.active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;                 
    height: 3px;
    background-color: #f15a29;
}

/* Active text stays orange */
.navbar ul li.active span
 {
    color:#f15a29;
}



.navbar ul li {
    position: relative;
    display: inline-block;
   
}
.about-section{
    display: flex;
    justify-content: space-between;
    align-items: center;
   
    background-color: rgba(245, 245, 245, 0.617);
    padding-top: 25px;
    padding-bottom: 25px;
    border: 1px solid rgba(245, 245, 245, 0.939);
}
.breadcrumb{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumb li {
    position: relative;
    padding-left: 8px; /* space before slash */
}

/* Add slash before every item except the first one */
.breadcrumb li:not(:first-child)::before {
    content: "/";
    position: absolute;
    left: -2px;
    color: #555;
}

.about-section li{
    list-style: none;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.562);
}
.about-section a {
    text-decoration: none;
    color: #000000bf;
    font-weight: bold;
    font-size: 22px

}
.about-section li:last-child{
color: darkgray;
}
.about-col{
    background-color: whitesmoke;
}
.container-content{
    
    width: 100%;
    margin: 0 auto;
}


.container{
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
}
.content{
    

     width: calc(100% - 300px);
     


}
.side-bar{
    width: 19%;
    margin-top: 20px;
    
}
.main-box{
    display: flex;
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    gap: 30px;
}
.t-text{
    display: flex;
    flex-direction: column;
}
.wifi-text{
    display: flex;
    flex-direction: column;
}
.wifi{
   background-color: rgb(243, 156, 18);
    padding-top: 5px;
    padding-left: 6px;
    padding-right: 6px
}

.twiter{
    background-color: rgb(29, 161, 242);
    padding-top: 5px;
    padding-left: 7px;
    padding-right: 6px
}
.icon-li{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.icon-li h4{
    color: darkgray;
    margin-right: 29PX;
}
#t-w{

    
    display: flex;
    flex-direction: row;
    color: white;
    border: none;
    font-size: 17px;
}

#plus-i{
    background-color: #333;
    color: white;
    border-radius: 50%;
    margin-right: 6px;
    padding-bottom: 6px;
    padding-top: 5px;
    font-size: 10px;

    

}
/* Wrapper to position the icon inside input */
.input-wrapper {
    position: relative;
    width: 100%;
}

/* Input styling — unchanged, only padding added for icon */
.input-wrapper input {
    width: 100%;
    padding-right: 35px; /* space for icon */
}

/* Icon inside the input */
#search {
    position: absolute;
    right: 20px;
    top: 60%;
    transform: translateY(-50%);
    color: darkgrey; /* your chosen color */
    pointer-events: none; /* icon unclickable */
    border-left: 2px solid darkgray;
    padding-left: 10px;
}

/* Your existing styles (unchanged) */
.search {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 10px;
    color: darkgrey;
}



.recent-work img{
    border: 1px solid darkgray;
    padding: 4px;
   
}
.minus{
    background-color: #f7460b;
    border-radius: 50%;
    color: white;
    padding:2px ;
}
#wifi{
    color: white;
    font-size: 17px;
    
}
.icon-section{
    display: flex;
    justify-content: center;
    gap: 5px;
}
.container{
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
}
.icon-section{
    margin-top: 2px solid rgb(124, 41, 41);
    margin-bottom: 2px solid darkgray;
    padding: 10px;
}


.sidebar {
    width: 19%;
    font-family: Arial, sans-serif;
    
    width: 100%;
    max-width: 300px;
}



.cata{
    /* margin-left: 10px; */
}

.side-box {
    
    cursor: pointer;
    
    margin-bottom: 18px;
    display: flex;
    flex-direction: column;
    
}

.side-box h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #333;
    
}
.heading{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    
    
    margin-bottom: 20px;
}

.br{
    
    padding: 7px;
    background-color: whitesmoke;
    color: darkgray;
    font-size: 13px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 7px;
    padding-left: 7px;
}
.accordion p{
    font-size: 13px;
    color: rgba(169, 169, 169, 0.84);
    margin-top: 5px;
    line-height: 20px;
    margin-right: 20px;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.accordion {
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: Arial, sans-serif;
}

/* Main heading row */
.acc-item {
    display: flex;
    flex-direction: column;
}

.acc-header {
    display: flex;
    align-items: center;
    gap: 12px;
}

.acc-desc {
 padding-left: 4px;
    /* icon width + gap → perfect alignment */
    color: rgba(120, 120, 120, 0.9);
    font-size: 14px;
    line-height: 1.4;
    margin-right: 20px;
}


/* Regular list item */
.list-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(169, 169, 169, 0.9);
    font-size: 14px;
    margin-bottom: 10px;
    padding-bottom: 13px;
}


/* Circle styling (Plus & Minus) */
.circle-icon {
    height: 23px;
    width: 23px;
    background: black;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.minus-icon {
    background: #ff7513 !important; /* your new background color */
}


/* Icon inside circle */
.circle-icon i {
    font-size: 12px;
    color: white;
}

/* Minus icon styling (slightly bigger + darker) */
.minus-icon i {
    font-size: 13px;
    color: white;
}

/* Optional: hover effect */
.list-item:hover .circle-icon {
    background: black;
}
.popular h4 {
    position: relative;
    color: rgba(0, 0, 0, 0.784);
    text-align: center;
    font-size: 13px;
    padding-top: 10px; /* space for the before border */
    padding-left: 25px;
}

.popular h4::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -11px;
    width: 134px;          
    height: 3px;           
    background-color: rgb(242, 117, 7);
    border-radius: 1px;    /* smooth professional look */
}



.popular-posts h3{
    font-size: 13px;
    color: darkgray;

    
}
.popular-and-icon{
    display: flex;
    gap: 5px;
    
    gap: 30px;
    background-color: whitesmoke;
    color: rgba(169, 169, 169, 0.584);
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 13px;
    padding-right: 13px;
    


}
.popular-and-icon h4 {
    font-size: 13px;
    
}
.popular-posts img{
    border: 1px solid darkgray;
    padding: 4px;
}
.pop{
    margin-right: 10px;
        padding-top: 8px;
        border-top: #f15a29 solid 3px;
}

#heading{
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 30px;
    padding-right: 30px;
    
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: whitesmoke;
    color: darkgray;
    font-size: 13px;
}

/* Social Section */
.social-item {
    display: flex;
    gap: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
    
    padding-right: 10px;
    
    margin-bottom: 20px;
    margin-top: 50px;
    border-top: 2px solid rgba(169, 169, 169, 0.295);
    border-bottom: 2px solid rgba(169, 169, 169, 0.384);
    
}

.social-item i {
    font-size: 20px;
    margin-top: 3px;
}

.social-item p {
    font-size: 16px;
    margin: 0;
}

.social-item span {
    font-size: 12px;
    color: gray;
}

/* Search Box */
.search-box input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    /* max-width: 240px; */
    
    
}

/* Categories */
.categories {
    list-style: circle;
    padding: 0;
}

.categories li {
    padding: 8px 0;
    color: darkgray;
    border-bottom: 1px solid #ddd;
    list-style: inside;

}
.categories li:hover{
    color: #f15a29;
}

/* Popular Posts */
.pop-item {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    border-bottom: 2px solid whitesmoke;
    padding-bottom: 10px;
    margin-right: 10px;
    
}
.pop-item:last-child {
    border-bottom: none;
}
.pop-item span{
    font-style: italic;
}



.pop-item img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.pop-item p {
    font-size: 14px;
    margin: 0 0 4px;
    color: rgba(0, 0, 0, 0.724);
}

.pop-item span {
    font-size: 12px;
    color: #888;
}

/* Accordion */
.accordion {
    list-style: none;
    padding: 0;
}

.accordion li {
    border-bottom: 1px dashed #ddd; /* your default border */
}


.accordion li:first-child {
    border-bottom: none;
}

/* Add border-top to the second li */
.accordion li:nth-child(2) {
    border-top: 1px dashed #ddd ;
}


/* Recent Work */
.rw-img {
    width: 100%;
    margin-bottom: 12px;
}

/* Testimonials */
.testimonial-text {
    font-style: italic;
    color: darkgray;
    margin-bottom: 10px;
    font-size: 13px;
}

.testimonial-author {
    font-size: 13px;
    color: #999;
    margin-left: 50px;
}
.testimonial-author i{
    color: black;
    font-weight: 600;
}
.container{
    max-width: 1050px;
    width: 100%;
    margin: 0 auto;

}
.recent-work h3{
    margin-left: 10px;
}
.recent-work{
    display: flex;
    gap: 5px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top: 12px;
    margin-bottom: 20px;
    justify-content: start;
    align-items: center;
}
.popular-posts{
   border: 2px solid whitesmoke;
    margin-top: 40px;
    
    
    padding-left: 10px;
    
}
.sidebar-container{
    max-width: 250px;
    margin: 0 auto;
    width: 100%;
}
.testimonial-text{
    border: 1px solid #a9a9a969;
    padding: 14px;
    font-size: 14px;
}
.twiter-wight{
    margin-top: 30px;
    margin-bottom: 20px;
}
.twiter-wight h4{
    margin-bottom: 20px;

}
.date{
    margin-top: 10px;
    margin-bottom: 10px;
    color: rgba(169, 169, 169, 0.612);
    font-size: 10px;
    font-style: italic;
}
.twiter-wight p{
    color: darkgray;
    font-size: 12px;
    line-height: 20px;
    
}
.twiter-wight span{
    color: rgba(0, 0, 0, 0.589);
    font-weight: 600;
}
.img-box img{
    margin-top: 50px;
    border: 2px solid rgba(169, 169, 169, 0.425);
    padding: 5px;
    

}


.img-bottom-text{
    margin-top: 15px;
    
}

.img-bottom-text ul {
    display: flex;
gap: 20px;
    
     

}

    

.img-bottom-text ul li{
    list-style: none;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.324);
}
.main-text{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(169, 169, 169, 0.646);
    border-bottom: 1px solid rgba(169, 169, 169, 0.849);
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 13px;
}
.comments p{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.322);
}
.img-bottom-text h3{
    color: rgba(0, 0, 0, 0.715);
}
.main-text li span{
    color: #333333a7;
}
.comments p span{
    color: #333333ac;
}
.banner-paragraph{
    margin-top: 14px;
}
.p-top{
    font-size: 13px;
    color: darkgray;
    line-height: 20px;
}
.p-middle{
    font-size: 13px;
    color: darkgray;
    line-height: 20px;
    margin-top: 20px;
}
.left-p{
    font-size: 13px;
    color: darkgray;
    line-height: 20px;
    margin-top: 20px;
    font-style: italic;
    border-left: #f15a29 4px solid;
    background-color: whitesmoke;
    padding-left: 5px;
    padding: 20px;

}
.left-b-p{
    margin-top: 20px;
    color: darkgray;
    font-size: 13px;
    line-height: 20px;

}
.icon-list {
    list-style: none; /* remove default bullets */
    padding-left: 0;
}

.icon-list li {
    display: flex;
    align-items: center;
    gap: 10px; /* space between icon and text */
    margin-bottom: 8px;
    font-size: 14px;
}

/* Arrow icon styling */
.icon-list li i {
    background-color: #ff7513;   /* circle background */
    color: white;               /* arrow color */
    width: 17px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;         /* circular */
    font-size: 10px;
}


#test{
    border: none;
    font-size: 16px;
    color: rgba(169, 169, 169, 0.697);

}
#test {
    border: none;
    font-size: 16px;
    color: rgba(169, 169, 169, 0.697);
    background: transparent;
}
#test:hover {
    background: transparent !important;
}


.img-paragraph{
    display: flex;
    gap: 20px;
    margin-top: 20px;
    justify-content: center;
    
}
.img-paragraph img{
    border: 1px solid rgba(169, 169, 169, 0.559);
    padding: 3px;
}

.top-ul{
    color:#33333390;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;

}
.img-paragraph ul{
    
    margin-top: 14px;
    margin-top: 10px;
    font-size: 13px;
    color: darkgray;
    line-height: 20px;

}
.img-paragraph ul li{
    list-style: circle;
    
}
.bottom-ul{
    margin-top: 15px;
    font-size: 13px;
    color: darkgray;
    line-height: 20px;

}
.img-box {
    position: relative;    /* important */
    display: inline-block;
    width: 100%;
    object-fit: cover;
}

.img-box img {
    width: 100%;
    height: 300px;
    display: block;
}

.little-box {
    position: absolute;
bottom: 57px;            /* move down */
    left: 5px;            /* move right */
    background-color: whitesmoke;
    color: #2b2b2b;
    padding: 5px 10px;
    text-align: center;
    
    font-weight: 400;
    font-size: 12px;
    
}
.little-box p {
    display: flex;
    flex-direction: column;
}
.second-box {
    position: absolute;
    bottom: 10px;      /* stays inside image */
    left: 10px;
    background: black;
    padding: 5px 10px;
    color: white;
    font-size: 12px;
    text-align: center;
}

.final-bottom{
    margin-top: 5px;
    font-size: 13px;
    color: darkgray;
    line-height: 20px;

}
.second-box p {
    display: flex;
    flex-direction: column;
}
.share-post{
    margin-top: 30px;
    border-top: 2px solid whitesmoke;
     border-bottom: 2px solid whitesmoke;
     padding-top: 10px;
     padding-bottom: 10px;
     display: flex;
     justify-content: start;
     gap: 20px;
}
.text-share h3{
    font-size: 12px;
    color: black;
}
#wifi-s{
    background-color: rgb(238, 168, 17);
    color: white;
border-radius: 50%;
height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    border: none;

}
#fb-s{
    background-color: rgb(101, 148, 250);
    color: white;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    border: none;
}
#t-s{
  background-color: rgb(133 208 243);
    color: white;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    border: none;

}
#p-s{
    background-color: rgba(165, 42, 42, 0.616);
    color: white;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    border: none;
}
#v-s{
    background-color: rgba(127, 255, 212, 0.61);
    color: white;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    border: none;

}
.icon-share{
    display: flex;
    gap: 7px;

}
.main-auther{
    display: flex;
    gap: 20px;
    align-items: center;
}
.auther-section{
    margin-top: 40px;
    
    border-bottom: 2px solid whitesmoke;
    padding-bottom: 15px;

}
.auther-section h3{
    padding-bottom: 14px;
    
    font-size: 15px;
    color: rgba(0, 0, 0, 0.578);
}
.img img{
    border: 1px solid rgba(169, 169, 169, 0.575);
    padding: 3px;
}
.auther-paragraph{
    margin-top: 13px;
    color: darkgray;
    font-size: 12px;
    line-height: 18px;
    
}
.auther-text h4{
    font-size: 13px;
    color:darkgray;
    font-weight: 600;

}
.auther-text span {
    color: rgba(0, 0, 0, 0.619);
} 
.mian-comments{
    display: flex;
    gap: 20px;

}
.img-comments img{
    border: 1px solid darkgray;
    padding: 2px;

}
.comments-section{
    margin-top: 30px;
    color: rgba(0, 0, 0, 0.692);
    font-size: 15px;
    border-bottom: 2px solid whitesmoke;
    padding-bottom: 22px;
}
.text-comments h5{

}
.comments-section h3{
    margin-bottom: 20px;
}
.comments-date{
    color: darkgray;
    font-size: 13px;
}
.comments-date span{
    color: #f15a29;
}
.comments-paragraph{
    margin-top: 20px;
    font-size: 12px;
    color: darkgray;
    border: 2px solid whitesmoke;
    padding: 7px;

}
.main-leave{
    border-top: 2px solid whitesmoke;
    padding-top: 13px;
}
.adam-wailson-section{
     margin-top: 5px;
    color: rgba(0, 0, 0, 0.692);
    font-size: 15px;
    border-top: 2px solid whitesmoke;
    padding-top: 21px;
    margin-bottom: 26px;

}
.Anna-wailson-section{
     margin-top: 30px;
    color: rgba(0, 0, 0, 0.692);
    font-size: 15px;
   
   

}
.main-anna{
    display: flex;
    gap: 20px;
}
.img-anna img {
    border: 1px solid darkgray;
    padding: 2px;
}
.Roger-dowson-section{
     margin-top: 30px;
    color: rgba(0, 0, 0, 0.692);
    font-size: 15px;
    
    padding-bottom: 17px;
    margin-left: 58px;
     border-top: 2px solid whitesmoke;
     padding-top: 21px;

}
/* leave a comment form */
.main-leave h3{
    margin-top: 5px;
}

.leave-comment {
    margin-top: 22px;
}

.leave-comment h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

.comment-form .form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.comment-form input,
.comment-form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    font-size: 14px;
    border-radius: 4px;
}

.comment-form textarea {
    min-height: 150px;
    resize: vertical;
}

.submit-btn {
    background: #ff6600;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-weight: bold;
}

.submit-btn:hover {
    opacity: 0.9;
}
.leave-comment{
    background-color: whitesmoke;
    padding: 25PX;
}
/* footer */
footer {
  background: #2b2b2b;
  color: #bbb;
  padding: 60px 0 30px;
  font-size: 14px;
  margin-top: 52px;
  padding: 20px 20px 0 20px
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  
}

.footer-col {
  width: 23%;
}

.footer-col h4 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
}

.footer-col p {
  color: #aaa;
  margin-bottom: 10px;
  line-height: 1.6;
}

.footer-col ul {
  list-style: none;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  color: #aaa;
  text-decoration: none;
  transition: 0.3s;
}

.footer-col ul li a:hover {
  color: #f15a29;
}

.strem-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}

.flickr-grid img {
  width: 100%;
  border-radius: 3px;
}

.copyright {
  text-align: start;
  margin-top: 40px;
  
  padding-top: 5px;
  color: #888;
  align-items: center;
  
}
.copyright{
  padding-left: 30px;
}
.hero-img{
  width: 100px;
  height: 100px;
}
.icons{
  position: absolute;
}
.client{
  margin-left: 30px;
}
.text-button{
  display: flex;
  justify-content:space-between;
}
.text-butto a{
  padding-right: 30px;
}
.fa-brands {
  font-size: 30px;
  
}
.fa-brands:hover{
  
  color: cornflowerblue;
}

.footer-page {
  background-color: #2b2b2b;
  color: white;
  display: flex;
  justify-content: space-between; /* copyright left, links right */
  align-items: center;
  padding: 15px 40px; /* space around content */
  font-family: "Poppins", sans-serif;
  
}

.footer-page {
  background-color: black;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 40px;
  font-family: "Poppins", sans-serif;
  border-top: 2px solid #444; /* separator line */
  box-sizing: border-box;
  width: 100%;
  border-bottom: 2px solid #444;
  height: auto;
}

/* ✅ Remove default margins that cause extra lines/spaces */
.footer-page p,
.footer-page ul {
  margin: 0;
  padding: 0;
}

.footer-page .copyright {
  font-size: 14px;
}

.footer-links {
  display: flex;
  gap: 20px;
  list-style: none;
}

.footer-links li a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-links li a:hover {
  color: #f15a29;
}


.box1-f{
    border: 2px solid #676565;;
    height: 61px;
     height:60px;
    width: 60px;
}
.box1-f img {
   
      height: 100%;
    width: 100%;
}
.box2-f{
    border: 2px solid #676565;
   
    height:60px;
    width: 60px;
}
.box2-f img {
    
        height: 100%;
    width: 100%;
}

.box3-f{
    border: 2px solid #676565;
     height:60px;
    width: 60px;
}
.box3-f img {
    
      height: 100%;
    width: 100%;
}
.box4-f{
    
   height:60px;
    width: 60px;
}
.box4-f img {
    border: 2px solid #676565;
     height: 100%;
    width: 100%;
}
.box5-f{
    
      height:60px;
    width: 60px;
}
.box5-f img {
   border: 2px solid #676565;
    height: 100%;
    width: 100%;
}
.box6-f{
    
      height:60px;
    width: 60px;
}
.box6-f img {
    border: 2px solid #676565;
    height: 100%;
    width: 100%;
}
.box7-f{
    
    height:60px;
    width: 60px;
}
.box7-f img {
    border: 2px solid #676565;
      height: 100%;
    width: 100%;
}
.box8-f{
   
     height:60px;
    width: 60px;
}
.box8-f img {
    border: 2px solid #676565;;
    height: 100%;
    width: 100%;
}


.footer-col span {
    font-size: 15px;
    color: white;
    font-weight: 400;
}
.icon{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
    color: darkgray;
    border-top: 2px solid whitesmoke;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 2px solid whitesmoke;
    gap: 10px;
    margin-left: 5px;
    margin-right: 5px;
}
.facebook{
    display: flex;
    justify-content: start;
    align-items: center;
    
    gap: 10px;
}




