/************font face***********/

@font-face {
    font-family: Inter;
    src: url(../fonts/Inter_18pt-Black.ttf);
    font-weight: 900;
}

@font-face {
    font-family: Inter;
    src: url(../fonts/Inter_18pt-Bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: Inter;
    src: url(../fonts/Inter_18pt-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: Inter;
    src: url(../fonts/Inter_18pt-Medium.ttf);
    font-weight: 500;
}

/*********************************************/
html {
  scroll-behavior: smooth;
}

body {
    font-family: Inter;
    font-size: 16px;
    padding-top: 90px;
}

:root {
    --primary-color: #EB6017;
    --p-color: #4A5A74;
    --brown-color: #7C2D12;
}

.primary-color {
    color: var(--primary-color);
}

a {
    text-decoration: none;
}

.bggradient {
    background-image: linear-gradient(to right, #EA580C, #C3420C);

}

.text-gradient {
    background-image: linear-gradient(to right, #E4540C, #C6430C);
    background-clip: text;
    color: transparent;
}

.icon-style {
    padding: 7px 9px;
    border-radius: 12px;
    font-size: 1.125rem;
}

nav .navbar-brand .icon-style
,#footer .icon-style {
    background-image: linear-gradient(to right, #E3540C, #C8440C);
}

nav .navbar-brand span {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2rem;
}

nav.navbar ul.navbar-nav li.nav-item>a.nav-link {
    font-size: 1rem;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 10px;
    transition: all 0.5s;
}

nav ul li .active {
    color: var(--primary-color) !important;
    position: relative;
    display: inline-block;
}

nav ul li.nav-item a.nav-link::after  {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: .1125rem;
    background-color: #E8570C;
    transition: width 0.5s ease;
}
nav ul li.nav-item a.nav-link.active::after {
    width: 100%; 
}


nav.navbar ul.navbar-nav li.nav-item>a.nav-link:hover,
nav.navbar .collapse .d-flex a:hover 
,.navbar .navbar-collapse button:first-of-type:hover{
    color: var(--primary-color) !important;
}

.icon-dropdown{
    padding: 12px;
    background-color: #FAE6DB;
    border-radius: 7px;
    color: #EA580C;
    font-size: 12px;
   transition: all 0.4s;
}
.dropdown-menu h3{
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;

}
.dropdown-menu .need-help h3{
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    transition: all 0.4s;
}

.dropdown-menu {
  width: 75vw !important; 
  height: 60vh;
  overflow-y: auto;
  transform: translateX(-20%);
  padding-inline: 20px;
  border: none;
  border-radius: 18px;
 box-shadow: 0 4px 6px rgba(0,0,0,0.1), 2px 0 4px rgba(0,0,0,0.05), -2px 0 4px rgba(0,0,0,0.05);
}

.dropdown-menu .item:not(.need-help){
    margin-bottom: 10px;
    padding: 15px 13px;
    border-radius: 10px;
    transition: all 0.4s;
}
.dropdown-menu .need-help{
    padding: 18px;
    border-radius: 10px;
    border: 2px solid #F9DED1;
    background-color: #FBEDE7;
    margin-top: 20px;
}
.nav-item.dropdown .dropdown-toggle::after {
  display: none;  
}


.nav-link.dropdown-toggle i.fa-chevron-down {
    transition: transform 0.5s ease;
    font-size: 12px;
}

.nav-link.dropdown-toggle[aria-expanded="true"] i.fa-chevron-down {
    transform: rotate(180deg);
}
.dropdown-menu .item:not(.need-help):hover{
    background-color: #FCF6F3;
    cursor: pointer;
}
.dropdown-menu .item:not(.need-help):hover h3{
    color: #EA590E;
}
.dropdown-menu h2{
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #EA580C;
}
.dropdown-menu .item:not(.need-help):hover .icon-dropdown{
    transform: scale(1.15);
}
.inner {
    width: 100%;
    min-height: 200px;
}

nav button {
    font-weight: 500;
    line-height: 1.5rem;
    padding: 13px 30px;
    border-radius: 30px;
    transition: all 0.4s;

}
nav button.bggradient:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 30px -10px #E6A385;
}
nav button.navbar-toggler span{
        width: 20px !important;
        
    }
    nav button.navbar-toggler{
        border: none !important;
    }
    nav button.navbar-toggler:focus
   {
        box-shadow: none !important;
    }

/**********************************end nav***********************************/


#home {
    background-image: linear-gradient(to right, #FFF8EF, #FFFEFD, #F7F1E8);
    z-index: 30;
    padding-block: 50px 100px;

}

.head-section {
    background-color: #FCE9DA;
    color: #EA580C;
    font-size: .875rem;
}

#home .inner h1 {
    font-size: 3.75rem;
    line-height: 4.6875rem;
    font-weight: 900;
}

#home .inner h1>span:first-of-type {
    background-image: linear-gradient(to right, #802E12, #EA580C, #C4420C);
    background-clip: text;
    color: transparent;
}

#home .inner h1>span:nth-of-type(2) {
    color: var(--brown-color);
}

#home .inner h1>span:last-of-type {
    background-image: linear-gradient(to right, #FB8F3A, #EA5A0E);
    background-clip: text;
    color: transparent;
}

#home .inner p {
    font-size: 1.25rem;
    line-height: 33px;
    font-weight: 500;
    color: #4A5D6E;
}

.button-style {
    padding: 17px 35px;
    border-radius: 30px;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    transition: all 0.3s;
}

#home .btns button:last-of-type {
    border: 1px solid #D8DBE1;
}

#home .btns button:first-of-type:hover {
    transform: translateY(-5px);
    box-shadow: 0 .625rem 15px 0 #E6A385;
}

#home .btns button:last-of-type:hover {
    color: #EA580C;
    border-color: #EA580C;
}

#home .inner .items span {
    color: #EA580C;
    line-height: 36px;
    font-size: 1.875rem;
    font-weight: 700;
}

#home .inner .items p {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
}

#home .col:last-child .layer {
    height: 100%;
    width: 100%;
}

#home .col:last-child .inner {

    width: 83%;
    height: 94%;
    padding: 35px;
    z-index: 80;


}

#home .col:last-child.image {
    position: relative;
}

#home .col:last-child.image::after {
    content: '';
    position: absolute;
    /* top: 15px;      */
    top: 2%;
    left: 20%;
    width: 78%;
    height: 96%;
    background-color: #F6D9C8;
    border-radius: 20px;
    transform: rotate(3deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

#home .col:last-child.image .inner .icon-code {
    padding: 30px 32px;
    border-radius: 15px;
    background-image: linear-gradient(to right, #F88936, #EC5F14);
    font-size: 25px;
    position: absolute;
    top: -25px;
    right: -25px;
}

#home .col:last-child.image .inner .icon-phone {
    padding: 28px;
    border-radius: 15px;
    background-image: linear-gradient(to right, #C7440C, #E4550C);
    font-size: 1.25rem;
    position: absolute;
    bottom: -25px;
    left: -25px;
}

/*************************end home********************************************/

#services {
    margin-block: 5rem;
}

ul {
    list-style: none;
    padding: 0;
}


.title h2 {
    font-size: 3rem;
    line-height: 3rem;
    font-weight: 900;
    color: var(--brown-color);
}

.title h2 span {
    background-image: linear-gradient(to right, #E9580C, #C2410C);
    background-clip: text;
    color: transparent;
}

.title p {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 200;
    color: var(--p-color);

}

#services .title p{
padding-inline:100px !important;
}
.icon-services-style {
    padding: 16px 20px;
    font-size: 20px;
    border-radius: 15px;
    font-weight: 700;
    transition: transform 0.6s ease, background-color 0.6s ease;
}

#services .inner {
    border-radius: 10px;
    padding: 30px;
    border: 2px solid #3c3c3f0a;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

#services .row .col:nth-child(1) .inner span {
    background-image: linear-gradient(to right, #E6560C, #C6430C);
}

#services .row .col:nth-child(2) .inner span {
    background-image: linear-gradient(to right, #F98A36, #ED6217);
}

#services .row .col:nth-child(3) .inner span {
    background-image: linear-gradient(to right, #CC4F16, #F48837);
}

#services .row .col:nth-child(4) .inner span {
    background-image: linear-gradient(to right, #E0520C, #F18534);
}

#services .row .col:nth-child(5) .inner span {
    background-image: linear-gradient(to right, #EF8233, #CA4D14);
}

#services .row .col:nth-child(6) .inner span {
    background-image: linear-gradient(to right, #C7440C, #E4550C);
}

#services ul li {
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
    color: var(--p-color);
}

#services .inner h3,
#technology .inner h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: var(--brown-color);
}

#services .inner p,
#technology .inner p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--p-color);
}

#services ul li i {
    color: var(--primary-color);
}

#services .row {
    margin-top: 80px;
}

#services .inner:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px #FDF8F5, 0 5px 15px #FDF8F5;
    cursor: pointer;
}

#services .inner:hover .icon-services-style {
    transform: scale(1.12);
}

#services .inner a i {
    transition: margin-left 0.4s ease;
}

#services .inner:hover a i {
    margin-left: 10px !important;
}

/************************end services**************************/
#technology {
    margin-top: 100px;
    padding-block: 80px;

}
#technology .row{
    padding-inline: 150px;
}
#technology .row.container {
    padding-inline: 80px;
}

#technology .row .col {
    margin-top: 35px;
}

#technology .inner {
    padding: 25px 30px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    
}



#technology .nav-tab-title h3 {
    font-size: 1.5rem;
    line-height: 32px;
    font-weight: 700;
    color: var(--brown-color);
}

#technology .nav-tab-title p {
    font-size: 1.125rem;
    line-height: 28px;
    font-weight: 400;
    color: var(--p-color);
}

#technology .row .inner span:not(:first-child) {
    margin-right: 5px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    border-radius: 10px;
}

#technology #pills-frontend .row .col:nth-child(2) .inner span:first-of-type {
    font-size: 1rem;
    line-height: 24px;
    padding: 18px 15px;
}

#technology #pills-backend .row .col:nth-child(5) .inner span:first-of-type {
    font-size: .875rem;
    line-height: 1.25rem;
    padding: 20px 15px;
}

#technology #pills-backend .row .col:nth-child(3) .inner span:first-of-type {
    font-size: 1.125rem;
    line-height: 28px;
    padding: 16px 18px;
}

#technology #pills-devops .row .col:nth-child(5) .inner span:first-of-type {
    font-size: .875rem;
    font-weight: 700;
    padding: 21px 19px;
}

#technology #pills-database .row .col:nth-child(2) .inner span:first-of-type {
    font-size: .75rem;
    line-height: 16px;
    padding: 22px 10px;
}

#technology #pills-frontend .row .col:nth-child(1) span:not(:first-child),
#technology #pills-backend .row .col:nth-child(2) span:not(:first-child),
#technology #pills-mobile .row .col:nth-child(1) span:not(:first-child),
#technology #pills-devops .row .col:nth-child(2) span:not(:first-child),
#technology #pills-devops .row .col:nth-child(4) span:not(:first-child),
#technology #pills-database .row .col:nth-child(1) span:not(:first-child) {
    color: #193CBF;
    background-color: #DBEAFE;
}

#technology #pills-frontend .row .col:nth-child(1) .inner,
#technology #pills-backend .row .col:nth-child(2) .inner,
#technology #pills-mobile .row .col:nth-child(1) .inner,
#technology #pills-devops .row .col:nth-child(2) .inner,
#technology #pills-devops .row .col:nth-child(4) .inner,
#technology #pills-database .row .col:nth-child(1) .inner {
    background-image: linear-gradient(to right, #EEF5FE, #DCEBFF);
}

#technology #pills-frontend .row .col:nth-child(1) .inner span:first-of-type,
#technology #pills-backend .row .col:nth-child(2) .inner span:first-of-type,
#technology #pills-mobile .row .col:nth-child(1) .inner span:first-of-type,
#technology #pills-devops .row .col:nth-child(2) .inner span:first-of-type,
#technology #pills-devops .row .col:nth-child(4) .inner span:first-of-type,
#technology #pills-database .row .col:nth-child(1) .inner span:first-of-type {
    background-color: #2B7FFF;
}

#technology #pills-frontend .row .col:nth-child(2) .inner span:first-of-type,
#technology #pills-mobile .row .col:nth-child(3) .inner span:first-of-type {
    background-color: black;
}

#technology #pills-frontend .row .col:nth-child(2) .inner,
#technology #pills-mobile .row .col:nth-child(3) .inner {
    background-image: linear-gradient(to right, #F9FAFB, #F3F4F6);
}

#technology #pills-frontend .row .col:nth-child(2) span:not(:first-child),
#technology #pills-mobile .row .col:nth-child(3) span:not(:first-child) {
    color: black;
    background-color: #F3F4F6;
}

#technology #pills-frontend .row .col:nth-child(3) .inner span:first-of-type,
#technology #pills-backend .row .col:nth-child(1) .inner span:first-of-type,
#technology #pills-mobile .row .col:nth-child(4) .inner span:first-of-type {
    background-color: #00C951;
}

#technology #pills-frontend .row .col:nth-child(3) .inner,
#technology #pills-backend .row .col:nth-child(1) .inner,
#technology #pills-mobile .row .col:nth-child(4) .inner {
    background-image: linear-gradient(to right, #EFFDF4, #DDFCE8);
}

#technology #pills-frontend .row .col:nth-child(3) span:not(:first-child),
#technology #pills-backend .row .col:nth-child(1) span:not(:first-child),
#technology #pills-mobile .row .col:nth-child(4) span:not(:first-child) {
    color: #016630;
    background-color: #DBFCE7;
}

#technology #pills-frontend .row .col:nth-child(4) .inner span:first-of-type,
#technology #pills-devops .row .col:nth-child(1) .inner span:first-of-type {
    background-color: #FF6900;
}

#technology #pills-frontend .row .col:nth-child(4) .inner,
#technology #pills-devops .row .col:nth-child(1) .inner {
    background-image: linear-gradient(to right, #FFF6EC, #FFEDD5);
}

#technology #pills-frontend .row .col:nth-child(4) span:not(:first-child),
#technology #pills-devops .row .col:nth-child(1) span:not(:first-child) {
    color: #B82D00;
    background-color: #FFEDD4;
}

#technology #pills-frontend .row .col:nth-child(5) .inner span:first-of-type {
    background-color: #00B8DB;
}

#technology #pills-frontend .row .col:nth-child(5) .inner {
    background-image: linear-gradient(to right, #EBFEFF, #CFFAFE);
}

#technology #pills-frontend .row .col:nth-child(5) span:not(:first-child) {
    color: #005F89;
    background-color: #CEFAFE;
}

#technology #pills-frontend .row .col:nth-child(6) .inner span:first-of-type {
    background-color: #AD46FF;
}

#technology #pills-frontend .row .col:nth-child(6) .inner {
    background-image: linear-gradient(to right, #FAF4FF, #F3E8FF);
}

#technology #pills-frontend .row .col:nth-child(6) span:not(:first-child) {
    color: #6E11B0;
    background-color: #F3E8FF;
}

/*********************************end frontend********************************/
#technology #pills-backend .row .col:nth-child(3) .inner span:first-of-type {
    background-color: #E7000B;
}

#technology #pills-backend .row .col:nth-child(3) .inner {
    background-image: linear-gradient(to right, #FEF2F2, #FFE3E3);
}

#technology #pills-backend .row .col:nth-child(3) span:not(:first-child) {
    color: #AE1F12;
    background-color: #FFE2E2;
}

#technology #pills-backend .row .col:nth-child(4) .inner span:first-of-type,
#technology #pills-mobile .row .col:nth-child(5) .inner span:first-of-type,
#technology #pills-devops .row .col:nth-child(5) .inner span:first-of-type,
#technology #pills-database .row .col:nth-child(5) .inner span:first-of-type {
    background-color: #9810FA;
}

#technology #pills-backend .row .col:nth-child(4) .inner,
#technology #pills-mobile .row .col:nth-child(5) .inner,
#technology #pills-devops .row .col:nth-child(5) .inner,
#technology #pills-database .row .col:nth-child(5) .inner {
    background-image: linear-gradient(to right, #FAF4FF, #F3E8FF);
}

#technology #pills-backend .row .col:nth-child(4) span:not(:first-child),
#technology #pills-mobile .row .col:nth-child(5) span:not(:first-child),
#technology #pills-devops .row .col:nth-child(5) span:not(:first-child),
#technology #pills-database .row .col:nth-child(5) span:not(:first-child) {

    color: #6E11B0;
    background-color: #F3E8FF;
}

#technology #pills-backend .row .col:nth-child(5) .inner span:first-of-type,
#technology #pills-database .row .col:nth-child(6) .inner span:first-of-type {
    background-color: #4F39F6;
}

#technology #pills-backend .row .col:nth-child(5) .inner,
#technology #pills-database .row .col:nth-child(6) .inner {
    background-image: linear-gradient(to right, #EEF2FF, #E1E8FF);
}

#technology #pills-backend .row .col:nth-child(5) span:not(:first-child),
#technology #pills-database .row .col:nth-child(6) span:not(:first-child) {
    color: #3C2AAC;
    background-color: #E0E7FF;
}

#technology #pills-backend .row .col:nth-child(6) .inner span:first-of-type {
    background-color: #009689;
}

#technology #pills-backend .row .col:nth-child(6) .inner {
    background-image: linear-gradient(to right, #EEFDFA, #CDFBF2);
}

#technology #pills-backend .row .col:nth-child(6) span:not(:first-child) {
    color: #005F5A;
    background-color: #CBFBF1;
}

/******************************************end backend***********************************/
#technology #pills-mobile .row .col:nth-child(2) .inner span:first-of-type {
    background-color: #00B8DB;
}

#technology #pills-mobile .row .col:nth-child(2) .inner {
    background-image: linear-gradient(to right, #EAFDFF, #D0FAFE);
}

#technology #pills-mobile .row .col:nth-child(2) span:not(:first-child) {
    color: #495F78;
    background-color: #CEFAFE;
}

#technology #pills-mobile .row .col:nth-child(6) .inner span:first-of-type {
    background-color: #F54A00;
}

#technology #pills-mobile .row .col:nth-child(6) .inner {
    background-image: linear-gradient(to right, #FFF7EC, #FFEED6);
}

#technology #pills-mobile .row .col:nth-child(6) span:not(:first-child) {
    color: #B82D00;
    background-color: #FCEDD4;
}

/*************************************end mobile*************************************/
#technology #pills-devops .row .col:nth-child(3) .inner span:first-of-type {
    background-color: #FB2C36;
}

#technology #pills-devops .row .col:nth-child(3) .inner {
    background-image: linear-gradient(to right, #FEF1F1, #FFE3E3);
}

#technology #pills-devops .row .col:nth-child(3) span:not(:first-child) {
    color: #A80A12;
    background-color: #FFE2E2;
}

#technology #pills-devops .row .col:nth-child(6) .inner span:first-of-type {
    background-color: #364153;
}

#technology #pills-devops .row .col:nth-child(6) .inner {
    background-image: linear-gradient(to right, #F9FAFB, #F3F4F6);
}

#technology #pills-devops .row .col:nth-child(6) span:not(:first-child) {
    color: #1E2939;
    background-color: #F3F4F6;
}

/*****************************************************end devops*****************************/
#technology #pills-database .row .col:nth-child(3) .inner span:first-of-type {
    background-color: #C10007;
}

#technology #pills-database .row .col:nth-child(3) .inner {
    background-image: linear-gradient(to right, #FEF1F1, #FEE2E2);
}

#technology #pills-database .row .col:nth-child(3) span:not(:first-child) {
    color: #9F0712;
    background-color: #FFE2E2;
}

#technology #pills-database .row .col:nth-child(4) .inner span:first-of-type {
    background-color: #D08700;
}

#technology #pills-database .row .col:nth-child(4) .inner {
    background-image: linear-gradient(to right, #FEFCE6, #FEF9C3);
}

#technology #pills-database .row .col:nth-child(4) span:not(:first-child) {
    color: #894B00;
    background-color: #FEF9C2;
}

#technology #pills-database .row .col:nth-child(2) .inner span:first-of-type {
    background-color: #008236;
}

#technology #pills-database .row .col:nth-child(2) .inner {
    background-image: linear-gradient(to right, #EFFDF3, #DCFCE7);
}

#technology #pills-database .row .col:nth-child(2) span:not(:first-child) {
    color: #246B30;
    background-color: #DBFCE7;
}



#technology .nav {
    position: relative;
    margin-top: 100px;

}

#technology .nav::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    height: 1px;
    background-color: #3c3c3f0a;
}

#technology .nav li .active {
    color: var(--primary-color) !important;
    border-bottom: 2px solid var(--primary-color);
}

#technology .nav li {

    transition: color 0.3s;
}

#technology .nav li a {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    padding-bottom: 10px;
}

#technology .nav li a:hover {
    border-bottom: 2px solid var(--primary-color);
    color: var(--primary-color) !important;
    cursor: pointer;
}

#technology .row .col .inner:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px #E9E9E9, 0 5px 15px #E9E9E9;
    cursor: pointer;
}

/***************************end technology***************************************/


#testimonials,
#contact {
    margin-top: 100px;
    padding-block: 80px;
    background-image: linear-gradient(to right, #F9FAFB, #FEF8F0);
}

#testimonials .item {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    border-radius: 23px;
    margin-top: 50px;
    padding: 40px;
     transition: background-image 0.5s;
}

#testimonials .head-item .stars {
    color: #FDC700;

}

#testimonials .head-item .quote {
    background-image: linear-gradient(to right, #FCE8DE, #FAE8E2);
    padding: 21px 19px;
    font-size: 1.4375rem;
    line-height: 1.5rem;
    font-weight: 700;
    border-radius: 13px;
    color: #EA580C;
    transition: all 0.4s;
}
#testimonials .item:hover{
    background-image: linear-gradient(to right bottom ,#FEF7F4 ,#FFFFFE ,#FCF7F5 );
}
#testimonials .item:hover .quote{
    transform: scale(1.1);
}
#testimonials .head-item .flex-column span {
    color: var(--p-color);
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
}

#testimonials .item p {
    font-size: 1.25rem;
    line-height: 2.0625rem;
    font-weight: 400;
    color: #364153;
}

#testimonials .item p::after {
    content: "";
    height: .125rem;
    width: 100%;
    bottom: -20%;
    right: 0;
    background-image: linear-gradient(to right, #FDFBFA, #E8EAED, #FDFBFA);
    position: absolute;
}

#testimonials .item .footer-item .image {
    width: 90px;
    border: .1875rem solid #FCE5D8;
    padding: 2px;
    position: relative;
}

#testimonials .item .footer-item .image div {
    position: absolute;
    bottom: 1%;
    right: -3%;
    width: 28px;
    height: 28px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}


#testimonials .item .footer-item .image div i {
    background-image: linear-gradient(to right, #DE510C, #CB460C);
    background-clip: text;
    color: transparent;
    font-size: 25px;
}


#testimonials .item .footer-item .details h4 {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    color: var(--brown-color);
}

#testimonials .item .footer-item .details i {
    color: var(--primary-color);
}

#testimonials .item .footer-item span {
    color: var(--p-color);
}

#testimonials .item .footer-item .details span:nth-of-type(2) {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
}

#testimonials .item .footer-item .details span:nth-of-type(3) {
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 400;
}

#testimonials .item .footer-item>div>div:last-child span:first-of-type {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
    background-image: linear-gradient(to right, #E8570D, #C8450D);
    background-clip: text;
    color: transparent;
}

#testimonials .item .footer-item>div>div:last-child span:last-of-type {
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
}

#testimonials .carousel-indicators button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #D1D5DC;
    transition: all 0.3s;
    border: 0;
}

#testimonials .carousel-indicators button:hover {
    width: 25px;
    border-radius: 4px;
    background-color: #F3A87E;
}

#testimonials .carousel-indicators button.active {
    background-color: #EA580C;
}

/*************************************end testimonials********************************/
#faq{
    padding-top: 80px;
}
#faq .faqs {
    margin-block: 80px;

}


#faq .faqs .accordion .accordion-item h2 button {
    font-size: 1.125rem;
    line-height: 28px;
    font-weight: 600;
    color: var(--brown-color);
    padding: 23px;
}

#faq .accordion-button:focus,
#faq .accordion-button:active {
    box-shadow: none;
    outline: none;
}

#faq .faqs .accordion .accordion-item button:hover {
    background-color: #F9FAFB;
}

#faq .accordion-item:hover {
    border-color: #FBE5DA;
}

#faq .accordion-button:not(.collapsed) {
    background-color: transparent;

}

#faq .accordion-button::after {
    display: none !important;
}

#faq .accordion-button span {
    margin-left: auto;
    background-color: #F5E8E3;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #E44A16;
    font-size: 15px;
}

#faq .accordion-button span i {
    transition: transform 0.4s;
}

#faq .accordion-button:not(.collapsed) span i
 {
    transform: rotate(180deg);
}

#faq .faqs .accordion .accordion-item p {
    font-size: 1rem;
    line-height: 1.625rem;
    font-weight: 400;
    color: var(--p-color);
}

#faq .faqs .accordion .accordion-item:not(:first-of-type) {
    border-top: 1px solid #D1D5DC !important;
}

#faq .faqs .accordion #collapseThree .accordion-body i {
    color: var(--primary-color);
}

/*************************************************end faq**********************************/

#contact {
    background-image: linear-gradient(to right bottom, #FDEFE8, #FFFFFF ,#F9ECE8);
}

#contact .contain {
    padding-inline: 100px;
}

#contact .title h2 {
    font-size: 4.5rem;
    line-height: 4.5rem;
    font-weight: 900;
}

#contact .title h2 span {
    background-image: linear-gradient(to right, #E9570C, #C5420C, #F9903B);
}

#contact .form
,#contact .content .contact-details {
    padding: 35px;

}

#contact h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    color: var(--h3-color);
}

#contact .form p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 400;
    color: var(--p-color);
}

#contact .form .form-control:focus,
#contact .form .form-select:focus,
#contact .form form textarea:focus,
.form-check-input:focus {
    border-color: #ED4D0A;
    box-shadow: 0 0 0 3px #FCEEE6;
    transform: scale(1.009);
    background-color: white;
    outline: none;
}

#contact .form form label {
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 600;
}

#contact .form form .form-control,
#contact .form form .form-select ,
#contact .form form textarea{
    padding: 17px 18px;
    border-radius: 15px ;
    border: 2px solid white;
    background-color: #F3F4F6;
    transition: all 0.3s ease-in-out;
}
#contact .row .options label{
    padding: 18px 10px !important;
    border: .125rem solid #cfd1d574;
    border-radius: 15px;
    width: 100% !important;
    margin-bottom: 20px;
}

#contact .row .options label h4{
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600; 
}
#contact .row .options label span{
    font-size: .875rem;
    line-height: .125rem;
    font-weight: 400;
}

#contact .row .options label:hover{
    border-color: #D1D5DC !important;
}

#contact .row .options .btn-check:checked + label {
    background-color: #FEF6F3;
    border-color:#EA580C;
}
#contact .row .options .btn-check:checked + label h4 {
    color: #EA580C;
}

#contact .form form textarea {
  width: 100%;           
  height: 200px;        
  resize: none;         

}
#contact .form form .form-check input {
    width: 1.25rem;
    height: 1.25rem;
    padding: 5px;
    border-radius: 0;
    appearance: none;
}

#contact .form form .form-check input:checked {
    background-color: #B54409 !important;
    border-color: #FBDECE;
    
}
#contact .form form .form-check span{
    color: #EA580C !important;
}
#contact .form form .form-check .form-check-label{
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
#contact .form form button{
    background-image: linear-gradient(to right, #E9580C , #C2410C , #FB913C);
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    padding: 20px 25px;
    border: none;
    border-radius: 20px;
    transition: all 0.3s;
}
#contact .form form button i{
    transition: all 0.3s;
}
#contact .form form button:hover i {
    margin-left: 10px !important;
}
#contact .form form button:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px -5px #E6A385;

}
#contact .content .contact-details{
    background-color: #BC460A;
}
#contact .content .contact-details h4
,#contact .content .contact-details h5{
    font-size: 16px;
    line-height: 1.5rem;
    font-weight: 600;
}
#contact .content .contact-details p{
    font-size: .875rem;
    line-height: 1.2rem;
    font-weight: 400;
    color: #ECD6CE;
}
#contact .content .contact-details .position-relative span{
    padding: 13px 15px;
    background-color: #CA6B3B;
    border-radius: 10px;
}
#contact .content .contact-details .position-relative::after{
    content: "";
    width: 100%;
    height: 1px;
    bottom: -8%;
    right: 0;
    background-color: #C55822;
    position: absolute;
}
#contact .content .contact-details .phone-contact span{
    font-size: 1rem;
    line-height: 20px;
    font-weight: 400;
    color: #F5EDE7;
}
/********************************end contact***********************************/
#footer .logo span{
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
}
#footer p{
    font-size: 14px;
    line-height: 1.25rem;
    font-weight: 400;
    color: #4A5565;
}
.social-icon{
    padding: 10px;
    border-radius: 8px;
    color: #4A5565;
    background-color: #F3F4F6;
    margin-right: 10px;
    transition: all 0.3s;
}
.social-icon:hover{
    background-color: #EB5F20;
    color: white;
}
#footer .row{
    border-block: 2px solid #F2F3F5;
}
#footer .end-footer p:first-of-type
,.drop p{
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 400;
    color: #4A5579;
}
#footer .end-footer p:last-of-type
{
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 400;
}

.icon-dropdown{
    padding: 12px;
    background-color: #FAE6DB;
    border-radius: 7px;
    color: #EA580C;
    font-size: 12px;
   transition: all 0.4s;
}
.dropdown-menu h3{
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;

}
.dropdown-menu .need-help h3{
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    transition: all 0.4s;
}

.dropdown-menu {
  width: 75vw !important; 
  height: 60vh;
  transform: translateX(-20%);
  padding-inline: 20px;
  border: none;
  border-radius: 18px;
 box-shadow: 0 4px 6px rgba(0,0,0,0.1), 2px 0 4px rgba(0,0,0,0.05), -2px 0 4px rgba(0,0,0,0.05);
}
.dropdown-menu .item:not(.need-help){
    margin-bottom: 10px;
    padding: 15px 13px;
    border-radius: 10px;
    transition: all 0.4s;
}
.dropdown-menu .need-help{
    padding: 18px;
    border-radius: 10px;
    border: 2px solid #F9DED1;
    background-color: #FBEDE7;
    margin-top: 20px;
}
.nav-item.dropdown .dropdown-toggle::after {
  display: none;  
}


.nav-link.dropdown-toggle i.fa-chevron-down {
    transition: transform 0.5s ease;
    font-size: 12px;
}

.nav-link.dropdown-toggle[aria-expanded="true"] i.fa-chevron-down {
    transform: rotate(180deg);
}
.dropdown-menu .item:not(.need-help):hover{
    background-color: #FCF6F3;
    cursor: pointer;
}
.dropdown-menu .item:not(.need-help):hover h3{
    color: #EA590E;
}
.dropdown-menu .item:not(.need-help):hover .icon-dropdown{
    transform: scale(1.15);
}





